Tag version 2.3

This commit is contained in:
Brian Miyaji
2017-03-22 15:24:00 +11:00
parent e0f88d1a3d
commit bc1493bc1b
40 changed files with 74 additions and 53 deletions

View File

@@ -5,7 +5,7 @@ Plugin URI: http://tboy.co/pro
Description: Load players using Ajax to speed up the event edit screen.
Author: ThemeBoy
Author URI: http://themeboy.com
Version: 2.1
Version: 2.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Lazy_Loading' ) ) :
* Main SportsPress Lazy Loading Class
*
* @class SportsPress_Lazy_Loading
* @version 2.1
* @version 2.3
*/
class SportsPress_Lazy_Loading {

View 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.2
Version: 2.3
*/
// 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.2
* @version 2.3
*/
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.2' );
define( 'SP_LEAGUE_TABLES_VERSION', '2.3' );
if ( !defined( 'SP_LEAGUE_TABLES_URL' ) )
define( 'SP_LEAGUE_TABLES_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add a template selector to SportsPress post types.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.9
Version: 2.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Template_Selector' ) ) :
* Main SportsPress Template Selector Class
*
* @class SportsPress_Template_Selector
* @version 1.9
* @version 2.3
*/
class SportsPress_Template_Selector {
@@ -46,7 +46,7 @@ class SportsPress_Template_Selector {
*/
private function define_constants() {
if ( !defined( 'SP_TEMPLATE_SELECTOR_VERSION' ) )
define( 'SP_TEMPLATE_SELECTOR_VERSION', '1.9' );
define( 'SP_TEMPLATE_SELECTOR_VERSION', '2.3' );
if ( !defined( 'SP_TEMPLATE_SELECTOR_URL' ) )
define( 'SP_TEMPLATE_SELECTOR_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Create a new player during user registration.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.2
Version: 2.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_User_Registration' ) ) :
* Main SportsPress User Registration Class
*
* @class SportsPress_User_Registration
* @version 2.2
* @version 2.3
*/
class SportsPress_User_Registration {
@@ -39,7 +39,7 @@ class SportsPress_User_Registration {
*/
private function define_constants() {
if ( !defined( 'SP_USER_REGISTRATION_VERSION' ) )
define( 'SP_USER_REGISTRATION_VERSION', '2.2' );
define( 'SP_USER_REGISTRATION_VERSION', '2.3' );
if ( !defined( 'SP_USER_REGISTRATION_URL' ) )
define( 'SP_USER_REGISTRATION_URL', plugin_dir_url( __FILE__ ) );