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 SportsPress video tutorials.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.1
Version: 2.5
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Tutorials' ) ) :
* Main SportsPress Tutorials Class
*
* @class SportsPress_Tutorials
* @version 2.1
* @version 2.5
*/
class SportsPress_Tutorials {
@@ -54,7 +54,7 @@ class SportsPress_Tutorials {
*/
private function define_constants() {
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
define( 'SP_TUTORIALS_VERSION', '2.1' );
define( 'SP_TUTORIALS_VERSION', '2.5' );
if ( !defined( 'SP_TUTORIALS_URL' ) )
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );