Update version numbers

This commit is contained in:
Brian Miyaji
2018-10-17 11:48:31 +11:00
parent fd644e3071
commit 8cac595ed9
22 changed files with 26 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Feeds
* @package SportsPress/Feeds
* @version 1.8.3
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
* Handles taxonomies in admin
*
* @class SP_Admin_Taxonomies
* @version 2.6
* @version 2.6.9
* @package SportsPress/Admin
* @category Class
* @author ThemeBoy

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Importers
* @version 2.6.3
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.5
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.0
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.5
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.5
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.6.5
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -8,7 +8,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
* AJAX Event Handler
*
* @class SP_AJAX
* @version 2.6.8
* @version 2.6.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy

View File

@@ -8,7 +8,7 @@
* https://wordpress.org/support/topic/timezone-issues-with-schedule-calendar-list/
*
* @class SP_Calendar
* @version 2.6.8
* @version 2.6.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy

View File

@@ -5,7 +5,7 @@
* The SportsPress event class handles individual event data.
*
* @class SP_Event
* @version 2.6.8
* @version 2.6.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy

View File

@@ -5,7 +5,7 @@
* The SportsPress modules class stores available modules.
*
* @class SP_Modules
* @version 2.6
* @version 2.6.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy

View File

@@ -5,7 +5,7 @@
* The SportsPress player list class handles individual player list data.
*
* @class SP_Player_List
* @version 2.6.8
* @version 2.6.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy

View File

@@ -5,7 +5,7 @@
* The SportsPress player class handles individual player data.
*
* @class SP_Player
* @version 2.6.8
* @version 2.6.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add default nationality option to SportsPress Settings.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.7
Version: 2.6.9
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Default_Nationality' ) ) :
* Main SportsPress Default Nationality Class
*
* @class SportsPress_Default_Nationality
* @version 2.7
* @version 2.6.9
*/
class SportsPress_Default_Nationality {
@@ -36,7 +36,7 @@ class SportsPress_Default_Nationality {
*/
private function define_constants() {
if ( !defined( 'SP_DEFAULT_NATIONALITY_VERSION' ) )
define( 'SP_DEFAULT_NATIONALITY_VERSION', '2.7' );
define( 'SP_DEFAULT_NATIONALITY_VERSION', '2.6.9' );
if ( !defined( 'SP_DEFAULT_NATIONALITY_URL' ) )
define( 'SP_DEFAULT_NATIONALITY_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add Gutenberg support to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.6.8
Version: 2.6.9
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Gutenberg' ) ) :
* Main SportsPress Gutenberg Class
*
* @class SportsPress_Gutenberg
* @version 2.6.8
* @version 2.6.9
*/
class SportsPress_Gutenberg {
@@ -36,7 +36,7 @@ class SportsPress_Gutenberg {
*/
private function define_constants() {
if ( !defined( 'SP_GUTENBERG_VERSION' ) )
define( 'SP_GUTENBERG_VERSION', '2.6.8' );
define( 'SP_GUTENBERG_VERSION', '2.6.9' );
if ( !defined( 'SP_GUTENBERG_URL' ) )
define( 'SP_GUTENBERG_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.6.8
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.6.8
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.6.8
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.6.8
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 1.9
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.6.5
* @version 2.6.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly