Skip to content

Commit

Permalink
Update versions/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 7, 2021
1 parent 1e80521 commit f9b1da1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.8.35
* Version: 1.8.36
*/

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

return $mt_version;
}
Expand Down
3 changes: 2 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: 5.8
Requires PHP: 5.6
License: GPLv2 or later
Text domain: my-tickets
Stable tag: 1.8.35
Stable tag: 1.8.36

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

Expand Down Expand Up @@ -69,6 +69,7 @@ Read the <a href="http://docs.joedolson.com/my-tickets/">online documentation</a
= 1.8.36 =

* Bug fix: Prefix generic CSS class 'controls'
* Bug fix: misnamed variable in email validation.

= 1.8.35 =

Expand Down

0 comments on commit f9b1da1

Please sign in to comment.