diff --git a/includes/admin/class-sp-admin-menus.php b/includes/admin/class-sp-admin-menus.php index e008f146..926b036d 100755 --- a/includes/admin/class-sp-admin-menus.php +++ b/includes/admin/class-sp-admin-menus.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 1.7 + * @version 1.9.12 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index fd63de77..64374e92 100644 --- a/includes/admin/class-sp-admin-welcome.php +++ b/includes/admin/class-sp-admin-welcome.php @@ -9,7 +9,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 1.9.6 + * @version 1.9.12 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-player.php b/includes/class-sp-player.php index 50b744dc..5d8dcc6e 100644 --- a/includes/class-sp-player.php +++ b/includes/class-sp-player.php @@ -5,7 +5,7 @@ * The SportsPress player class handles individual player data. * * @class SP_Player - * @version 1.9.6 + * @version 1.9.12 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-formatting-functions.php b/includes/sp-formatting-functions.php index 66fee2e2..95420db1 100644 --- a/includes/sp-formatting-functions.php +++ b/includes/sp-formatting-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 1.8.7 + * @version 1.9.12 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index e3170440..e3027a69 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: ThemeBoy, brianmiyaji, aylaview Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtures, results, standings, league tables, leagues, shortcodes, sports data, sports club, themeboy, esports, wordpress sports, equations, calculations, events, calendars, players, profiles, staff, seasons, countdowns, club management, football, nfl, footy, afl, baseball, basketball, cricket, darts, handball, hockey, netball, rugby, snooker, soccer, squash, tennis, volleyball, dota 2, league of legends, golf Donate link: http://tboy.co/donate Requires at least: 3.8 -Tested up to: 4.3 -Stable tag: 1.9.10 +Tested up to: 4.4 +Stable tag: 1.9.12 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -237,6 +237,15 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 1.9.12 = +* Tweak - Display team names and score template without logos. +* Tweak - Validate hex color input. +* Tweak - Add sp prefix to TGMPA notice to avoid conflict with other plugins. +* Fix - Empty seasons displaying in player profiles. +* Fix - Error on pages with no screen objects. +* Localization - Add Tandor, muhahmetkara, elarequi, diego.battistella, and tkausch to translation team. +* Localization - Update Polish, Tamil, German, Turkish, Spanish, Dutch, and Portuguese translations. + = 1.9.10 = * Fix - Automatic event results calculating without player performance. * Localization - Update Turkish translation. diff --git a/sportspress.php b/sportspress.php index e3c651d6..e0044534 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.9.10 + * Version: 1.9.12 * 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.9.10 + * @version 1.9.12 */ final class SportsPress { /** * @var string */ - public $version = '1.9.10'; + public $version = '1.9.12'; /** * @var SportsPress The single instance of the class diff --git a/templates/event-logos.php b/templates/event-logos.php index 26ad4ef4..9d59f652 100644 --- a/templates/event-logos.php +++ b/templates/event-logos.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.9 + * @version 1.9.12 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly