Skip to content

Commit

Permalink
Update since comments to current release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarecord committed Oct 3, 2023
1 parent 72bf74e commit 8e6be5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Telemetry/Events/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Event {
/**
* The hook name for sending events asyncronously.
*
* @since TBD
* @since 2.2.0
*/
public const AJAX_ACTION = 'stellarwp_telemetry_send_event';

Expand Down Expand Up @@ -87,7 +87,7 @@ public function send( string $name, array $data = [] ) {
/**
* Send batched events.
*
* @since TBD
* @since 2.2.0
*
* @param array $events An array of stored events to send to the telemetry server.
*
Expand Down
6 changes: 3 additions & 3 deletions src/Telemetry/Events/Event_Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function register() {
/**
* Caches an event to be sent during shutdown.
*
* @since TBD
* @since 2.2.0
*
* @param string $name The name of the event.
* @param array $data The data sent along with the event.
Expand All @@ -64,7 +64,7 @@ public function cache_event( $name, $data ) {
/**
* Sends the events that have been stored for the current request.
*
* @since TBD
* @since 2.2.0
*
* @return void
*/
Expand Down Expand Up @@ -93,7 +93,7 @@ public function send_cached_events() {
/**
* Send the event to the telemetry server.
*
* @since TBD
* @since 2.2.0
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Telemetry/Opt_In/Opt_In_Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function initialize_optin_option() {
*
* @since 1.0.0
* @since 2.0.0 - Updated to allow specifying the stellar slug.
* @since TBD - Updated to add opt-in text.
* @since 2.2.0 - Updated to add opt-in text.
*
* @param string $stellar_slug The slug to use when opting in.
* @param string $opt_in_text The text displayed to the user when they agreed to opt-in.
Expand Down
2 changes: 1 addition & 1 deletion src/Telemetry/Opt_In/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function get_option() {
*
* @since 1.0.0
* @since 2.0.1 Correct logic so it is not subject to the order of the plugins.
* @since TBD Update to remove unnecessary "mixed" status.
* @since 2.2.0 Update to remove unnecessary "mixed" status.
*
* @return integer The status value.
*/
Expand Down

0 comments on commit 8e6be5a

Please sign in to comment.