Update file versions to 2.1
This commit is contained in:
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add vector performance icons to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 1.9
|
||||
Version: 2.1
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Icons' ) ) :
|
||||
* Main SportsPress Icons Class
|
||||
*
|
||||
* @class SportsPress_Icons
|
||||
* @version 1.9
|
||||
* @version 2.1
|
||||
*/
|
||||
class SportsPress_Icons {
|
||||
|
||||
@@ -48,7 +48,7 @@ class SportsPress_Icons {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_ICONS_VERSION' ) )
|
||||
define( 'SP_ICONS_VERSION', '1.9' );
|
||||
define( 'SP_ICONS_VERSION', '2.1' );
|
||||
|
||||
if ( !defined( 'SP_ICONS_URL' ) )
|
||||
define( 'SP_ICONS_URL', plugin_dir_url( __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.0.13
|
||||
Version: 2.1
|
||||
*/
|
||||
|
||||
// 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.0.13
|
||||
* @version 2.1
|
||||
*/
|
||||
class SportsPress_Lazy_Loading {
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Display SportsPress video tutorials.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.0
|
||||
Version: 2.1
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Tutorials' ) ) :
|
||||
* Main SportsPress Tutorials Class
|
||||
*
|
||||
* @class SportsPress_Tutorials
|
||||
* @version 2.0
|
||||
* @version 2.1
|
||||
*/
|
||||
class SportsPress_Tutorials {
|
||||
|
||||
@@ -54,7 +54,7 @@ class SportsPress_Tutorials {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
|
||||
define( 'SP_TUTORIALS_VERSION', '2.0' );
|
||||
define( 'SP_TUTORIALS_VERSION', '2.1' );
|
||||
|
||||
if ( !defined( 'SP_TUTORIALS_URL' ) )
|
||||
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
Reference in New Issue
Block a user