From d7946985c079acf2197bb8ccb310ee769193ee1e Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 17 May 2014 10:43:34 +1000 Subject: [PATCH] Tag version 0.9.1 --- readme.txt | 11 ++++++----- sportspress.php | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/readme.txt b/readme.txt index 14eab539..458c5bb1 100644 --- a/readme.txt +++ b/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. diff --git a/sportspress.php b/sportspress.php index 3082d7bf..cbaef2d4 100644 --- a/sportspress.php +++ b/sportspress.php @@ -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