Skip to content

Commit

Permalink
Readme and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 10, 2024
1 parent dac8d05 commit 33566f7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 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.6
* Version: 2.0.7
*/

/*
Expand Down
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.6",
"version": "2.0.7",
"private": true,
"description": "My Tickets WordPress plug-in.",
"author": "Joe Dolson",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Sell Event Tickets on any post
* Donate link: https://www.joedolson.com/donate/
* Tags: tickets, events, WordPress
* Requires at least: 4.9
* Tested up to: 6.6
* Stable tag: `2.0.6`
* Tested up to: 6.7
* Stable tag: `2.0.7`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
6 changes: 3 additions & 3 deletions src/my-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
* @wordpress-plugin
* Plugin Name: My Tickets
* Plugin URI: https://www.joedolson.com/my-tickets/
* Description: Sell Tickets and take registrations for your events. Integrates with My Calendar.
* Description: Sell Tickets and take registrations for your events. Integrate with My Calendar.
* Author: Joe Dolson
* Author URI: https://www.joedolson.com
* Text Domain: my-tickets
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 2.0.6
* Version: 2.0.7
*/

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

return $mt_version;
}
Expand Down
10 changes: 8 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Contributors: joedolson
Donate link: https://www.joedolson.com/donate/
Tags: ticket sales, registration, reservations, event tickets, accessibility
Requires at least: 4.9
Tested up to: 6.6
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2 or later
Text domain: my-tickets
Stable tag: 2.0.6
Stable tag: 2.0.7

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

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

== Changelog ==

= 2.0.7 =

* Bug fix: Don't send ticket type closed messages if they were closed well in the past.
* Bug fix: Don't attempt to display ticket fields if options array is incomplete.
* Bug fix: Ensure returned close date is an integer.

= 2.0.6 =

* Remove textdomain loader (Obsolete since WP 4.6)
Expand Down

0 comments on commit 33566f7

Please sign in to comment.