Tag version 2.1
This commit is contained in:
27
readme.txt
27
readme.txt
@@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu
|
|||||||
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.6
|
Tested up to: 4.6
|
||||||
Stable tag: 2.0.16
|
Stable tag: 2.1
|
||||||
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
|
||||||
|
|
||||||
@@ -210,7 +210,7 @@ The plugin comes preinstalled with several different sports presets to help you
|
|||||||
|
|
||||||
= Can I import teams/players/staff/matches? =
|
= Can I import teams/players/staff/matches? =
|
||||||
|
|
||||||
Yes, CSV importers are included with the plugin. Go to Tools > Import and choose from one of the SportsPress CSV importers.
|
Yes, CSV importers are included with the plugin. Go to Tools > Import and choose from one of the SportsPress CSV importers. Supports CSV files generated by [LeagueLobster](http://tboy.co/leaguelobster).
|
||||||
|
|
||||||
= What's the difference between the free and Pro plugin? =
|
= What's the difference between the free and Pro plugin? =
|
||||||
|
|
||||||
@@ -239,6 +239,29 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.1 =
|
||||||
|
* Feature - New simplified fixtures importer compatible with [LeagueLobster](http://tboy.co/leaguelobster).
|
||||||
|
* Feature - Add match day field to events.
|
||||||
|
* Feature - Add box score minutes to events.
|
||||||
|
* Feature - Add option to display full time in event details.
|
||||||
|
* Feature - Add inline and block option to event logos.
|
||||||
|
* Feature - Add squad number and name option to player details.
|
||||||
|
* Feature - Add tab options to layout designer.
|
||||||
|
* Feature - Add option to display player and staff dropdowns in profiles.
|
||||||
|
* Feature - Add option to select TBA, postponed, and cancelled event status.
|
||||||
|
* Feature - Licenses tab for third-party extensions.
|
||||||
|
* Tweak - Get player data only when needed.
|
||||||
|
* Tweak - Add capabilities to taxonomies.
|
||||||
|
* Tweak - Display tutorials in main menu if user role is not admin or league manager.
|
||||||
|
* Tweak - Use contextual strings for featured images.
|
||||||
|
* Tweak - Enable meta query vars in REST API.
|
||||||
|
* Tweak - Adopt new tab class names in admin.
|
||||||
|
* Tweak - Inherit text color for event logo team text.
|
||||||
|
* Tweak - New developers section on modules page with link to join [Slack community](http://tboy.co/slack).
|
||||||
|
* Fix - Taxonomy links appearing in admin for users that can't edit events.
|
||||||
|
* Fix - Debug error on non-standard admin pages.
|
||||||
|
* Fix - REST API notice in Jetpack.
|
||||||
|
|
||||||
= 2.0.16 =
|
= 2.0.16 =
|
||||||
* Tweak - Add shortcode parameter to override global date in event calendar.
|
* Tweak - Add shortcode parameter to override global date in event calendar.
|
||||||
|
|
||||||
|
|||||||
@@ -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.0.16
|
* Version: 2.1
|
||||||
* 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.0.16
|
* @version 2.1
|
||||||
*/
|
*/
|
||||||
final class SportsPress {
|
final class SportsPress {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '2.0.16';
|
public $version = '2.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var SportsPress The single instance of the class
|
* @var SportsPress The single instance of the class
|
||||||
|
|||||||
Reference in New Issue
Block a user