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 an admin bar link to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.9.14
Version: 2.2
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Admin_Bar' ) ) :
* Main SportsPress Admin Bar Class
*
* @class SportsPress_Admin_Bar
* @version 1.9.14
* @version 2.2
*/
class SportsPress_Admin_Bar {
@@ -36,7 +36,7 @@ class SportsPress_Admin_Bar {
*/
private function define_constants() {
if ( !defined( 'SP_ADMIN_BAR_VERSION' ) )
define( 'SP_ADMIN_BAR_VERSION', '1.9.14' );
define( 'SP_ADMIN_BAR_VERSION', '2.2' );
if ( !defined( 'SP_ADMIN_BAR_URL' ) )
define( 'SP_ADMIN_BAR_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add bulk actions 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_Bulk_Actions' ) ) :
* Main SportsPress Bulk Actions Class
*
* @class SportsPress_Bulk_Actions
* @version 2.1.7
* @version 2.2
*/
class SportsPress_Bulk_Actions {
@@ -39,7 +39,7 @@ class SportsPress_Bulk_Actions {
*/
private function define_constants() {
if ( !defined( 'SP_BULK_ACTIONS_VERSION' ) )
define( 'SP_BULK_ACTIONS_VERSION', '2.1.7' );
define( 'SP_BULK_ACTIONS_VERSION', '2.2' );
if ( !defined( 'SP_BULK_ACTIONS_URL' ) )
define( 'SP_BULK_ACTIONS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add event calendars to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.0.7
Version: 2.2
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Calendars' ) ) :
* Main SportsPress Calendars Class
*
* @class SportsPress_Calendars
* @version 2.0.7
* @version 2.2
*/
class SportsPress_Calendars {
@@ -51,7 +51,7 @@ class SportsPress_Calendars {
*/
private function define_constants() {
if ( !defined( 'SP_CALENDARS_VERSION' ) )
define( 'SP_CALENDARS_VERSION', '2.0.7' );
define( 'SP_CALENDARS_VERSION', '2.2' );
if ( !defined( 'SP_CALENDARS_URL' ) )
define( 'SP_CALENDARS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add vector performance icons to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.1
Version: 2.2
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Icons' ) ) :
* Main SportsPress Icons Class
*
* @class SportsPress_Icons
* @version 2.1
* @version 2.2
*/
class SportsPress_Icons {
@@ -48,7 +48,7 @@ class SportsPress_Icons {
*/
private function define_constants() {
if ( !defined( 'SP_ICONS_VERSION' ) )
define( 'SP_ICONS_VERSION', '2.1' );
define( 'SP_ICONS_VERSION', '2.2' );
if ( !defined( 'SP_ICONS_URL' ) )
define( 'SP_ICONS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add league tables to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.1.4
Version: 2.2
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_League_Tables' ) ) :
* Main SportsPress League Tables Class
*
* @class SportsPress_League_Tables
* @version 2.1.4
* @version 2.2
*/
class SportsPress_League_Tables {
@@ -48,7 +48,7 @@ class SportsPress_League_Tables {
*/
private function define_constants() {
if ( !defined( 'SP_LEAGUE_TABLES_VERSION' ) )
define( 'SP_LEAGUE_TABLES_VERSION', '2.1.4' );
define( 'SP_LEAGUE_TABLES_VERSION', '2.2' );
if ( !defined( 'SP_LEAGUE_TABLES_URL' ) )
define( 'SP_LEAGUE_TABLES_URL', plugin_dir_url( __FILE__ ) );

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__ ) );