Tag version 2.6.7

This commit is contained in:
Brian Miyaji
2018-07-24 10:26:20 +10:00
parent dad05dc6ba
commit c8414b0689
9 changed files with 22 additions and 10 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -9,7 +9,7 @@
* @author WooThemes
* @category Admin
* @package SportsPress/Admin
* @version 2.5.5
* @version 2.6.7
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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