Update file version numbers

This commit is contained in:
Brian Miyaji
2018-08-28 23:34:49 +10:00
parent a369be562d
commit b7ca52896e
18 changed files with 23 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add event calendars to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.5
Version: 2.6.8
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Calendars' ) ) :
* Main SportsPress Calendars Class
*
* @class SportsPress_Calendars
* @version 2.5
* @version 2.6.8
*/
class SportsPress_Calendars {
@@ -51,7 +51,7 @@ class SportsPress_Calendars {
*/
private function define_constants() {
if ( !defined( 'SP_CALENDARS_VERSION' ) )
define( 'SP_CALENDARS_VERSION', '2.5' );
define( 'SP_CALENDARS_VERSION', '2.6.8' );
if ( !defined( 'SP_CALENDARS_URL' ) )
define( 'SP_CALENDARS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -14,7 +14,7 @@ if ( ! class_exists( 'SportsPress_Comments_Scheduled_Events' ) ) :
* Main SportsPress Comments Scheduled Events Class
*
* @class SportsPress_Comments_Scheduled_Events
* @version 2.6.7
* @version 2.6.8
*/
class SportsPress_Comments_Scheduled_Events {
/**
@@ -33,7 +33,7 @@ class SportsPress_Comments_Scheduled_Events {
*/
private function define_constants() {
if ( !defined( 'SP_COMMENTS_SCHEDULED_EVENTS_VERSION' ) )
define( 'SP_COMMENTS_SCHEDULED_EVENTS_VERSION', '2.6.7' );
define( 'SP_COMMENTS_SCHEDULED_EVENTS_VERSION', '2.6.8' );
if ( !defined( 'SP_COMMENTS_SCHEDULED_EVENTS_URL' ) )
define( 'SP_COMMENTS_SCHEDULED_EVENTS_URL', plugin_dir_url( __FILE__ ) );
if ( !defined( 'SP_COMMENTS_SCHEDULED_EVENTS_DIR' ) )

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add player assignments support to SportsPress.
Author: Savvas
Author URI: http://themeboy.com/
Version: 2.6.2
Version: 2.6.8
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;
@@ -14,7 +14,7 @@ if ( ! class_exists( 'SportsPress_Player_Assignments' ) ) :
* Main SportsPress Player Assignments Class
*
* @class SportsPress_Player_Assignments
* @version 2.6.2
* @version 2.6.8
*/
class SportsPress_Player_Assignments {
/**
@@ -36,7 +36,7 @@ class SportsPress_Player_Assignments {
*/
private function define_constants() {
if ( !defined( 'SP_PLAYER_ASSIGNMENTS_VERSION' ) )
define( 'SP_PLAYER_ASSIGNMENTS_VERSION', '2.6.2' );
define( 'SP_PLAYER_ASSIGNMENTS_VERSION', '2.6.8' );
if ( !defined( 'SP_PLAYER_ASSIGNMENTS_URL' ) )
define( 'SP_PLAYER_ASSIGNMENTS_URL', plugin_dir_url( __FILE__ ) );
if ( !defined( 'SP_PLAYER_ASSIGNMENTS_DIR' ) )