From 54fa48402af929388cf226557d3326984c0553fc Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 3 Jun 2014 03:49:18 +1000 Subject: [PATCH] Tag version 1.0.4 --- readme.txt | 14 +++++++++----- sportspress.php | 6 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/readme.txt b/readme.txt index e5c4f1aa..368e0212 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.1 -Stable tag: 1.0.2 +Stable tag: 1.0.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -36,10 +36,6 @@ More details about each feature are available on the [ThemeBoy Website](http://t Looking for more league functionality? ThemeBoy offers a range of [SportsPress extensions](http://themeboy.com/plugins/) to add more features to your sports website.  -= Get SportsPress in your language = - -We have a wonderful group of users who have contributed over 30 languages to the SportsPress plugin, but the community could always use a little more help. If you speak another language and feel confident in translating, please join our Transfix project to contribute to your language! - = Available Languages = * English – English ( en_US ) * Arabic – العربية ( ar ) @@ -140,6 +136,14 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose == Changelog == += 1.0.4 = +* Fix - Shorthand php notation removed for better compatibility. +* Localization - Update Finnish translation. +* Localization - Update Greek translation. + += 1.0.3 = +* Tweak - Hide theme integration notice. + = 1.0.2 = * Fix - Initialize columns array in player list class. diff --git a/sportspress.php b/sportspress.php index 955f9e4c..443703b5 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: 1.0.2 + * Version: 1.0.4 * 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 1.0.2 + * @version 1.0.4 */ final class SportsPress { /** * @var string */ - public $version = '1.0.2'; + public $version = '1.0.4'; /** * @var SporsPress The single instance of the class