Update file version numbers to 2.5

This commit is contained in:
Brian Miyaji
2017-11-16 23:14:54 +11:00
parent cdb6bbcd72
commit ca0cc6b698
75 changed files with 85 additions and 85 deletions

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.8.3
Version: 2.5
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Overview' ) ) :
* Main SportsPress Overview Class
*
* @class SportsPress_Overview
* @version 1.8.3
* @version 2.5
*/
class SportsPress_Overview {
@@ -36,7 +36,7 @@ class SportsPress_Overview {
*/
private function define_constants() {
if ( !defined( 'SP_OVERVIEW_VERSION' ) )
define( 'SP_OVERVIEW_VERSION', '1.8.3' );
define( 'SP_OVERVIEW_VERSION', '2.5' );
if ( !defined( 'SP_OVERVIEW_URL' ) )
define( 'SP_OVERVIEW_URL', plugin_dir_url( __FILE__ ) );