From c8414b06894ca3baa8330a6f31f4d3a6e59d5157 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 24 Jul 2018 10:26:20 +1000 Subject: [PATCH] Tag version 2.6.7 --- changelog.txt | 6 ++++++ includes/admin/class-sp-admin-assets.php | 2 +- includes/admin/class-sp-admin-setup-wizard.php | 2 +- includes/class-sp-event.php | 2 +- includes/class-sp-league-table.php | 2 +- includes/sp-api-functions.php | 2 +- readme.txt | 8 +++++++- sportspress.php | 6 +++--- templates/venue-map.php | 2 +- 9 files changed, 22 insertions(+), 10 deletions(-) diff --git a/changelog.txt b/changelog.txt index 77d3889c..b421888f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ == SportsPress Changelog == += 2.6.7 = +* Fix - Update Google Maps API endpoints. + += 2.6.6 = +* Fix - Apply reverse teams to frontend templates only. + = 2.6.5 = * Tweak - Increase coverage of reverse teams option. * Tweak - Improve sorting of leagues, positions, and seasons. diff --git a/includes/admin/class-sp-admin-assets.php b/includes/admin/class-sp-admin-assets.php index 09ca142d..7000cca3 100755 --- a/includes/admin/class-sp-admin-assets.php +++ b/includes/admin/class-sp-admin-assets.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.6.5 + * @version 2.6.7 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/class-sp-admin-setup-wizard.php b/includes/admin/class-sp-admin-setup-wizard.php index 3806c19e..cb642f80 100644 --- a/includes/admin/class-sp-admin-setup-wizard.php +++ b/includes/admin/class-sp-admin-setup-wizard.php @@ -9,7 +9,7 @@ * @author WooThemes * @category Admin * @package SportsPress/Admin - * @version 2.5.5 + * @version 2.6.7 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/includes/class-sp-event.php b/includes/class-sp-event.php index af9a6bda..d972743d 100644 --- a/includes/class-sp-event.php +++ b/includes/class-sp-event.php @@ -5,7 +5,7 @@ * The SportsPress event class handles individual event data. * * @class SP_Event - * @version 2.6.5 + * @version 2.6.6 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-league-table.php b/includes/class-sp-league-table.php index 2c55e8b4..182189cb 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.6.5 + * @version 2.6.6 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-api-functions.php b/includes/sp-api-functions.php index 7f69de1d..0bd176bd 100644 --- a/includes/sp-api-functions.php +++ b/includes/sp-api-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.6.5 + * @version 2.6.6 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index 62b55be1..bde268cf 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: calendars, club, club management, esports, events, fixtures, leagues, leag Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.9 -Stable tag: 2.6.5 +Stable tag: 2.6.7 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -237,6 +237,12 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.6.7 = +* Fix - Update Google Maps API endpoints. + += 2.6.6 = +* Fix - Apply reverse teams to frontend templates only. + = 2.6.5 = * Tweak - Increase coverage of reverse teams option. * Tweak - Improve sorting of leagues, positions, and seasons. diff --git a/sportspress.php b/sportspress.php index 3f214f77..da41e642 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.6.5 + * Version: 2.6.7 * 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.6.5 + * @version 2.6.7 */ final class SportsPress { /** * @var string */ - public $version = '2.6.5'; + public $version = '2.6.7'; /** * @var SportsPress The single instance of the class diff --git a/templates/venue-map.php b/templates/venue-map.php index 2551251e..c98ac53b 100644 --- a/templates/venue-map.php +++ b/templates/venue-map.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.1.3 + * @version 2.6.7 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly