From db901c202db8a8cc340870de6516b3bf16dc753d Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 18 Nov 2021 21:46:26 +0900 Subject: [PATCH] Tag version 2.7.13 --- changelog.txt | 7 +++++++ includes/admin/class-sp-admin-dashboard.php | 2 +- includes/admin/class-sp-admin-importers.php | 2 +- includes/admin/class-sp-admin-permalink-settings.php | 2 +- includes/admin/class-sp-admin-settings.php | 2 +- includes/admin/class-sp-admin-setup-wizard.php | 2 +- includes/admin/class-sp-admin-welcome.php | 2 +- includes/admin/importers/class-sp-event-importer.php | 2 +- .../importers/class-sp-event-performance-importer.php | 2 +- includes/admin/importers/class-sp-fixture-importer.php | 2 +- includes/admin/importers/class-sp-official-importer.php | 2 +- includes/admin/importers/class-sp-player-importer.php | 2 +- includes/admin/importers/class-sp-staff-importer.php | 2 +- includes/admin/importers/class-sp-team-importer.php | 2 +- includes/admin/settings/class-sp-settings-general.php | 2 +- includes/admin/settings/class-sp-settings-status.php | 2 +- modules/sportspress-birthdays.php | 2 +- modules/sportspress-comments-scheduled-events.php | 2 +- modules/sportspress-officials.php | 2 +- readme.txt | 9 ++++++++- sportspress.php | 6 +++--- templates/team-lists.php | 2 +- 22 files changed, 37 insertions(+), 23 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4dbdaf58..84449ea2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ == SportsPress Changelog == += 2.7.13 = +* Fix - Theme notice escaping. +* Fix - Timezone dropdown selection now shown in general settings. +* Fix - Double header when multiple player lists are displayed in team. +* Fix - Dropdown options not saving in settings. +* Fix - Setup page conflict with WooCommerce. + = 2.7.12 = * Fix - OpenStreetMap not displaying map after update. diff --git a/includes/admin/class-sp-admin-dashboard.php b/includes/admin/class-sp-admin-dashboard.php index 34680725..958ea0fc 100644 --- a/includes/admin/class-sp-admin-dashboard.php +++ b/includes/admin/class-sp-admin-dashboard.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/class-sp-admin-importers.php b/includes/admin/class-sp-admin-importers.php index 07b5ca10..1d5edf9f 100644 --- a/includes/admin/class-sp-admin-importers.php +++ b/includes/admin/class-sp-admin-importers.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.5.1 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/class-sp-admin-permalink-settings.php b/includes/admin/class-sp-admin-permalink-settings.php index 2c38bc19..f55d071c 100644 --- a/includes/admin/class-sp-admin-permalink-settings.php +++ b/includes/admin/class-sp-admin-permalink-settings.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/class-sp-admin-settings.php b/includes/admin/class-sp-admin-settings.php index 45eca358..f8c60d87 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.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/class-sp-admin-setup-wizard.php b/includes/admin/class-sp-admin-setup-wizard.php index 472923b8..d0865828 100644 --- a/includes/admin/class-sp-admin-setup-wizard.php +++ b/includes/admin/class-sp-admin-setup-wizard.php @@ -9,7 +9,7 @@ * @author WooThemes * @category Admin * @package SportsPress/Admin - * @version 2.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index 14e5990b..4ff4ebef 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.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/importers/class-sp-event-importer.php b/includes/admin/importers/class-sp-event-importer.php index ce51338a..6937ac2f 100644 --- a/includes/admin/importers/class-sp-event-importer.php +++ b/includes/admin/importers/class-sp-event-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/importers/class-sp-event-performance-importer.php b/includes/admin/importers/class-sp-event-performance-importer.php index 46d46eeb..0186dd78 100644 --- a/includes/admin/importers/class-sp-event-performance-importer.php +++ b/includes/admin/importers/class-sp-event-performance-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/importers/class-sp-fixture-importer.php b/includes/admin/importers/class-sp-fixture-importer.php index 56997cd9..dd702d3a 100644 --- a/includes/admin/importers/class-sp-fixture-importer.php +++ b/includes/admin/importers/class-sp-fixture-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.7 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/importers/class-sp-official-importer.php b/includes/admin/importers/class-sp-official-importer.php index 2e0a9223..8e4e8353 100644 --- a/includes/admin/importers/class-sp-official-importer.php +++ b/includes/admin/importers/class-sp-official-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.5.1 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/importers/class-sp-player-importer.php b/includes/admin/importers/class-sp-player-importer.php index e43ce816..0e4e2a16 100644 --- a/includes/admin/importers/class-sp-player-importer.php +++ b/includes/admin/importers/class-sp-player-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.7 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/importers/class-sp-staff-importer.php b/includes/admin/importers/class-sp-staff-importer.php index 30dc894c..49ee714d 100644 --- a/includes/admin/importers/class-sp-staff-importer.php +++ b/includes/admin/importers/class-sp-staff-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.5.5 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/importers/class-sp-team-importer.php b/includes/admin/importers/class-sp-team-importer.php index 95b94022..4b823fa4 100644 --- a/includes/admin/importers/class-sp-team-importer.php +++ b/includes/admin/importers/class-sp-team-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.5.5 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/settings/class-sp-settings-general.php b/includes/admin/settings/class-sp-settings-general.php index 86390af4..37aa0fe4 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 2.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/includes/admin/settings/class-sp-settings-status.php b/includes/admin/settings/class-sp-settings-status.php index d71ba0a6..6ff5e14f 100644 --- a/includes/admin/settings/class-sp-settings-status.php +++ b/includes/admin/settings/class-sp-settings-status.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.7.9 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/modules/sportspress-birthdays.php b/modules/sportspress-birthdays.php index 8addc994..62ce8a91 100644 --- a/modules/sportspress-birthdays.php +++ b/modules/sportspress-birthdays.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Modules * @package SportsPress/Modules - * @version 2.7.9 + * @version 2.7.13 */ // Exit if accessed directly diff --git a/modules/sportspress-comments-scheduled-events.php b/modules/sportspress-comments-scheduled-events.php index c9cfe43d..ad51d474 100644 --- a/modules/sportspress-comments-scheduled-events.php +++ b/modules/sportspress-comments-scheduled-events.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Modules * @package SportsPress/Modules - * @version 2.7.9 + * @version 2.7.13 */ // Exit if accessed directly diff --git a/modules/sportspress-officials.php b/modules/sportspress-officials.php index 701fb773..2a94d46e 100644 --- a/modules/sportspress-officials.php +++ b/modules/sportspress-officials.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Modules * @package SportsPress/Modules - * @version 2.7.9 + * @version 2.7.13 */ // Exit if accessed directly diff --git a/readme.txt b/readme.txt index be5912ce..d4c5a7d5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: calendars, club, club management, esports, events, fixtures, leagues, leag Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 5.8.1 -Stable tag: 2.7.12 +Stable tag: 2.7.13 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -240,6 +240,13 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.7.13 = +* Fix - Theme notice escaping. +* Fix - Timezone dropdown selection now shown in general settings. +* Fix - Double header when multiple player lists are displayed in team. +* Fix - Dropdown options not saving in settings. +* Fix - Setup page conflict with WooCommerce. + = 2.7.12 = * Fix - OpenStreetMap not displaying map after update. diff --git a/sportspress.php b/sportspress.php index eddf4e56..88212f21 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,7 +3,7 @@ * 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.7.12 + * Version: 2.7.13 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 2.7.12 + * @version 2.7.13 */ final class SportsPress { /** * @var string */ - public $version = '2.7.12'; + public $version = '2.7.13'; /** * @var SportsPress The single instance of the class diff --git a/templates/team-lists.php b/templates/team-lists.php index 2337223e..e1076ed3 100644 --- a/templates/team-lists.php +++ b/templates/team-lists.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.1 + * @version 2.7.13 */ if ( ! defined( 'ABSPATH' ) ) {