Tag version 2.2.10
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
23
readme.txt
23
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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user