Skip to content

Commit

Permalink
TBDs for 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Jun 8, 2022
1 parent 1aac29f commit 9dfae74
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/Tickets/Admin/Plugin_Action_Links.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class Plugin_Action_Links
*
* @since TBD
* @since 5.4.1
*
* @package TEC\Tickets\Admin
*/
Expand All @@ -16,7 +16,7 @@ class Plugin_Action_Links {
/**
* Method to register plugin action links related hooks.
*
* @since TBD
* @since 5.4.1
*/
public function hooks() {
add_action(
Expand All @@ -31,7 +31,7 @@ public function hooks() {
/**
* Add links to plugin actions.
*
* @since TBD
* @since 5.4.1
*
* @param array $actions The array with the links on the plugin actions.
*
Expand Down
4 changes: 2 additions & 2 deletions src/Tickets/Commerce/Admin/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function render_success_notice() {
/**
* Display a notice when Tickets Commerce is enabled, and the site is not using pretty permalinks.
*
* @since TBD
* @since 5.4.1
*
* @return bool Whether or not to render the notice.
*/
Expand All @@ -181,7 +181,7 @@ public function should_render_permalinks_notice() {
/**
* Gets the HTML for the notice that is shown when permalinks are not set.
*
* @since TBD
* @since 5.4.1
*
* @return string Notice HTML.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Tribe/Integrations/Freemius.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Tribe__Tickets__Integrations__Freemius {
*
* @since 4.11.5
*
* @deprecated TBD
* @deprecated 5.4.1
*/
public function __construct() {}

Expand Down
2 changes: 1 addition & 1 deletion src/Tribe/Integrations/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function load_freemius() {
/**
* Hooks for the integrations manager.
*
* @since TBD
* @since 5.4.1
*/
public function hook() {
add_action( 'init', [ $this, 'load_freemius' ], 15 );
Expand Down
4 changes: 2 additions & 2 deletions src/Tribe/Tickets_Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Tribe__Tickets__Tickets_Handler {
/**
* Post meta key for the ticket start time
*
* @since TBD
* @since 5.4.1
*
* @var string
*/
Expand All @@ -63,7 +63,7 @@ class Tribe__Tickets__Tickets_Handler {
/**
* Post meta key for the ticket end time
*
* @since TBD
* @since 5.4.1
*
* @var string
*/
Expand Down

0 comments on commit 9dfae74

Please sign in to comment.