From 6b7ff529f531e672b94c9b5b7ea8e34114bc2a07 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 29 Aug 2015 14:29:00 +1000 Subject: [PATCH] Tag version 1.8.9 --- readme.txt | 16 ++++++++++++++-- sportspress.php | 6 +++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 776fef65..9f4af89f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.3 -Stable tag: 1.8.8 +Stable tag: 1.8.9 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -224,9 +224,21 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 1.8.9 = +* Feature - Enable multiple nationalities for players and staff. +* Feature - Enable multiple seasons and competitions for league tables. +* Feature - Enable multiple seasons, competitions, and positions for player lists. +* Feature - Add custom title field and widget alignment option to shortcodes. +* Feature - Add option to always increment league table position. +* Fix - Import button on admin pages. +* Fix - Update jQuery DataTables to version 1.10.8 props devilsaces. +* Localization - Group translation team by language and display stats. +* Localization - Add albpower, elgolden, mobking, wah826, iojvan, eifelstudio, deckerweb, denkuhn, green_big_frog, Flubber89, sododesign, webby1973, Laislebai, slappfiskene.no, AugustoNeto, lfrodines, GonerSTUDIO, cofeman.sl, i1m3a7n92, opticadeharo, and ViktoriaRuzhylo to translation team. +* Localization - Update Polish, Finnish, Armenian, German, Slovenian, Italian, Czech, Dutch, Spanish, Romanian, and French translations. + = 1.8.8 = * Feature - Add option to hide player and staff details. -* Tweak - Ability to multiple current teams in staff profile. +* Tweak - Ability to display multiple current teams in staff profile. = 1.8.7 = * Feature - Add custom table heading option to widgets. diff --git a/sportspress.php b/sportspress.php index 2496c29f..5ed765ae 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.8.8 + * Version: 1.8.9 * 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.8.8 + * @version 1.8.9 */ final class SportsPress { /** * @var string */ - public $version = '1.8.8'; + public $version = '1.8.9'; /** * @var SportsPress The single instance of the class