Tag version 2.2.10

This commit is contained in:
Brian Miyaji
2017-02-08 19:38:28 +11:00
parent cb47de74b1
commit 8612ea908b
8 changed files with 29 additions and 15 deletions

View File

@@ -1,5 +1,10 @@
== SportsPress Changelog == == 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 = = 2.2.9 =
* Fix - Warning message above player list template. * Fix - Warning message above player list template.

View File

@@ -9,7 +9,7 @@
* @author ThemeBoy * @author ThemeBoy
* @category Admin * @category Admin
* @package SportsPress/Admin * @package SportsPress/Admin
* @version 2.2.8 * @version 2.2.10
*/ */
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy * @author ThemeBoy
* @category Admin * @category Admin
* @package SportsPress/Admin * @package SportsPress/Admin
* @version 2.2.7 * @version 2.2.10
*/ */
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* The SportsPress league table class handles individual league table data. * The SportsPress league table class handles individual league table data.
* *
* @class SP_League_Table * @class SP_League_Table
* @version 2.2.6 * @version 2.2.10
* @package SportsPress/Classes * @package SportsPress/Classes
* @category Class * @category Class
* @author ThemeBoy * @author ThemeBoy

View File

@@ -5,7 +5,7 @@
* The SportsPress modules class stores available modules. * The SportsPress modules class stores available modules.
* *
* @class SP_Modules * @class SP_Modules
* @version 2.2.7 * @version 2.2.10
* @package SportsPress/Classes * @package SportsPress/Classes
* @category Class * @category Class
* @author ThemeBoy * @author ThemeBoy

View File

@@ -4,7 +4,7 @@ Tags: calendars, club, club management, esports, events, fixtures, leagues, leag
Donate link: http://tboy.co/donate Donate link: http://tboy.co/donate
Requires at least: 3.8 Requires at least: 3.8
Tested up to: 4.7 Tested up to: 4.7
Stable tag: 2.2.9 Stable tag: 2.2.10
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html 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 == == Screenshots ==
1. Select your sport to automatically install presets and sample data. 1. Add a suite of widgets to your site to display your own sports data.
2. Each team has a unique logo and website URL. Optionally link teams from your blog to their official websites. 2. Generate automated standings that update whenever results are published.
3. The overview page provides a birds-eye view of your entire sports network. 3. Schedule matches and display details, results, box scores, and a map to the venue.
4. Configure variables used throughout the plugin to fit your sport. Presets are provided for some sports, and will automatically populate these options. 4. Register teams and players on your site and create lineups for each team.
5. Design your own points system using the custom drag-and-drop equation builder. 5. Display player profiles with configurable details and career stats.
6. Twenty Fourteen theme showcasing the dynamic league table and some of the included widgets. 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 == == Frequently Asked Questions ==
@@ -241,6 +245,11 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
== Changelog == == 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 = = 2.2.9 =
* Fix - Warning message above player list template. * Fix - Warning message above player list template.

View File

@@ -3,7 +3,7 @@
* Plugin Name: SportsPress * Plugin Name: SportsPress
* Plugin URI: http://themeboy.com/sportspress/ * Plugin URI: http://themeboy.com/sportspress/
* Description: Manage your club and its players, staff, events, league tables, and player lists. * 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: ThemeBoy
* Author URI: http://themeboy.com * Author URI: http://themeboy.com
* Requires at least: 3.8 * Requires at least: 3.8
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class * Main SportsPress Class
* *
* @class SportsPress * @class SportsPress
* @version 2.2.9 * @version 2.2.10
*/ */
final class SportsPress { final class SportsPress {
/** /**
* @var string * @var string
*/ */
public $version = '2.2.9'; public $version = '2.2.10';
/** /**
* @var SportsPress The single instance of the class * @var SportsPress The single instance of the class

View File

@@ -4,7 +4,7 @@
* *
* @author ThemeBoy * @author ThemeBoy
* @package SportsPress/Templates * @package SportsPress/Templates
* @version 2.2.7 * @version 2.2.10
*/ */
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly