From d00540b686fc02d9b31427caf2e30d9ac3aa6d9c Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 17 Nov 2021 15:47:47 +0900 Subject: [PATCH] Tag version 2.7.12 --- changelog.txt | 3 +++ readme.txt | 5 ++++- sportspress.php | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index a7ee5517..4dbdaf58 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == SportsPress Changelog == += 2.7.12 = +* Fix - OpenStreetMap not displaying map after update. + = 2.7.11 = * Fix - Player status selector not reflecting changes in match edit screen. * Fix - Player dropdown template not displaying names. diff --git a/readme.txt b/readme.txt index 8e206f78..be5912ce 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: calendars, club, club management, esports, events, fixtures, leagues, leag Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 5.8.1 -Stable tag: 2.7.11 +Stable tag: 2.7.12 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -240,6 +240,9 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.7.12 = +* Fix - OpenStreetMap not displaying map after update. + = 2.7.11 = * Fix - Player status selector not reflecting changes in match edit screen. * Fix - Player dropdown template not displaying names. diff --git a/sportspress.php b/sportspress.php index 52df196a..eddf4e56 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,7 +3,7 @@ * Plugin Name: SportsPress * Plugin URI: http://themeboy.com/sportspress/ * Description: Manage your club and its players, staff, events, league tables, and player lists. - * Version: 2.7.11 + * Version: 2.7.12 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 2.7.11 + * @version 2.7.12 */ final class SportsPress { /** * @var string */ - public $version = '2.7.11'; + public $version = '2.7.12'; /** * @var SportsPress The single instance of the class