From c8aa4063f5e20d1bd026444480d602e4197cab98 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 27 Apr 2016 21:05:38 +1000 Subject: [PATCH] Tag version 2.0.3 --- includes/admin/class-sp-admin-welcome.php | 2 +- .../meta-boxes/class-sp-meta-box-player-statistics.php | 2 +- includes/class-sp-install.php | 2 +- readme.txt | 6 +++++- sportspress.php | 6 +++--- templates/player-statistics.php | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index e61afe1b..5eed2458 100644 --- a/includes/admin/class-sp-admin-welcome.php +++ b/includes/admin/class-sp-admin-welcome.php @@ -9,7 +9,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.0 + * @version 2.0.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php index c276c718..c3449470 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.0 + * @version 2.0.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-install.php b/includes/class-sp-install.php index 417b6555..34aa8c53 100644 --- a/includes/class-sp-install.php +++ b/includes/class-sp-install.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Classes - * @version 2.0 + * @version 2.0.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index 1fd75deb..bf76089a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.5 -Stable tag: 2.0.2 +Stable tag: 2.0.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -239,6 +239,10 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.0.3 = +* Tweak - Restore career total tables in player profiles. +* Fix - Display sport and timezone selector after first installation. + = 2.0.2 = * Fix - New events not saving with automatic titles when title is empty. * Fix - Event importer not importing new events. diff --git a/sportspress.php b/sportspress.php index 4c76f768..3db35e34 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.0.2 + * Version: 2.0.3 * 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.0.2 + * @version 2.0.3 */ final class SportsPress { /** * @var string */ - public $version = '2.0.2'; + public $version = '2.0.3'; /** * @var SportsPress The single instance of the class diff --git a/templates/player-statistics.php b/templates/player-statistics.php index ddb6cc5f..dcafe433 100644 --- a/templates/player-statistics.php +++ b/templates/player-statistics.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.0 + * @version 2.0.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly