Update file version numbers to 2.5

This commit is contained in:
Brian Miyaji
2017-11-16 23:14:54 +11:00
parent cdb6bbcd72
commit ca0cc6b698
75 changed files with 85 additions and 85 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.1.4
Version: 2.5
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Birthdays' ) ) :
* Main SportsPress Birthdays Class
*
* @class SportsPress_Birthdays
* @version 2.1.4
* @version 2.5
*/
class SportsPress_Birthdays {
@@ -43,7 +43,7 @@ class SportsPress_Birthdays {
*/
private function define_constants() {
if ( !defined( 'SP_BIRTHDAYS_VERSION' ) )
define( 'SP_BIRTHDAYS_VERSION', '2.1.4' );
define( 'SP_BIRTHDAYS_VERSION', '2.5' );
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 event calendars to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.2
Version: 2.5
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Calendars' ) ) :
* Main SportsPress Calendars Class
*
* @class SportsPress_Calendars
* @version 2.2
* @version 2.5
*/
class SportsPress_Calendars {
@@ -51,7 +51,7 @@ class SportsPress_Calendars {
*/
private function define_constants() {
if ( !defined( 'SP_CALENDARS_VERSION' ) )
define( 'SP_CALENDARS_VERSION', '2.2' );
define( 'SP_CALENDARS_VERSION', '2.5' );
if ( !defined( 'SP_CALENDARS_URL' ) )
define( 'SP_CALENDARS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add vector performance icons to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.2
Version: 2.5
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Icons' ) ) :
* Main SportsPress Icons Class
*
* @class SportsPress_Icons
* @version 2.2
* @version 2.5
*/
class SportsPress_Icons {
@@ -48,7 +48,7 @@ class SportsPress_Icons {
*/
private function define_constants() {
if ( !defined( 'SP_ICONS_VERSION' ) )
define( 'SP_ICONS_VERSION', '2.2' );
define( 'SP_ICONS_VERSION', '2.5' );
if ( !defined( 'SP_ICONS_URL' ) )
define( 'SP_ICONS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Display a visual overview of SportsPress data.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.8.3
Version: 2.5
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Overview' ) ) :
* Main SportsPress Overview Class
*
* @class SportsPress_Overview
* @version 1.8.3
* @version 2.5
*/
class SportsPress_Overview {
@@ -36,7 +36,7 @@ class SportsPress_Overview {
*/
private function define_constants() {
if ( !defined( 'SP_OVERVIEW_VERSION' ) )
define( 'SP_OVERVIEW_VERSION', '1.8.3' );
define( 'SP_OVERVIEW_VERSION', '2.5' );
if ( !defined( 'SP_OVERVIEW_URL' ) )
define( 'SP_OVERVIEW_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Display SportsPress video tutorials.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.1
Version: 2.5
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Tutorials' ) ) :
* Main SportsPress Tutorials Class
*
* @class SportsPress_Tutorials
* @version 2.1
* @version 2.5
*/
class SportsPress_Tutorials {
@@ -54,7 +54,7 @@ class SportsPress_Tutorials {
*/
private function define_constants() {
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
define( 'SP_TUTORIALS_VERSION', '2.1' );
define( 'SP_TUTORIALS_VERSION', '2.5' );
if ( !defined( 'SP_TUTORIALS_URL' ) )
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );