Tag version 2.2

This commit is contained in:
Brian Miyaji
2017-01-12 18:03:07 +11:00
parent 0e94e4e248
commit 71b1573363
59 changed files with 113 additions and 75 deletions

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add frontend styles to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.1.7
Version: 2.2
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Style' ) ) :
* Main SportsPress Style Class
*
* @class SportsPress_Style
* @version 2.1.7
* @version 2.2
*/
class SportsPress_Style {
@@ -43,7 +43,7 @@ class SportsPress_Style {
*/
private function define_constants() {
if ( !defined( 'SP_STYLE_VERSION' ) )
define( 'SP_STYLE_VERSION', '2.1.7' );
define( 'SP_STYLE_VERSION', '2.2' );
if ( !defined( 'SP_STYLE_URL' ) )
define( 'SP_STYLE_URL', plugin_dir_url( __FILE__ ) );