Skip to content

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 4, 2024
1 parent 8fb6d4d commit 8c53844
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 2.0.5
* Version: 2.0.6
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-tickets",
"version": "2.0.5",
"version": "2.0.6",
"private": true,
"description": "My Tickets WordPress plug-in.",
"author": "Joe Dolson",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sell Event Tickets on any post
* Tags: tickets, events, WordPress
* Requires at least: 4.9
* Tested up to: 6.6
* Stable tag: `2.0.5`
* Stable tag: `2.0.6`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions src/my-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 2.0.5
* Version: 2.0.6
*/

/*
Expand All @@ -44,7 +44,7 @@
* @return string Current My Tickets version.
*/
function mt_get_current_version() {
$mt_version = '2.0.5';
$mt_version = '2.0.6';

return $mt_version;
}
Expand Down
13 changes: 12 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text domain: my-tickets
Stable tag: 2.0.5
Stable tag: 2.0.6

My Tickets is a simple, flexible platform for selling event tickets with WordPress.

Expand Down Expand Up @@ -72,6 +72,17 @@ Read the <a href="http://docs.joedolson.com/my-tickets/">My Tickets online docum

== Changelog ==

= 2.0.6 =

* Remove textdomain loader (Obsolete since WP 4.6)
* Bug fix: issue where hidden ticket creation fields still marked as required.
* Bug fix: Update payment data when moving tickets to a different ticket type.
* Bug fix: Incorrect variable reference in `mt_handle_expiration_status()`.
* Bug fix: Ensure remaining count doesn't display negative numbers.
* Bug fix: Check virtual inventory when adding tickets to cart, to see if it has changed since page was loaded.
* Bug fix: Remove `remove_filter` on add to cart form.
* Change: Set default installation behavior to only display forms on singular views.

= 2.0.5 =

* Bug fix: Ticket creation form should not show in My Calendar Pro's front-end submissions form.
Expand Down

0 comments on commit 8c53844

Please sign in to comment.