Skip to content

Commit

Permalink
Merge pull request #6 from mt-support/fix/ECP-1604-versioned
Browse files Browse the repository at this point in the history
Fix versions and release date to go alongside B23.negadon
  • Loading branch information
Camwyn authored Jan 8, 2024
2 parents 48a55d4 + 7c83d53 commit bb537c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://theeventscalendar.com/extensions/remove-past-events
* GitHub Plugin URI: https://github.com/mt-support/tec-labs-remove-past-events
* Description: Additional frequencies to remove past events.
* Version: 1.2.0
* Version: 1.2.1
* Author: The Events Calendar
* Author URI: https://evnt.is/1971
* License: GPL version 3 or any later version
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We're always interested in your feedback and our [Help Desk](https://support.the

== Changelog ==

= [TBD] TBD =
= [1.2.1] 2023-12-11 =

* Fix - Added compatibility to The Events Calendar 6.0 data structure. [ECP-1604]

Expand Down
4 changes: 2 additions & 2 deletions src/Tec/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Plugin extends Service_Provider {
*
* @var string
*/
const VERSION = '1.2.0';
const VERSION = '1.2.1';

/**
* Stores the base slug for the plugin.
Expand Down Expand Up @@ -128,7 +128,7 @@ protected function register_plugin_dependencies() {
/**
* Adjusting the dropdown options for trashing and deleting past events.
*
* @since TBD Changing option values to a 'frequency|interval' format.
* @since 1.2.1 Changing option values to a 'frequency|interval' format.
*
* @param array<string,string> $fields The array of option values.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Tec/Plugin_Register.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Plugin_Register extends Abstract_Plugin_Register {
protected $main_class = Plugin::class;
protected $dependencies = [
'parent-dependencies' => [
'Tribe__Events__Main' => '6.2.9',
'Tribe__Events__Main' => '6.2.9-dev',
],
];
}

0 comments on commit bb537c3

Please sign in to comment.