Tag version 1.0.4

This commit is contained in:
Brian Miyaji
2014-06-03 03:49:18 +10:00
parent c6c43d6d3d
commit 54fa48402a
2 changed files with 12 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
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.

View File

@@ -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