From 989898f466c8fe42652e94345e328b2830ecb907 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 23 Mar 2017 13:29:43 +1100 Subject: [PATCH] Tag version 2.3.1 --- changelog.txt | 6 ++++++ includes/class-sp-player.php | 2 +- includes/class-sp-template-loader.php | 2 +- includes/sp-core-functions.php | 2 +- includes/sp-template-hooks.php | 2 +- readme.txt | 8 +++++++- sportspress.php | 6 +++--- 7 files changed, 20 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1d128f72..f7d39ea0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ == SportsPress Changelog == += 2.3.1 = +* Tweak - Update version numbers of recommended sport-specific extensions. +* Fix - Manually entered statistics not reflected in player profile totals. +* Fix - Template hooks not callable for third-party integration. +* Fix - Error when editing league tables in PHP versions earlier than 5.5. + = 2.3 = * Feature - New setup wizard for first-time installs. * Feature - Option to automatically create player profiles during user registration. diff --git a/includes/class-sp-player.php b/includes/class-sp-player.php index f6c8c9dc..02660234 100644 --- a/includes/class-sp-player.php +++ b/includes/class-sp-player.php @@ -5,7 +5,7 @@ * The SportsPress player class handles individual player data. * * @class SP_Player - * @version 2.3 + * @version 2.3.1 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-template-loader.php b/includes/class-sp-template-loader.php index d57334a1..9c3a2422 100644 --- a/includes/class-sp-template-loader.php +++ b/includes/class-sp-template-loader.php @@ -3,7 +3,7 @@ * Template Loader * * @class SP_Template_Loader - * @version 2.1.4 + * @version 2.3.1 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 8d04476d..2a354774 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.3 + * @version 2.3.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-template-hooks.php b/includes/sp-template-hooks.php index b4d0250a..91638bae 100644 --- a/includes/sp-template-hooks.php +++ b/includes/sp-template-hooks.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.2 + * @version 2.3.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index 2ab7bdf7..96d1a497 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: 4.7 -Stable tag: 2.3 +Stable tag: 2.3.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -238,6 +238,12 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.3.1 = +* Tweak - Update version numbers of recommended sport-specific extensions. +* Fix - Manually entered statistics not reflected in player profile totals. +* Fix - Template hooks not callable for third-party integration. +* Fix - Error when editing league tables in PHP versions earlier than 5.5. + = 2.3 = * Feature - New setup wizard for first-time installs. * Feature - Option to automatically create player profiles during user registration. diff --git a/sportspress.php b/sportspress.php index a9de85b5..134c2930 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.3 + * Version: 2.3.1 * 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.3 + * @version 2.3.1 */ final class SportsPress { /** * @var string */ - public $version = '2.3'; + public $version = '2.3.1'; /** * @var SportsPress The single instance of the class