From 8565b409b830b313c116a832c174ac0a46fbadee Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 1 Jun 2019 13:25:39 +1000 Subject: [PATCH] Tag version 2.6.17 --- changelog.txt | 5 +++++ includes/admin/class-sp-admin-welcome.php | 2 +- includes/class-sp-install.php | 2 +- includes/class-sp-player.php | 2 +- readme.txt | 7 ++++++- sportspress.php | 6 +++--- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 646e7b50..fbf89c7d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ == SportsPress Changelog == += 2.6.17 = +* Tweak - Only show welcome screen on major version upgrade. +* Tweak - Add filters to enable career totals calculation with extensions. +* Fix - Countdowns not reflecting timezone setting. + = 2.6.16 = * Tweak - Add support for updated baseball extension with partial innings. * Fix - Error displaying staff in events when offense and defense are separate tables. diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index a6663398..507a25eb 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.6 + * @version 2.6.17 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-install.php b/includes/class-sp-install.php index 20a86f0b..31e30704 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.3 + * @version 2.6.17 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-player.php b/includes/class-sp-player.php index 219889d3..0e29f07b 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.6.16 + * @version 2.6.17 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/readme.txt b/readme.txt index 76f474d5..6bcaf30c 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.2 -Stable tag: 2.6.16 +Stable tag: 2.6.17 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -237,6 +237,11 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.6.17 = +* Tweak - Only show welcome screen on major version upgrade. +* Tweak - Add filters to enable career totals calculation with extensions. +* Fix - Countdowns not reflecting timezone setting. + = 2.6.16 = * Tweak - Add support for updated baseball extension with partial innings. * Fix - Error displaying staff in events when offense and defense are separate tables. diff --git a/sportspress.php b/sportspress.php index 9fe7c531..1c23d443 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.6.16 + * Version: 2.6.17 * 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.6.16 + * @version 2.6.17 */ final class SportsPress { /** * @var string */ - public $version = '2.6.16'; + public $version = '2.6.17'; /** * @var SportsPress The single instance of the class