Tag version 2.1.4

This commit is contained in:
Brian Miyaji
2016-10-30 20:49:17 +11:00
parent 8c8b82d94e
commit f354d3f4cf
16 changed files with 36 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add birthdays to players and staff.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.0.8
Version: 2.1.4
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Birthdays' ) ) :
* Main SportsPress Birthdays Class
*
* @class SportsPress_Birthdays
* @version 2.0.8
* @version 2.1.4
*/
class SportsPress_Birthdays {
@@ -43,7 +43,7 @@ class SportsPress_Birthdays {
*/
private function define_constants() {
if ( !defined( 'SP_BIRTHDAYS_VERSION' ) )
define( 'SP_BIRTHDAYS_VERSION', '2.0.8' );
define( 'SP_BIRTHDAYS_VERSION', '2.1.4' );
if ( !defined( 'SP_BIRTHDAYS_URL' ) )
define( 'SP_BIRTHDAYS_URL', plugin_dir_url( __FILE__ ) );

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.0
Version: 2.1.4
*/
// 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.0
* @version 2.1.4
*/
class SportsPress_League_Tables {
@@ -49,7 +49,7 @@ class SportsPress_League_Tables {
*/
private function define_constants() {
if ( !defined( 'SP_LEAGUE_TABLES_VERSION' ) )
define( 'SP_LEAGUE_TABLES_VERSION', '2.0' );
define( 'SP_LEAGUE_TABLES_VERSION', '2.1.4' );
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 player lists to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.0
Version: 2.1.4
*/
// 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.0
* @version 2.1.4
*/
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.0' );
define( 'SP_PLAYER_LISTS_VERSION', '2.1.4' );
if ( !defined( 'SP_PLAYER_LISTS_URL' ) )
define( 'SP_PLAYER_LISTS_URL', plugin_dir_url( __FILE__ ) );