Tag version 2.6.15
This commit is contained in:
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add event calendars to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.6.14
|
||||
Version: 2.6.15
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Calendars' ) ) :
|
||||
* Main SportsPress Calendars Class
|
||||
*
|
||||
* @class SportsPress_Calendars
|
||||
* @version 2.6.14
|
||||
* @version 2.6.15
|
||||
*/
|
||||
class SportsPress_Calendars {
|
||||
|
||||
@@ -51,7 +51,7 @@ class SportsPress_Calendars {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_CALENDARS_VERSION' ) )
|
||||
define( 'SP_CALENDARS_VERSION', '2.6.14' );
|
||||
define( 'SP_CALENDARS_VERSION', '2.6.15' );
|
||||
|
||||
if ( !defined( 'SP_CALENDARS_URL' ) )
|
||||
define( 'SP_CALENDARS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add event specs/stats to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.6
|
||||
Version: 2.6.15
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Event_Specs' ) ) :
|
||||
* Main SportsPress Event Specs Class
|
||||
*
|
||||
* @class SportsPress_Event_Specs
|
||||
* @version 2.6
|
||||
* @version 2.6.15
|
||||
*/
|
||||
class SportsPress_Event_Specs {
|
||||
|
||||
@@ -49,7 +49,7 @@ class SportsPress_Event_Specs {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_EVENT_SPECS_VERSION' ) )
|
||||
define( 'SP_EVENT_SPECS_VERSION', '2.6' );
|
||||
define( 'SP_EVENT_SPECS_VERSION', '2.6.15' );
|
||||
|
||||
if ( !defined( 'SP_EVENT_SPECS_URL' ) )
|
||||
define( 'SP_EVENT_SPECS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add league tables to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.6.14
|
||||
Version: 2.6.15
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_League_Tables' ) ) :
|
||||
* Main SportsPress League Tables Class
|
||||
*
|
||||
* @class SportsPress_League_Tables
|
||||
* @version 2.6.14
|
||||
* @version 2.6.15
|
||||
*/
|
||||
class SportsPress_League_Tables {
|
||||
|
||||
@@ -48,7 +48,7 @@ class SportsPress_League_Tables {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_LEAGUE_TABLES_VERSION' ) )
|
||||
define( 'SP_LEAGUE_TABLES_VERSION', '2.6.14' );
|
||||
define( 'SP_LEAGUE_TABLES_VERSION', '2.6.15' );
|
||||
|
||||
if ( !defined( 'SP_LEAGUE_TABLES_URL' ) )
|
||||
define( 'SP_LEAGUE_TABLES_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add officials to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.6.14
|
||||
Version: 2.6.15
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Officials' ) ) :
|
||||
* Main SportsPress Officials Class
|
||||
*
|
||||
* @class SportsPress_Officials
|
||||
* @version 2.6.14
|
||||
* @version 2.6.15
|
||||
*/
|
||||
class SportsPress_Officials {
|
||||
|
||||
@@ -66,7 +66,7 @@ class SportsPress_Officials {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_OFFICIALS_VERSION' ) )
|
||||
define( 'SP_OFFICIALS_VERSION', '2.6.14' );
|
||||
define( 'SP_OFFICIALS_VERSION', '2.6.15' );
|
||||
|
||||
if ( !defined( 'SP_OFFICIALS_URL' ) )
|
||||
define( 'SP_OFFICIALS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Integrate OpenStreetMap to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.7
|
||||
Version: 2.6.15
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) ):
|
||||
* Main SportsPress OpenStreetMap Class
|
||||
*
|
||||
* @class SportsPress_OpenStreetMap
|
||||
* @version 2.7
|
||||
* @version 2.6.15
|
||||
*/
|
||||
|
||||
class SportsPress_OpenStreetMap {
|
||||
@@ -44,7 +44,7 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) ):
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_OPENSTREETMAP_VERSION' ) )
|
||||
define( 'SP_OPENSTREETMAP_VERSION', '2.7' );
|
||||
define( 'SP_OPENSTREETMAP_VERSION', '2.6.15' );
|
||||
|
||||
if ( !defined( 'SP_OPENSTREETMAP_URL' ) )
|
||||
define( 'SP_OPENSTREETMAP_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add player lists to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.6.14
|
||||
Version: 2.6.15
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Player_Lists' ) ) :
|
||||
* Main SportsPress Player Lists Class
|
||||
*
|
||||
* @class SportsPress_Player_Lists
|
||||
* @version 2.6.14
|
||||
* @version 2.6.15
|
||||
*/
|
||||
class SportsPress_Player_Lists {
|
||||
|
||||
@@ -48,7 +48,7 @@ class SportsPress_Player_Lists {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_PLAYER_LISTS_VERSION' ) )
|
||||
define( 'SP_PLAYER_LISTS_VERSION', '2.6.14' );
|
||||
define( 'SP_PLAYER_LISTS_VERSION', '2.6.15' );
|
||||
|
||||
if ( !defined( 'SP_PLAYER_LISTS_URL' ) )
|
||||
define( 'SP_PLAYER_LISTS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
Reference in New Issue
Block a user