Update translations and tag version 0.9

This commit is contained in:
Brian Miyaji
2014-05-16 21:54:42 +10:00
parent 8072f8c57f
commit 423f64ef6d
24 changed files with 14723 additions and 3827 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
languages/sportspress-fi.mo Normal file

Binary file not shown.

3203
languages/sportspress-fi.po Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
=== SportsPress - sports league management === === SportsPress - sports league management ===
Contributors: ThemeBoy Contributors: ThemeBoy
Tags: sport, sports, press, club, sport statistics, sports management, soccer, football, teams, fixtures, results, standings, league tables, leagues, world cup, statistics, stats, wordpress sports, themeboy Tags: sport, sports, sports journalism, teams, team management, fixtures, results, standings, league tables, leagues, reporting, themeboy, wordpress sports, configurable
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.8.6 Stable tag: 0.9
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
@@ -36,9 +36,12 @@ League table columns, player statistics, and match results can be customized to
= Available Languages = = Available Languages =
* English English ( en_US ) * English English ( en_US )
* Arabic العربية ( ar ) * Arabic العربية ( ar )
* Chinese (China) - 中文 (zh_CN)
* Croatian Hrvatski ( hr ) * Croatian Hrvatski ( hr )
* Czech Čeština ( cs_CZ ) * Czech Čeština ( cs_CZ )
* Dutch - Nederlands ( nl_NL )
* French Français ( fr_FR ) * French Français ( fr_FR )
* Finnish Suomi ( fi )
* German Deutsch ( de_DE ) * German Deutsch ( de_DE )
* Greek Ελληνικά ( el_GR ) * Greek Ελληνικά ( el_GR )
* Italian Italiano ( it_IT ) * Italian Italiano ( it_IT )
@@ -120,6 +123,28 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
== Changelog == == Changelog ==
= 0.9 =
* Feature - Import tool added for importing staff from CSV file.
* Feature - Add checkboxes to select player statistics columns.
* Feature - Add option to select Google Map type.
* Feature - Add option to display team logos under event title.
* Feature - Enable player metrics and statistics selection in player list widget.
* Feature - Enable linking event blocks and event list to team pages.
* Tweak - Move leagues and seasons to SportsPress submenu.
* Tweak - Use singular post type slugs by default for consistency with WP core.
* Tweak - Remove alternate color in favor of link color setting.
* Tweak - Enable scrollable tables to prevent overflow.
* Tweak - Add helper text to venue location picker.
* Tweak - Adjust markup and remove link in league table caption.
* Tweak - Insert group name anchors to player list.
* Tweak - Display post type counts in system status.
* Fix - Event list results calculation when team column unchecked.
* Fix - Display player group names.
* Preset - Add snooker preset.
* Localization - Finnish translation by JuKi and hanro.
* Localization - Chinese translation by dic_2008.
* Localization - Dutch translation by valentijnreza.
= 0.8.6 = = 0.8.6 =
* Fix - Issue adding teams to events. * Fix - Issue adding teams to events.

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.8.6 * Version: 0.9
* 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.8.6 * @version 0.9
*/ */
final class SportsPress { final class SportsPress {
/** /**
* @var string * @var string
*/ */
public $version = '0.8.6'; public $version = '0.9';
/** /**
* @var SporsPress The single instance of the class * @var SporsPress The single instance of the class