Tag version 0.9.1
This commit is contained in:
11
readme.txt
11
readme.txt
@@ -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
|
||||
Requires at least: 3.8
|
||||
Tested up to: 3.9
|
||||
Stable tag: 0.9
|
||||
Stable tag: 0.9.1
|
||||
License: GPLv3
|
||||
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
|
||||
* 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 =
|
||||
* English – English ( en_US )
|
||||
* Arabic – العربية ( ar )
|
||||
@@ -123,6 +119,11 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
|
||||
|
||||
== 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 =
|
||||
* Feature - Import tool added for importing staff from CSV file.
|
||||
* Feature - Add checkboxes to select player statistics columns.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Plugin Name: SportsPress
|
||||
* Plugin URI: http://wordpress.org/plugins/sportspress
|
||||
* Description: Manage your club and its players, staff, events, league tables, and player lists.
|
||||
* Version: 0.9
|
||||
* Version: 0.9.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 0.9
|
||||
* @version 0.9.1
|
||||
*/
|
||||
final class SportsPress {
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '0.9';
|
||||
public $version = '0.9.1';
|
||||
|
||||
/**
|
||||
* @var SporsPress The single instance of the class
|
||||
|
||||
Reference in New Issue
Block a user