diff --git a/admin/shows.php b/admin/shows.php index d17897a..5316dc5 100644 --- a/admin/shows.php +++ b/admin/shows.php @@ -283,7 +283,7 @@ function gigpress_admin_shows() { - + ">  |  diff --git a/gigpress.php b/gigpress.php index 612e293..9ba109e 100644 --- a/gigpress.php +++ b/gigpress.php @@ -3,7 +3,7 @@ * Plugin Name: GigPress * Plugin URI: https://evnt.is/1aca * Description: GigPress is a live performance listing and management plugin built for musicians and performers. - * Version: 2.3.25 + * Version: 2.3.25.1 * Author: The Events Calendar * Author URI: https://evnt.is/1aor * Text Domain: gigpress @@ -46,7 +46,7 @@ } if ( ! defined( 'GIGPRESS_VERSION' ) ) { - define( 'GIGPRESS_VERSION', '2.3.23' ); + define( 'GIGPRESS_VERSION', '2.3.25.1' ); } if ( ! defined( 'GIGPRESS_DB_VERSION' ) ) { diff --git a/readme.txt b/readme.txt index 641a1f7..a97c860 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: theeventscalendar, brianjessee, camwynsp, paulkim, sc0ttkclark, ag Tags: concerts, bands, tours, shows, record labels, music, musicians, performers, artists Requires at least: 4.5 Tested up to: 5.6 -Stable tag: 2.3.25 +Stable tag: 2.3.25.1 GigPress is a live performance listing and management plugin that's been serving musicians and performers since 2007. @@ -36,6 +36,10 @@ If you want to go beyond GigPress, we also have other plugins that could work gr == Changelog == += 2.3.25.1 [2021-02-02] = + +* Fix - Resolve PHP compatibility issues with shorthand PHP tags. + = 2.3.25 [2021-02-01] = * Fix - When saving an existing show, it now correctly loads the show edit form again with success message.