Tag version 2.0

This commit is contained in:
Brian Miyaji
2016-04-26 19:50:59 +10:00
parent add9e03b78
commit 453c949beb
51 changed files with 109 additions and 72 deletions

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.8.3
Version: 2.0
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Countdowns' ) ) :
* Main SportsPress Countdowns Class
*
* @class SportsPress_Countdowns
* @version 1.8.3
* @version 2.0
*/
class SportsPress_Countdowns {
@@ -41,7 +41,7 @@ class SportsPress_Countdowns {
*/
private function define_constants() {
if ( !defined( 'SP_COUNTDOWNS_VERSION' ) )
define( 'SP_COUNTDOWNS_VERSION', '1.8.3' );
define( 'SP_COUNTDOWNS_VERSION', '2.0' );
if ( !defined( 'SP_COUNTDOWNS_URL' ) )
define( 'SP_COUNTDOWNS_URL', plugin_dir_url( __FILE__ ) );