Skip to content

Commit

Permalink
Update version & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Apr 22, 2022
1 parent 8e3dfe5 commit c365ca0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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.7
* Tested up to: 5.9
* Stable tag: `1.9.2`
* Stable tag: `1.9.3`
* 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: 1.9.2
* Version: 1.9.3
*/

/*
Expand Down Expand Up @@ -46,7 +46,7 @@
* @return string Current My Tickets version.
*/
function mt_get_current_version() {
$mt_version = '1.9.2';
$mt_version = '1.9.3';

return $mt_version;
}
Expand Down
6 changes: 6 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ Read the <a href="http://docs.joedolson.com/my-tickets/">online documentation</a

== Changelog ==

= 1.9.3 =

* Bug fix: trim() called on array value PHP error fixed.
* Bug fix: Error in test to determine whether a ticket is General Admission or not.
* Bug fix: Don't set a default value for event validity if ticket is not General Admission.

= 1.9.2 =

* Bug fix: Checkbox to sell tickets only appeared if GET parameter set.
Expand Down

0 comments on commit c365ca0

Please sign in to comment.