Update previous file versions
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Feeds
|
* @category Feeds
|
||||||
* @package SportsPress/Feeds
|
* @package SportsPress/Feeds
|
||||||
* @version 1.5
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin
|
* @package SportsPress/Admin
|
||||||
* @version 1.8
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin/Post_Types
|
* @package SportsPress/Admin/Post_Types
|
||||||
* @version 1.8
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin
|
* @package SportsPress/Admin
|
||||||
* @version 1.7
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin
|
* @package SportsPress/Admin
|
||||||
* @version 1.8
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin
|
* @package SportsPress/Admin
|
||||||
* @version 1.6
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Core
|
* @category Core
|
||||||
* @package SportsPress/Admin/Functions
|
* @package SportsPress/Admin/Functions
|
||||||
* @version 1.7.4
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add event calendars to SportsPress.
|
Description: Add event calendars to SportsPress.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.6.1
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Calendars' ) ) :
|
|||||||
* Main SportsPress Calendars Class
|
* Main SportsPress Calendars Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Calendars
|
* @class SportsPress_Calendars
|
||||||
* @version 1.6.1
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Calendars {
|
class SportsPress_Calendars {
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ class SportsPress_Calendars {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_CALENDARS_VERSION' ) )
|
if ( !defined( 'SP_CALENDARS_VERSION' ) )
|
||||||
define( 'SP_CALENDARS_VERSION', '1.6.1' );
|
define( 'SP_CALENDARS_VERSION', '1.8.3' );
|
||||||
|
|
||||||
if ( !defined( 'SP_CALENDARS_URL' ) )
|
if ( !defined( 'SP_CALENDARS_URL' ) )
|
||||||
define( 'SP_CALENDARS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_CALENDARS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add countdown widgets to SportsPress.
|
Description: Add countdown widgets to SportsPress.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.7.4
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Countdowns' ) ) :
|
|||||||
* Main SportsPress Countdowns Class
|
* Main SportsPress Countdowns Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Countdowns
|
* @class SportsPress_Countdowns
|
||||||
* @version 1.7.4
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Countdowns {
|
class SportsPress_Countdowns {
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ class SportsPress_Countdowns {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_COUNTDOWNS_VERSION' ) )
|
if ( !defined( 'SP_COUNTDOWNS_VERSION' ) )
|
||||||
define( 'SP_COUNTDOWNS_VERSION', '1.7.4' );
|
define( 'SP_COUNTDOWNS_VERSION', '1.8.3' );
|
||||||
|
|
||||||
if ( !defined( 'SP_COUNTDOWNS_URL' ) )
|
if ( !defined( 'SP_COUNTDOWNS_URL' ) )
|
||||||
define( 'SP_COUNTDOWNS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_COUNTDOWNS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add videos to SportsPress events.
|
Description: Add videos to SportsPress events.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.7.4
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Event_Videos' ) ) :
|
|||||||
* Main SportsPress Event Videos Class
|
* Main SportsPress Event Videos Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Event_Videos
|
* @class SportsPress_Event_Videos
|
||||||
* @version 1.7.4
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Event_Videos {
|
class SportsPress_Event_Videos {
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ class SportsPress_Event_Videos {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_EVENT_VIDEOS_VERSION' ) )
|
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' ) )
|
if ( !defined( 'SP_EVENT_VIDEOS_URL' ) )
|
||||||
define( 'SP_EVENT_VIDEOS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_EVENT_VIDEOS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add importers to SportsPress.
|
Description: Add importers to SportsPress.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.7.3
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Importers' ) ) :
|
|||||||
* Main SportsPress Importers Class
|
* Main SportsPress Importers Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Importers
|
* @class SportsPress_Importers
|
||||||
* @version 1.7
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Importers {
|
class SportsPress_Importers {
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ class SportsPress_Importers {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_IMPORTERS_VERSION' ) )
|
if ( !defined( 'SP_IMPORTERS_VERSION' ) )
|
||||||
define( 'SP_IMPORTERS_VERSION', '1.7' );
|
define( 'SP_IMPORTERS_VERSION', '1.8.3' );
|
||||||
|
|
||||||
if ( !defined( 'SP_IMPORTERS_URL' ) )
|
if ( !defined( 'SP_IMPORTERS_URL' ) )
|
||||||
define( 'SP_IMPORTERS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_IMPORTERS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Modify SportsPress to work with individual (player vs player) sports.
|
Description: Modify SportsPress to work with individual (player vs player) sports.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.7.2
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Individual_Mode' ) ) :
|
|||||||
* Main SportsPress Individual Mode Class
|
* Main SportsPress Individual Mode Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Individual_Mode
|
* @class SportsPress_Individual_Mode
|
||||||
* @version 1.7.2
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Individual_Mode {
|
class SportsPress_Individual_Mode {
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ class SportsPress_Individual_Mode {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_INDIVIDUAL_MODE_VERSION' ) )
|
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' ) )
|
if ( !defined( 'SP_INDIVIDUAL_MODE_URL' ) )
|
||||||
define( 'SP_INDIVIDUAL_MODE_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_INDIVIDUAL_MODE_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add league tables to SportsPress.
|
Description: Add league tables to SportsPress.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.6.1
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_League_Tables' ) ) :
|
|||||||
* Main SportsPress League Tables Class
|
* Main SportsPress League Tables Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_League_Tables
|
* @class SportsPress_League_Tables
|
||||||
* @version 1.6.1
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_League_Tables {
|
class SportsPress_League_Tables {
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ class SportsPress_League_Tables {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_LEAGUE_TABLES_VERSION' ) )
|
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' ) )
|
if ( !defined( 'SP_LEAGUE_TABLES_URL' ) )
|
||||||
define( 'SP_LEAGUE_TABLES_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_LEAGUE_TABLES_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Display a visual overview of SportsPress data.
|
Description: Display a visual overview of SportsPress data.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.7.3
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Overview' ) ) :
|
|||||||
* Main SportsPress Overview Class
|
* Main SportsPress Overview Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Overview
|
* @class SportsPress_Overview
|
||||||
* @version 1.7
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Overview {
|
class SportsPress_Overview {
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ class SportsPress_Overview {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_OVERVIEW_VERSION' ) )
|
if ( !defined( 'SP_OVERVIEW_VERSION' ) )
|
||||||
define( 'SP_OVERVIEW_VERSION', '1.7' );
|
define( 'SP_OVERVIEW_VERSION', '1.8.3' );
|
||||||
|
|
||||||
if ( !defined( 'SP_OVERVIEW_URL' ) )
|
if ( !defined( 'SP_OVERVIEW_URL' ) )
|
||||||
define( 'SP_OVERVIEW_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_OVERVIEW_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add player lists to SportsPress.
|
Description: Add player lists to SportsPress.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.6
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Player_Lists' ) ) :
|
|||||||
* Main SportsPress Player Lists Class
|
* Main SportsPress Player Lists Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Player_Lists
|
* @class SportsPress_Player_Lists
|
||||||
* @version 1.6
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Player_Lists {
|
class SportsPress_Player_Lists {
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ class SportsPress_Player_Lists {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_PLAYER_LISTS_VERSION' ) )
|
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' ) )
|
if ( !defined( 'SP_PLAYER_LISTS_URL' ) )
|
||||||
define( 'SP_PLAYER_LISTS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_PLAYER_LISTS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Display SportsPress video tutorials.
|
Description: Display SportsPress video tutorials.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.7.4
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Tutorials' ) ) :
|
|||||||
* Main SportsPress Tutorials Class
|
* Main SportsPress Tutorials Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Tutorials
|
* @class SportsPress_Tutorials
|
||||||
* @version 1.7.4
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Tutorials {
|
class SportsPress_Tutorials {
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ class SportsPress_Tutorials {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
|
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
|
||||||
define( 'SP_TUTORIALS_VERSION', '1.7.4' );
|
define( 'SP_TUTORIALS_VERSION', '1.8.3' );
|
||||||
|
|
||||||
if ( !defined( 'SP_TUTORIALS_URL' ) )
|
if ( !defined( 'SP_TUTORIALS_URL' ) )
|
||||||
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add alignment options to SportsPress widgets.
|
Description: Add alignment options to SportsPress widgets.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com
|
Author URI: http://themeboy.com
|
||||||
Version: 1.8.1
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Widget_Alignment' ) ) :
|
|||||||
* Main SportsPress Widget Alignment Class
|
* Main SportsPress Widget Alignment Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Widget_Alignment
|
* @class SportsPress_Widget_Alignment
|
||||||
* @version 1.8.1
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Widget_Alignment {
|
class SportsPress_Widget_Alignment {
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ class SportsPress_Widget_Alignment {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_WIDGET_ALIGNMENT_VERSION' ) )
|
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' ) )
|
if ( !defined( 'SP_WIDGET_ALIGNMENT_URL' ) )
|
||||||
define( 'SP_WIDGET_ALIGNMENT_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_WIDGET_ALIGNMENT_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add widgets to SportsPress.
|
Description: Add widgets to SportsPress.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.7.3
|
Version: 1.8.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Widgets' ) ) :
|
|||||||
* Main SportsPress Widgets Class
|
* Main SportsPress Widgets Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Widgets
|
* @class SportsPress_Widgets
|
||||||
* @version 1.7
|
* @version 1.8.3
|
||||||
*/
|
*/
|
||||||
class SportsPress_Widgets {
|
class SportsPress_Widgets {
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ class SportsPress_Widgets {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_WIDGETS_VERSION' ) )
|
if ( !defined( 'SP_WIDGETS_VERSION' ) )
|
||||||
define( 'SP_WIDGETS_VERSION', '1.7' );
|
define( 'SP_WIDGETS_VERSION', '1.8.3' );
|
||||||
|
|
||||||
if ( !defined( 'SP_WIDGETS_URL' ) )
|
if ( !defined( 'SP_WIDGETS_URL' ) )
|
||||||
define( 'SP_WIDGETS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_WIDGETS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
Reference in New Issue
Block a user