diff --git a/includes/admin/class-sp-admin-assets.php b/includes/admin/class-sp-admin-assets.php index 876a8520..7ed33850 100755 --- a/includes/admin/class-sp-admin-assets.php +++ b/includes/admin/class-sp-admin-assets.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.1.6 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/class-sp-admin-settings.php b/includes/admin/class-sp-admin-settings.php index e3209d20..9263c446 100644 --- a/includes/admin/class-sp-admin-settings.php +++ b/includes/admin/class-sp-admin-settings.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.1 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/class-sp-admin-sports.php b/includes/admin/class-sp-admin-sports.php index 5f04a73d..d91cd23b 100644 --- a/includes/admin/class-sp-admin-sports.php +++ b/includes/admin/class-sp-admin-sports.php @@ -5,7 +5,7 @@ * The SportsPress admin sports class stores preset sport data. * * @class SP_Admin_Sports - * @version 2.1.6 + * @version 2.2 * @package SportsPress/Admin * @category Class * @author ThemeBoy diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index a37cb90e..74c56b69 100644 --- a/includes/admin/class-sp-admin-welcome.php +++ b/includes/admin/class-sp-admin-welcome.php @@ -9,7 +9,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.1.6 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/class-sp-admin.php b/includes/admin/class-sp-admin.php index 97be47ff..864d3d6e 100644 --- a/includes/admin/class-sp-admin.php +++ b/includes/admin/class-sp-admin.php @@ -10,7 +10,7 @@ if ( ! defined( 'ABSPATH' ) ) { * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.1 + * @version 2.2 */ class SP_Admin { diff --git a/includes/admin/post-types/class-sp-admin-cpt-player.php b/includes/admin/post-types/class-sp-admin-cpt-player.php index 60d1840f..eed5ee22 100755 --- a/includes/admin/post-types/class-sp-admin-cpt-player.php +++ b/includes/admin/post-types/class-sp-admin-cpt-player.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post_Types - * @version 1.9 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-columns.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-columns.php index 4595b805..80777c02 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-columns.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-columns.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.1.7 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-data.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-data.php index 95b0a17f..f300d70f 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-data.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-data.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.1 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-equation.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-equation.php index 1e2bbd73..87f99567 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-equation.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-equation.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.1.6 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php index 2b59db98..4a95b9e7 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.1.6 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-details.php index f5644e79..ad76100b 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.1.5 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-outcome-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-outcome-details.php index 9f9c30ff..4bc24b63 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-outcome-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-outcome-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 1.9 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-performance-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-performance-details.php index f89fa83c..0c421f03 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-performance-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-performance-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.1.6 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php index 7f205dd8..8112b717 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.1.3 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-statistic-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-statistic-details.php index 781299fd..4dff4092 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-statistic-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-statistic-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.0 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-table-data.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-table-data.php index 1fe91ac6..4fd32962 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-table-data.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-table-data.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 1.9.7 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-team-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-team-details.php index 45aec42f..4c024d7e 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-team-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-team-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 1.9.7 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/settings/class-sp-settings-events.php b/includes/admin/settings/class-sp-settings-events.php index 44f3159d..f4d41d8d 100644 --- a/includes/admin/settings/class-sp-settings-events.php +++ b/includes/admin/settings/class-sp-settings-events.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.1.6 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/settings/class-sp-settings-general.php b/includes/admin/settings/class-sp-settings-general.php index 578c8c2d..210b545c 100644 --- a/includes/admin/settings/class-sp-settings-general.php +++ b/includes/admin/settings/class-sp-settings-general.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 1.9.17 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/api/class-sp-rest-api.php b/includes/api/class-sp-rest-api.php index 24afe273..76c6220b 100644 --- a/includes/api/class-sp-rest-api.php +++ b/includes/api/class-sp-rest-api.php @@ -5,7 +5,7 @@ * The SportsPress REST API class handles all API-related hooks. * * @class SP_REST_API - * @version 2.1.5 + * @version 2.2 * @package SportsPress/Classes * @category Class * @package SportsPress/API diff --git a/includes/class-sp-calendar.php b/includes/class-sp-calendar.php index b82d0ebf..561a1ffb 100644 --- a/includes/class-sp-calendar.php +++ b/includes/class-sp-calendar.php @@ -5,7 +5,7 @@ * The SportsPress calendar class handles individual calendar data. * * @class SP_Calendar - * @version 2.1.3 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-countries.php b/includes/class-sp-countries.php index 560e960b..6f451adb 100644 --- a/includes/class-sp-countries.php +++ b/includes/class-sp-countries.php @@ -5,7 +5,7 @@ * The SportsPress countries class stores continent/country data. * * @class SP_Countries - * @version 1.8 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-event.php b/includes/class-sp-event.php index ede124e1..476bafb3 100644 --- a/includes/class-sp-event.php +++ b/includes/class-sp-event.php @@ -5,7 +5,7 @@ * The SportsPress event class handles individual event data. * * @class SP_Event - * @version 2.1.6 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-frontend-scripts.php b/includes/class-sp-frontend-scripts.php index f4c0c4b8..a195c597 100644 --- a/includes/class-sp-frontend-scripts.php +++ b/includes/class-sp-frontend-scripts.php @@ -3,7 +3,7 @@ * Handle frontend forms * * @class SP_Frontend_Scripts - * @version 2.0.11 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-install.php b/includes/class-sp-install.php index 12ed2a1d..716f15dc 100644 --- a/includes/class-sp-install.php +++ b/includes/class-sp-install.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Classes - * @version 2.1.4 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-league-table.php b/includes/class-sp-league-table.php index 11714a27..e71aec57 100644 --- a/includes/class-sp-league-table.php +++ b/includes/class-sp-league-table.php @@ -5,7 +5,7 @@ * The SportsPress league table class handles individual league table data. * * @class SP_League_Table - * @version 2.0.13 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-modules.php b/includes/class-sp-modules.php index 060ba43f..f7ba324f 100644 --- a/includes/class-sp-modules.php +++ b/includes/class-sp-modules.php @@ -5,7 +5,7 @@ * The SportsPress modules class stores available modules. * * @class SP_Modules - * @version 2.0 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index ac4df2a4..072296c2 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -5,7 +5,7 @@ * The SportsPress player list class handles individual player list data. * * @class SP_Player_List - * @version 2.1.6 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-player.php b/includes/class-sp-player.php index c158d2e4..7c17b10a 100644 --- a/includes/class-sp-player.php +++ b/includes/class-sp-player.php @@ -5,7 +5,7 @@ * The SportsPress player class handles individual player data. * * @class SP_Player - * @version 2.1.6 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-post-types.php b/includes/class-sp-post-types.php index 0f98e7e1..d4bc6ad7 100644 --- a/includes/class-sp-post-types.php +++ b/includes/class-sp-post-types.php @@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) { * Registers post types and taxonomies * * @class SP_Post_types - * @version 2.1 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-templates.php b/includes/class-sp-templates.php index d440695b..8ef4520c 100644 --- a/includes/class-sp-templates.php +++ b/includes/class-sp-templates.php @@ -5,7 +5,7 @@ * The SportsPress templates class stores template layout data. * * @class SP_Templates - * @version 2.1.4 + * @version 2.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-api-functions.php b/includes/sp-api-functions.php index ab197caf..88c0ec1a 100644 --- a/includes/sp-api-functions.php +++ b/includes/sp-api-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.0 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 9dcf9c15..ba9f171b 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.1.6 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-template-functions.php b/includes/sp-template-functions.php index 78b8b3ac..9a5b0da7 100644 --- a/includes/sp-template-functions.php +++ b/includes/sp-template-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.1.4 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-template-hooks.php b/includes/sp-template-hooks.php index 99d6b1cf..32802509 100644 --- a/includes/sp-template-hooks.php +++ b/includes/sp-template-hooks.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.1.4 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/modules/sportspress-admin-bar.php b/modules/sportspress-admin-bar.php index 87c4a0bb..e4a94cdc 100644 --- a/modules/sportspress-admin-bar.php +++ b/modules/sportspress-admin-bar.php @@ -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__ ) ); diff --git a/modules/sportspress-bulk-actions.php b/modules/sportspress-bulk-actions.php index 583043fa..c95b19b0 100644 --- a/modules/sportspress-bulk-actions.php +++ b/modules/sportspress-bulk-actions.php @@ -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__ ) ); diff --git a/modules/sportspress-calendars.php b/modules/sportspress-calendars.php index 85237a93..dece5ede 100644 --- a/modules/sportspress-calendars.php +++ b/modules/sportspress-calendars.php @@ -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__ ) ); diff --git a/modules/sportspress-icons.php b/modules/sportspress-icons.php index f286149d..9c31a608 100644 --- a/modules/sportspress-icons.php +++ b/modules/sportspress-icons.php @@ -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__ ) ); diff --git a/modules/sportspress-league-tables.php b/modules/sportspress-league-tables.php index a0ef475d..2a94032d 100644 --- a/modules/sportspress-league-tables.php +++ b/modules/sportspress-league-tables.php @@ -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__ ) ); diff --git a/modules/sportspress-style.php b/modules/sportspress-style.php index 3275d135..d9d42b51 100644 --- a/modules/sportspress-style.php +++ b/modules/sportspress-style.php @@ -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__ ) ); diff --git a/readme.txt b/readme.txt index 746da3f2..1931ee7d 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: ThemeBoy, brianmiyaji, aylaview, rochesterj Tags: calendars, club, club management, esports, events, fixtures, leagues, league management, sports, sports club, sports data, team rosters Donate link: http://tboy.co/donate Requires at least: 3.8 -Tested up to: 4.6 -Stable tag: 2.1.7 +Tested up to: 4.7 +Stable tag: 2.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -50,6 +50,7 @@ More details about each feature are available on the [SportsPress Website](http: = Free Extensions = * [SportsPress for Baseball](https://wordpress.org/plugins/sportspress-for-baseball/) +* [SportsPress for Basketball](https://wordpress.org/plugins/sportspress-for-basketball/) * [SportsPress for Cricket](https://wordpress.org/plugins/sportspress-for-cricket/) * [SportsPress for Football (Soccer)](https://wordpress.org/plugins/sportspress-for-soccer/) * [SportsPress for Golf](https://wordpress.org/plugins/sportspress-for-golf/) @@ -223,6 +224,7 @@ Limitations? Don't worry, there are no limitations to the number of events, play The current modules that are available exclusively to SportsPress Pro are: * Tournaments: Create and display tournaments in a bracket/knockout cup format. +* Timelines: Display a visual timeline of player performance in events. * Scoreboard: Display multiple event results in a horizontal scoreboard. * Sponsors: Add your sponsors on your website and track each of their clicks and impressions. * Staff Directories: Show contact information of your key personnel so people know who to get in touch with. @@ -239,6 +241,42 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.2 = +* Feature - New frontend stylesheet for third-party themes. +* Feature - New chronological streak format in league tables. +* Feature - Head to head tiebreaker option in league tables. +* Feature - Add option to select number of players in player lists. +* Feature - Quick edit player's team and squad number. +* Feature - Bulk edit players' past and current teams. +* Feature - Taxonomies added to REST API. +* Feature - Ability to display event history in player profiles. +* Feature - Event list format option added to player and team events. +* Feature - Option to record minutes for specific statistics. +* Feature - Time format added for racing and timed sports. +* Feature - Dedicated option to redirect team pages to site URL. +* Feature - Bulk action to generate team calendars. +* Feature - Automatically adjust played minutes based on substitution times. +* Feature - Match day column option added to event lists. +* Tweak - Remove event limit in calendars. +* Tweak - Allow player squad number to be zero. +* Tweak - Enable mixing performance and statistic column order. +* Tweak - Filter player statistic equations by offense and defense. +* Tweak - System status hidden unless in debug mode. +* Tweak - Move event list column options to sidebar. +* Tweak - Return zero instead of error if dividing by zero. +* Tweak - Always display performance icons in admin. +* Tweak - Add preview notation in event blocks by default. +* Tweak - Single player performance name option added for hover text in icons mode. +* Fix - Player list precision number format error. +* Fix - Player list adjustments for existing values. +* Fix - Hide empty positions in player lists and galleries. +* Fix - Import button selectors disappeared in WordPress 4.7. +* Fix - Substitution time missing parentheses. +* Fix - Staff for home team not being displayed in events. +* Fix - Enable output of time and results without team names in home/away mode. +* Fix - Prevent totals override in box scores. +* Localization - Add Gibraltar nationality option and flag. + = 2.1.7 = * Fix - Activation error on older versions of PHP. diff --git a/sportspress.php b/sportspress.php index fe11971a..7f4be173 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,11 +3,11 @@ * Plugin Name: SportsPress * Plugin URI: http://themeboy.com/sportspress/ * Description: Manage your club and its players, staff, events, league tables, and player lists. - * Version: 2.1.7 + * Version: 2.2 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 - * Tested up to: 4.6 + * Tested up to: 4.7 * * Text Domain: sportspress * Domain Path: /languages/ @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 2.1.7 + * @version 2.2 */ final class SportsPress { /** * @var string */ - public $version = '2.1.7'; + public $version = '2.2'; /** * @var SportsPress The single instance of the class diff --git a/templates/countdown.php b/templates/countdown.php index 80289aa7..c09df5f9 100644 --- a/templates/countdown.php +++ b/templates/countdown.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.0.13 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-blocks.php b/templates/event-blocks.php index ea3950e1..2e9e07af 100644 --- a/templates/event-blocks.php +++ b/templates/event-blocks.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.1 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-calendar.php b/templates/event-calendar.php index 9bd14409..5230e7e8 100644 --- a/templates/event-calendar.php +++ b/templates/event-calendar.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.1 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-fixtures-results.php b/templates/event-fixtures-results.php index 8d5af2f9..25375408 100644 --- a/templates/event-fixtures-results.php +++ b/templates/event-fixtures-results.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.0 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-list.php b/templates/event-list.php index e8a5e232..8fa358c8 100644 --- a/templates/event-list.php +++ b/templates/event-list.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.1.2 + * @version 2.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-logos-block.php b/templates/event-logos-block.php index aa335474..91a1f003 100644 --- a/templates/event-logos-block.php +++ b/templates/event-logos-block.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.1.3 + * @version 2.2 */ ?>