diff --git a/readme.txt b/readme.txt index a86230bd..257425a2 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.6 -Stable tag: 2.0.16 +Stable tag: 2.1 License: GPLv3 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? = -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? = @@ -239,6 +239,29 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == 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 = * Tweak - Add shortcode parameter to override global date in event calendar. diff --git a/sportspress.php b/sportspress.php index f041c462..133a6437 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.0.16 + * Version: 2.1 * 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.0.16 + * @version 2.1 */ final class SportsPress { /** * @var string */ - public $version = '2.0.16'; + public $version = '2.1'; /** * @var SportsPress The single instance of the class