Tag version 1.7.4
This commit is contained in:
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add countdown widgets to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 1.6.1
|
||||
Version: 1.7.4
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Countdowns' ) ) :
|
||||
* Main SportsPress Countdowns Class
|
||||
*
|
||||
* @class SportsPress_Countdowns
|
||||
* @version 1.6.1
|
||||
* @version 1.7.4
|
||||
*/
|
||||
class SportsPress_Countdowns {
|
||||
|
||||
@@ -41,7 +41,7 @@ class SportsPress_Countdowns {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_COUNTDOWNS_VERSION' ) )
|
||||
define( 'SP_COUNTDOWNS_VERSION', '1.6.1' );
|
||||
define( 'SP_COUNTDOWNS_VERSION', '1.7.4' );
|
||||
|
||||
if ( !defined( 'SP_COUNTDOWNS_URL' ) )
|
||||
define( 'SP_COUNTDOWNS_URL', plugin_dir_url( __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.6
|
||||
Version: 1.7.4
|
||||
*/
|
||||
|
||||
// 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.6
|
||||
* @version 1.7.4
|
||||
*/
|
||||
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.6' );
|
||||
define( 'SP_EVENT_VIDEOS_VERSION', '1.7.4' );
|
||||
|
||||
if ( !defined( 'SP_EVENT_VIDEOS_URL' ) )
|
||||
define( 'SP_EVENT_VIDEOS_URL', plugin_dir_url( __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
|
||||
Version: 1.7.4
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Tutorials' ) ) :
|
||||
* Main SportsPress Tutorials Class
|
||||
*
|
||||
* @class SportsPress_Tutorials
|
||||
* @version 1.7
|
||||
* @version 1.7.4
|
||||
*/
|
||||
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' );
|
||||
define( 'SP_TUTORIALS_VERSION', '1.7.4' );
|
||||
|
||||
if ( !defined( 'SP_TUTORIALS_URL' ) )
|
||||
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
Reference in New Issue
Block a user