Skip to content

Commit

Permalink
Merge pull request #20 from mt-support/fix/dependency-fix
Browse files Browse the repository at this point in the history
Fix/dependency fix
  • Loading branch information
andrasguseo authored Jan 29, 2025
2 parents 3cb5157 + 518799b commit 27a43b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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/members-only-tickets/
* GitHub Plugin URI: https://github.com/mt-support/tec-labs-members-only-tickets
* Description: Hide or limit purchase of members only tickets.
* Version: 1.0.4
* Version: 1.0.5
* Author: The Events Calendar
* Author URI: https://evnt.is/1971
* License: GPL version 3 or any later version
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: events, calendar
Requires at least: 6.3
Tested up to: 6.7.1
Requires PHP: 7.4
Stable tag: 1.0.4
Stable tag: 1.0.5
License: GPL version 3 or any later version
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -33,6 +33,10 @@ We're always interested in your feedback and our [Help Desk](https://theeventsca

== Changelog ==

= [1.0.5] 2025-01-29 =

* Fix - Set plugin dependency to Event Tickets instead of The Events Calendar.

= [1.0.4] 2024-12-07 =

* Fix - Make sure the correct tickets are hidden for restricted users.
Expand Down
2 changes: 1 addition & 1 deletion src/TEC_Labs/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Plugin extends Service_Provider {
*
* @var string
*/
const VERSION = '1.0.4';
const VERSION = '1.0.5';

/**
* Stores the base slug for the plugin.
Expand Down
3 changes: 2 additions & 1 deletion src/TEC_Labs/Plugin_Register.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Class Plugin_Register.
*
* @since 1.0.0
* @since 1.0.5 Change plugin dependency from TEC to ET.
*
* @package TEC_Labs\Membersonlytickets
*
Expand All @@ -26,7 +27,7 @@ class Plugin_Register extends Abstract_Plugin_Register {
protected $main_class = Plugin::class;
protected $dependencies = [
'parent-dependencies' => [
'Tribe__Events__Main' => '6.1.2-dev'
'Tribe__Tickets__Main' => '5.6.1-dev'
]
];
}

0 comments on commit 27a43b9

Please sign in to comment.