Tag modified files 1.9.6
This commit is contained in:
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Display SportsPress video tutorials.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 1.8.3
|
||||
Version: 1.9.6
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Tutorials' ) ) :
|
||||
* Main SportsPress Tutorials Class
|
||||
*
|
||||
* @class SportsPress_Tutorials
|
||||
* @version 1.8.3
|
||||
* @version 1.9.6
|
||||
*/
|
||||
class SportsPress_Tutorials {
|
||||
|
||||
@@ -44,7 +44,7 @@ class SportsPress_Tutorials {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
|
||||
define( 'SP_TUTORIALS_VERSION', '1.8.3' );
|
||||
define( 'SP_TUTORIALS_VERSION', '1.9.6' );
|
||||
|
||||
if ( !defined( 'SP_TUTORIALS_URL' ) )
|
||||
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
Reference in New Issue
Block a user