diff --git a/includes/admin/class-sp-admin-assets.php b/includes/admin/class-sp-admin-assets.php index ac60ca03..05c93a98 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.7 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/class-sp-admin-dashboard.php b/includes/admin/class-sp-admin-dashboard.php index 4a6e307e..49bcac2a 100644 --- a/includes/admin/class-sp-admin-dashboard.php +++ b/includes/admin/class-sp-admin-dashboard.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 1.6 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/importers/class-sp-importer.php b/includes/admin/importers/class-sp-importer.php index 45fad2c4..5675b234 100644 --- a/includes/admin/importers/class-sp-importer.php +++ b/includes/admin/importers/class-sp-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.1 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-details.php index 71657549..85d6c025 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.5.5 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-ajax.php b/includes/class-sp-ajax.php index f28bb5ae..7fb27639 100644 --- a/includes/class-sp-ajax.php +++ b/includes/class-sp-ajax.php @@ -8,7 +8,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly * AJAX Event Handler * * @class SP_AJAX - * @version 2.6 + * @version 2.6.8 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-calendar.php b/includes/class-sp-calendar.php index 3167dfb5..8b1630d9 100644 --- a/includes/class-sp-calendar.php +++ b/includes/class-sp-calendar.php @@ -8,7 +8,7 @@ * https://wordpress.org/support/topic/timezone-issues-with-schedule-calendar-list/ * * @class SP_Calendar - * @version 2.5.5 + * @version 2.6.8 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-countries.php b/includes/class-sp-countries.php index d75a71c3..a5276cfd 100644 --- a/includes/class-sp-countries.php +++ b/includes/class-sp-countries.php @@ -5,7 +5,7 @@ * The SportsPress countries class stores continent/country data. * * @class SP_Countries - * @version 2.6.5 + * @version 2.6.8 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-frontend-scripts.php b/includes/class-sp-frontend-scripts.php index cba914ce..471de62a 100644 --- a/includes/class-sp-frontend-scripts.php +++ b/includes/class-sp-frontend-scripts.php @@ -3,7 +3,7 @@ * Handle frontend forms * * @class SP_Frontend_Scripts - * @version 2.5 + * @version 2.6.8 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 6b4e4563..e1649e9c 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.6.5 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/modules/sportspress-calendars.php b/modules/sportspress-calendars.php index 6f7e3b53..c3c538bb 100644 --- a/modules/sportspress-calendars.php +++ b/modules/sportspress-calendars.php @@ -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__ ) ); diff --git a/modules/sportspress-comments-scheduled-events.php b/modules/sportspress-comments-scheduled-events.php index 33008332..f07dd06a 100644 --- a/modules/sportspress-comments-scheduled-events.php +++ b/modules/sportspress-comments-scheduled-events.php @@ -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' ) ) diff --git a/modules/sportspress-player-assignments.php b/modules/sportspress-player-assignments.php index f6a23efd..dda29473 100644 --- a/modules/sportspress-player-assignments.php +++ b/modules/sportspress-player-assignments.php @@ -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' ) ) diff --git a/templates/birthdays.php b/templates/birthdays.php index 20fe429d..7c52b5a9 100644 --- a/templates/birthdays.php +++ b/templates/birthdays.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress_Birthdays - * @version 1.9.19 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/countdown.php b/templates/countdown.php index 0581be54..ea887d50 100644 --- a/templates/countdown.php +++ b/templates/countdown.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.6.5 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-blocks.php b/templates/event-blocks.php index 09488fba..2d535159 100644 --- a/templates/event-blocks.php +++ b/templates/event-blocks.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.5.5 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-list.php b/templates/event-list.php index 76adc6bb..724cc682 100644 --- a/templates/event-list.php +++ b/templates/event-list.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.6 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/player-details.php b/templates/player-details.php index 46897b27..3a2c742d 100644 --- a/templates/player-details.php +++ b/templates/player-details.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.6 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/venue-map.php b/templates/venue-map.php index 8415bfd2..dd07e851 100644 --- a/templates/venue-map.php +++ b/templates/venue-map.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.6.7 + * @version 2.6.8 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly