Update previous file versions

This commit is contained in:
Brian Miyaji
2015-05-20 12:29:10 +10:00
parent c1755229b6
commit e116871c96
18 changed files with 40 additions and 40 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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: 1.6.1
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Calendars' ) ) :
* Main SportsPress Calendars Class
*
* @class SportsPress_Calendars
* @version 1.6.1
* @version 1.8.3
*/
class SportsPress_Calendars {
@@ -45,7 +45,7 @@ class SportsPress_Calendars {
*/
private function define_constants() {
if ( !defined( 'SP_CALENDARS_VERSION' ) )
define( 'SP_CALENDARS_VERSION', '1.6.1' );
define( 'SP_CALENDARS_VERSION', '1.8.3' );
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 countdown widgets to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.7.4
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Countdowns' ) ) :
* Main SportsPress Countdowns Class
*
* @class SportsPress_Countdowns
* @version 1.7.4
* @version 1.8.3
*/
class SportsPress_Countdowns {
@@ -41,7 +41,7 @@ class SportsPress_Countdowns {
*/
private function define_constants() {
if ( !defined( 'SP_COUNTDOWNS_VERSION' ) )
define( 'SP_COUNTDOWNS_VERSION', '1.7.4' );
define( 'SP_COUNTDOWNS_VERSION', '1.8.3' );
if ( !defined( 'SP_COUNTDOWNS_URL' ) )
define( 'SP_COUNTDOWNS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add videos to SportsPress events.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.7.4
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Event_Videos' ) ) :
* Main SportsPress Event Videos Class
*
* @class SportsPress_Event_Videos
* @version 1.7.4
* @version 1.8.3
*/
class SportsPress_Event_Videos {
@@ -37,7 +37,7 @@ class SportsPress_Event_Videos {
*/
private function define_constants() {
if ( !defined( 'SP_EVENT_VIDEOS_VERSION' ) )
define( 'SP_EVENT_VIDEOS_VERSION', '1.7.4' );
define( 'SP_EVENT_VIDEOS_VERSION', '1.8.3' );
if ( !defined( 'SP_EVENT_VIDEOS_URL' ) )
define( 'SP_EVENT_VIDEOS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add importers to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.7.3
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Importers' ) ) :
* Main SportsPress Importers Class
*
* @class SportsPress_Importers
* @version 1.7
* @version 1.8.3
*/
class SportsPress_Importers {
@@ -36,7 +36,7 @@ class SportsPress_Importers {
*/
private function define_constants() {
if ( !defined( 'SP_IMPORTERS_VERSION' ) )
define( 'SP_IMPORTERS_VERSION', '1.7' );
define( 'SP_IMPORTERS_VERSION', '1.8.3' );
if ( !defined( 'SP_IMPORTERS_URL' ) )
define( 'SP_IMPORTERS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Modify SportsPress to work with individual (player vs player) sports.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.7.2
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Individual_Mode' ) ) :
* Main SportsPress Individual Mode Class
*
* @class SportsPress_Individual_Mode
* @version 1.7.2
* @version 1.8.3
*/
class SportsPress_Individual_Mode {
@@ -68,7 +68,7 @@ class SportsPress_Individual_Mode {
*/
private function define_constants() {
if ( !defined( 'SP_INDIVIDUAL_MODE_VERSION' ) )
define( 'SP_INDIVIDUAL_MODE_VERSION', '1.7.2' );
define( 'SP_INDIVIDUAL_MODE_VERSION', '1.8.3' );
if ( !defined( 'SP_INDIVIDUAL_MODE_URL' ) )
define( 'SP_INDIVIDUAL_MODE_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: 1.6.1
Version: 1.8.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 1.6.1
* @version 1.8.3
*/
class SportsPress_League_Tables {
@@ -45,7 +45,7 @@ class SportsPress_League_Tables {
*/
private function define_constants() {
if ( !defined( 'SP_LEAGUE_TABLES_VERSION' ) )
define( 'SP_LEAGUE_TABLES_VERSION', '1.6.1' );
define( 'SP_LEAGUE_TABLES_VERSION', '1.8.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: Display a visual overview of SportsPress data.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.7.3
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Overview' ) ) :
* Main SportsPress Overview Class
*
* @class SportsPress_Overview
* @version 1.7
* @version 1.8.3
*/
class SportsPress_Overview {
@@ -36,7 +36,7 @@ class SportsPress_Overview {
*/
private function define_constants() {
if ( !defined( 'SP_OVERVIEW_VERSION' ) )
define( 'SP_OVERVIEW_VERSION', '1.7' );
define( 'SP_OVERVIEW_VERSION', '1.8.3' );
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: Add player lists to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.6
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Player_Lists' ) ) :
* Main SportsPress Player Lists Class
*
* @class SportsPress_Player_Lists
* @version 1.6
* @version 1.8.3
*/
class SportsPress_Player_Lists {
@@ -45,7 +45,7 @@ class SportsPress_Player_Lists {
*/
private function define_constants() {
if ( !defined( 'SP_PLAYER_LISTS_VERSION' ) )
define( 'SP_PLAYER_LISTS_VERSION', '1.6' );
define( 'SP_PLAYER_LISTS_VERSION', '1.8.3' );
if ( !defined( 'SP_PLAYER_LISTS_URL' ) )
define( 'SP_PLAYER_LISTS_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: 1.7.4
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Tutorials' ) ) :
* Main SportsPress Tutorials Class
*
* @class SportsPress_Tutorials
* @version 1.7.4
* @version 1.8.3
*/
class SportsPress_Tutorials {
@@ -44,7 +44,7 @@ class SportsPress_Tutorials {
*/
private function define_constants() {
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
define( 'SP_TUTORIALS_VERSION', '1.7.4' );
define( 'SP_TUTORIALS_VERSION', '1.8.3' );
if ( !defined( 'SP_TUTORIALS_URL' ) )
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add alignment options to SportsPress widgets.
Author: ThemeBoy
Author URI: http://themeboy.com
Version: 1.8.1
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Widget_Alignment' ) ) :
* Main SportsPress Widget Alignment Class
*
* @class SportsPress_Widget_Alignment
* @version 1.8.1
* @version 1.8.3
*/
class SportsPress_Widget_Alignment {
@@ -49,7 +49,7 @@ class SportsPress_Widget_Alignment {
*/
private function define_constants() {
if ( !defined( 'SP_WIDGET_ALIGNMENT_VERSION' ) )
define( 'SP_WIDGET_ALIGNMENT_VERSION', '1.8.1' );
define( 'SP_WIDGET_ALIGNMENT_VERSION', '1.8.3' );
if ( !defined( 'SP_WIDGET_ALIGNMENT_URL' ) )
define( 'SP_WIDGET_ALIGNMENT_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add widgets to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.7.3
Version: 1.8.3
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Widgets' ) ) :
* Main SportsPress Widgets Class
*
* @class SportsPress_Widgets
* @version 1.7
* @version 1.8.3
*/
class SportsPress_Widgets {
@@ -36,7 +36,7 @@ class SportsPress_Widgets {
*/
private function define_constants() {
if ( !defined( 'SP_WIDGETS_VERSION' ) )
define( 'SP_WIDGETS_VERSION', '1.7' );
define( 'SP_WIDGETS_VERSION', '1.8.3' );
if ( !defined( 'SP_WIDGETS_URL' ) )
define( 'SP_WIDGETS_URL', plugin_dir_url( __FILE__ ) );