Tag version 0.9.1

This commit is contained in:
Brian Miyaji
2014-05-17 10:43:34 +10:00
parent 957dec2537
commit d7946985c0
2 changed files with 9 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ Tags: sport, sports, sports journalism, teams, team management, fixtures, result
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress
Requires at least: 3.8 Requires at least: 3.8
Tested up to: 3.9 Tested up to: 3.9
Stable tag: 0.9 Stable tag: 0.9.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
@@ -29,10 +29,6 @@ Add schedules, results, league tables, player profiles and statistics to your te
* Statistics & League Table Columns Configuration * Statistics & League Table Columns Configuration
* Import Events, Teams, and Players from CSV Files * Import Events, Teams, and Players from CSV Files
= Customizable =
League table columns, player statistics, and match results can be customized to fit any sport. Presets are available for some of the most popular sports including soccer, rugby, American football, Australian Rules football, baseball, basketball, cricket, and hockey.
= Available Languages = = Available Languages =
* English English ( en_US ) * English English ( en_US )
* Arabic العربية ( ar ) * Arabic العربية ( ar )
@@ -123,6 +119,11 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
== Changelog == == Changelog ==
= 0.9.1 =
* Tweak - Add text domain to configure descriptions.
* Tweak - Change default country to US.
* Fix - Event block results display for teams without logos.
= 0.9 = = 0.9 =
* Feature - Import tool added for importing staff from CSV file. * Feature - Import tool added for importing staff from CSV file.
* Feature - Add checkboxes to select player statistics columns. * Feature - Add checkboxes to select player statistics columns.

View File

@@ -3,7 +3,7 @@
* Plugin Name: SportsPress * Plugin Name: SportsPress
* Plugin URI: http://wordpress.org/plugins/sportspress * Plugin URI: http://wordpress.org/plugins/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: 0.9 * Version: 0.9.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 0.9 * @version 0.9.1
*/ */
final class SportsPress { final class SportsPress {
/** /**
* @var string * @var string
*/ */
public $version = '0.9'; public $version = '0.9.1';
/** /**
* @var SporsPress The single instance of the class * @var SporsPress The single instance of the class