From a51bfb496571a4876ac80f0a69c8f567509b2d1d Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 30 Jul 2016 02:30:31 +1000 Subject: [PATCH] Tag version 2.0.13 --- .../meta-boxes/class-sp-meta-box-player-statistics.php | 2 +- includes/admin/settings/class-sp-settings-events.php | 2 +- includes/class-sp-calendar.php | 2 +- includes/class-sp-league-table.php | 2 +- includes/class-sp-player-list.php | 2 +- includes/class-sp-player.php | 2 +- includes/class-sp-team.php | 2 +- modules/sportspress-lazy-loading.php | 4 ++-- readme.txt | 6 +++++- sportspress.php | 6 +++--- templates/countdown.php | 2 +- templates/venue-map.php | 2 +- 12 files changed, 19 insertions(+), 15 deletions(-) diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php index 13be76ec..4e46039b 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.0.5 + * @version 2.0.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/settings/class-sp-settings-events.php b/includes/admin/settings/class-sp-settings-events.php index 579d7caa..41d582ba 100644 --- a/includes/admin/settings/class-sp-settings-events.php +++ b/includes/admin/settings/class-sp-settings-events.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.0.7 + * @version 2.0.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-calendar.php b/includes/class-sp-calendar.php index 2f457b7c..4cef0f7b 100644 --- a/includes/class-sp-calendar.php +++ b/includes/class-sp-calendar.php @@ -5,7 +5,7 @@ * The SportsPress calendar class handles individual calendar data. * * @class SP_Calendar - * @version 2.0.8 + * @version 2.0.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-league-table.php b/includes/class-sp-league-table.php index 46f097da..92dfc141 100644 --- a/includes/class-sp-league-table.php +++ b/includes/class-sp-league-table.php @@ -5,7 +5,7 @@ * The SportsPress league table class handles individual league table data. * * @class SP_League_Table - * @version 2.0 + * @version 2.0.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index 5b761d5e..7296532a 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -5,7 +5,7 @@ * The SportsPress player list class handles individual player list data. * * @class SP_Player_List - * @version 2.0 + * @version 2.0.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-player.php b/includes/class-sp-player.php index 8fcc63db..fd2ea4c4 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 2.0.1 + * @version 2.0.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-team.php b/includes/class-sp-team.php index e00ef6a7..e4506d5f 100644 --- a/includes/class-sp-team.php +++ b/includes/class-sp-team.php @@ -5,7 +5,7 @@ * The SportsPress team class handles individual team data. * * @class SP_Team - * @version 2.0 + * @version 2.0.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/modules/sportspress-lazy-loading.php b/modules/sportspress-lazy-loading.php index 40a67668..13046d75 100644 --- a/modules/sportspress-lazy-loading.php +++ b/modules/sportspress-lazy-loading.php @@ -5,7 +5,7 @@ Plugin URI: http://tboy.co/pro Description: Load players using Ajax to speed up the event edit screen. Author: ThemeBoy Author URI: http://themeboy.com -Version: 1.9.19 +Version: 2.0.13 */ // Exit if accessed directly @@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Lazy_Loading' ) ) : * Main SportsPress Lazy Loading Class * * @class SportsPress_Lazy_Loading - * @version 1.9.19 + * @version 2.0.13 */ class SportsPress_Lazy_Loading { diff --git a/readme.txt b/readme.txt index 9a247197..aff76836 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.5 -Stable tag: 2.0.12 +Stable tag: 2.0.13 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -239,6 +239,10 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.0.13 = +* Fix - Google Maps embed code to reflect selected map type. +* Fix - Countdown error when teams are not selected. + = 2.0.12 = * Tweak - Add API key to Google Maps in admin. diff --git a/sportspress.php b/sportspress.php index bcd00c4c..fca73bb7 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: 2.0.12 + * Version: 2.0.13 * 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 2.0.12 + * @version 2.0.13 */ final class SportsPress { /** * @var string */ - public $version = '2.0.12'; + public $version = '2.0.13'; /** * @var SportsPress The single instance of the class diff --git a/templates/countdown.php b/templates/countdown.php index 0bc84889..02eecd78 100644 --- a/templates/countdown.php +++ b/templates/countdown.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.0 + * @version 2.0.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/venue-map.php b/templates/venue-map.php index 5ffb7181..7982b401 100644 --- a/templates/venue-map.php +++ b/templates/venue-map.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.0.11 + * @version 2.0.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly