From f5c708f381f20aa8ee0e5dc108562dad3e1ca82b Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 16 Jan 2017 20:59:31 +1100 Subject: [PATCH] Tag version 2.2.5 --- changelog.txt | 11 +++++++++++ includes/class-sp-player-list.php | 2 +- readme.txt | 13 ++++++++++++- sportspress.php | 6 +++--- templates/event-performance-table-combined.php | 2 +- templates/event-performance-table.php | 2 +- templates/event-performance.php | 2 +- 7 files changed, 30 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index fa24ee95..ea54faad 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,16 @@ == SportsPress Changelog == += 2.2.5 = +* Feature - Enable positions to be displayed in icons mode box score. +* Tweak - Reflect mixed column order in player list admin. +* Tweak - Remove table row border in frontend stylesheet. +* Tweak - Automatically apply table adjustments on admin page load. +* Tweak - Simplify box score icon totals. +* Fix - Adjustments not applying to player list values. +* Fix - Minutes not displaying in box score. +* Fix - Player positions displaying not displaying in box score. +* Fix - Total time displaying as 0:00. + = 2.2.4 = * Feature - Option to show or hide career totals in player profiles. * Tweak - Icons not rendering when frontend stylesheet is active. diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index 760ae980..85306d97 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -5,7 +5,7 @@ * The SportsPress player list class handles individual player list data. * * @class SP_Player_List - * @version 2.2.4 + * @version 2.2.5 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/readme.txt b/readme.txt index 9bc92d49..872bd83c 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.2.4 +Stable tag: 2.2.5 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -241,6 +241,17 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.2.5 = +* Feature - Enable positions to be displayed in icons mode box score. +* Tweak - Reflect mixed column order in player list admin. +* Tweak - Remove table row border in frontend stylesheet. +* Tweak - Automatically apply table adjustments on admin page load. +* Tweak - Simplify box score icon totals. +* Fix - Adjustments not applying to player list values. +* Fix - Minutes not displaying in box score. +* Fix - Player positions displaying not displaying in box score. +* Fix - Total time displaying as 0:00. + = 2.2.4 = * Feature - Option to show or hide career totals in player profiles. * Tweak - Icons not rendering when frontend stylesheet is active. diff --git a/sportspress.php b/sportspress.php index 91cee9c3..f2bd8366 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.2.4 + * Version: 2.2.5 * 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.2.4 + * @version 2.2.5 */ final class SportsPress { /** * @var string */ - public $version = '2.2.4'; + public $version = '2.2.5'; /** * @var SportsPress The single instance of the class diff --git a/templates/event-performance-table-combined.php b/templates/event-performance-table-combined.php index 6082ff34..97be55bc 100644 --- a/templates/event-performance-table-combined.php +++ b/templates/event-performance-table-combined.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.2.4 + * @version 2.2.5 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-performance-table.php b/templates/event-performance-table.php index ced03ade..dd497d1a 100644 --- a/templates/event-performance-table.php +++ b/templates/event-performance-table.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.2.4 + * @version 2.2.5 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-performance.php b/templates/event-performance.php index 01750fe6..6661dd51 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.2 + * @version 2.2.5 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly