From 8612ea908beb6638df2d78c02abfb2ee3b899d68 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 8 Feb 2017 19:38:28 +1100 Subject: [PATCH] Tag version 2.2.10 --- changelog.txt | 5 ++++ includes/admin/class-sp-admin-welcome.php | 2 +- .../settings/class-sp-settings-modules.php | 2 +- includes/class-sp-league-table.php | 2 +- includes/class-sp-modules.php | 2 +- readme.txt | 23 +++++++++++++------ sportspress.php | 6 ++--- templates/event-performance-table.php | 2 +- 8 files changed, 29 insertions(+), 15 deletions(-) diff --git a/changelog.txt b/changelog.txt index 37371915..97f7cf1c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ == SportsPress Changelog == += 2.2.10 = +* Tweak - Update modules page. +* Fix - League table discrepancy due to change in number of teams setting. +* Fix - JavaScript error caused by box score displaying icons without players. + = 2.2.9 = * Fix - Warning message above player list template. diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index fd386df8..6b3c76a1 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.2.8 + * @version 2.2.10 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/settings/class-sp-settings-modules.php b/includes/admin/settings/class-sp-settings-modules.php index 094b226d..21bb65ed 100644 --- a/includes/admin/settings/class-sp-settings-modules.php +++ b/includes/admin/settings/class-sp-settings-modules.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.2.7 + * @version 2.2.10 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-league-table.php b/includes/class-sp-league-table.php index 67b28f57..46ba6776 100644 --- a/includes/class-sp-league-table.php +++ b/includes/class-sp-league-table.php @@ -5,7 +5,7 @@ * The SportsPress league table class handles individual league table data. * * @class SP_League_Table - * @version 2.2.6 + * @version 2.2.10 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-modules.php b/includes/class-sp-modules.php index 04650253..4e4b36b7 100644 --- a/includes/class-sp-modules.php +++ b/includes/class-sp-modules.php @@ -5,7 +5,7 @@ * The SportsPress modules class stores available modules. * * @class SP_Modules - * @version 2.2.7 + * @version 2.2.10 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/readme.txt b/readme.txt index d99d75c4..f73702f4 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.9 +Stable tag: 2.2.10 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -184,12 +184,16 @@ If on the off-chance you do encounter issues with the event/team/player/staff pa == Screenshots == -1. Select your sport to automatically install presets and sample data. -2. Each team has a unique logo and website URL. Optionally link teams from your blog to their official websites. -3. The overview page provides a birds-eye view of your entire sports network. -4. Configure variables used throughout the plugin to fit your sport. Presets are provided for some sports, and will automatically populate these options. -5. Design your own points system using the custom drag-and-drop equation builder. -6. Twenty Fourteen theme showcasing the dynamic league table and some of the included widgets. +1. Add a suite of widgets to your site to display your own sports data. +2. Generate automated standings that update whenever results are published. +3. Schedule matches and display details, results, box scores, and a map to the venue. +4. Register teams and players on your site and create lineups for each team. +5. Display player profiles with configurable details and career stats. +6. Select your sport to automatically install presets and sample data. +7. Each team has a unique logo and website URL. Optionally link teams from your blog to their official websites. +8. The overview page provides a birds-eye view of your entire sports network. +9. Configure variables used throughout the plugin to fit your sport. Presets are provided for some sports, and will automatically populate these options. +10. Design your own points system using the custom drag-and-drop equation builder. == Frequently Asked Questions == @@ -241,6 +245,11 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.2.10 = +* Tweak - Update modules page. +* Fix - League table discrepancy due to change in number of teams setting. +* Fix - JavaScript error caused by box score displaying icons without players. + = 2.2.9 = * Fix - Warning message above player list template. diff --git a/sportspress.php b/sportspress.php index faead4ef..1ee93227 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.9 + * Version: 2.2.10 * 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.9 + * @version 2.2.10 */ final class SportsPress { /** * @var string */ - public $version = '2.2.9'; + public $version = '2.2.10'; /** * @var SportsPress The single instance of the class diff --git a/templates/event-performance-table.php b/templates/event-performance-table.php index 76efd624..83518c88 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.7 + * @version 2.2.10 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly