From 705663bab39687fc2469a4860a5c9235d89114aa Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 31 Oct 2014 04:34:51 +1100 Subject: [PATCH] Tag version 1.4.5 --- readme.txt | 7 ++++++- sportspress.php | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 49f43be9..9f41c1f7 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu 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: 4.0 -Stable tag: 1.4.4 +Stable tag: 1.4.5 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -189,6 +189,11 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose == Changelog == += 1.4.5 = +* Fix - Away team players not being displayed without players in home team. +* Fix - Primary team results always using default setting. +* Localization - Update Finnish and Spanish translations. + = 1.4.4 = * Feature - Automatically select event venue based on home team. * Fix - Featured images not displaying in some themes. diff --git a/sportspress.php b/sportspress.php index a5b88d29..f980e465 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.4.4 + * Version: 1.4.5 * 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.4.4 + * @version 1.4.5 */ final class SportsPress { /** * @var string */ - public $version = '1.4.4'; + public $version = '1.4.5'; /** * @var SporsPress The single instance of the class