Tag version 2.3
This commit is contained in:
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add a template selector to SportsPress post types.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 1.9
|
||||
Version: 2.3
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Template_Selector' ) ) :
|
||||
* Main SportsPress Template Selector Class
|
||||
*
|
||||
* @class SportsPress_Template_Selector
|
||||
* @version 1.9
|
||||
* @version 2.3
|
||||
*/
|
||||
class SportsPress_Template_Selector {
|
||||
|
||||
@@ -46,7 +46,7 @@ class SportsPress_Template_Selector {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_TEMPLATE_SELECTOR_VERSION' ) )
|
||||
define( 'SP_TEMPLATE_SELECTOR_VERSION', '1.9' );
|
||||
define( 'SP_TEMPLATE_SELECTOR_VERSION', '2.3' );
|
||||
|
||||
if ( !defined( 'SP_TEMPLATE_SELECTOR_URL' ) )
|
||||
define( 'SP_TEMPLATE_SELECTOR_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
Reference in New Issue
Block a user