Skip to content

Commit

Permalink
Merge pull request #3060 from the-events-calendar/release/T24.asag.1
Browse files Browse the repository at this point in the history
Release/t24.asag.1
  • Loading branch information
dpanta94 authored Jun 13, 2024
2 parents b57b7fd + bf6177a commit 70b1ecc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common
2 changes: 1 addition & 1 deletion event-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Event Tickets
Plugin URI: https://evnt.is/1acb
Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
Version: 5.11.0
Version: 5.11.0.1
Author: The Events Calendar
Author URI: https://evnt.is/1aor
License: GPLv2 or later
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: theeventscalendar, brianjessee, camwynsp, redscar, tribalmike, raf
Tags: tickets, event registration, RSVP, ticket sales, attendee management
Requires at least: 6.3
Tested up to: 6.5.3
Stable tag: 5.11.0
Stable tag: 5.11.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -197,6 +197,11 @@ Check out our extensive [knowledgebase](https://evnt.is/18wm) for articles on us

== Changelog ==

= [5.11.0.1] 2024-06-13 =

* Fix - Issue on which some assets (css,js) would not be located in WP installs which could have some WP constant modified (WP_CONTENT_DIR, WP_PLUGIN_DIR)[TECTRIA-83]
* Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted

= [5.11.0] 2024-06-11 =

* Feature - Adapt to using the refactored tribe_asset. Remove some unused asset calls. [TCMN-172]
Expand Down
6 changes: 5 additions & 1 deletion src/Tribe/Main.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* Main plugin class.
*/

use Tribe\Tickets\Events\Service_Provider as Events_Service_Provider;
use Tribe\Tickets\Promoter\Service_Provider as Promoter_Service_Provider;
use Tribe\Tickets\Admin\Settings;
Expand All @@ -8,7 +12,7 @@ class Tribe__Tickets__Main {
/**
* Current version of this plugin.
*/
const VERSION = '5.11.0';
const VERSION = '5.11.0.1';

/**
* Used to store the version history.
Expand Down

0 comments on commit 70b1ecc

Please sign in to comment.