Tag version 2.7.3
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
== SportsPress Changelog ==
|
||||
|
||||
= 2.7.3 =
|
||||
* Compatibility – Tested for compatibility with WordPress 5.5 with changes made where necessary.
|
||||
* Tweak – Avoid showing minutes box for subs when not needed.
|
||||
* Tweak – Improve filtering speed for queries without leagues or seasons.
|
||||
* Tweak – Apply reverse order setting in event lists.
|
||||
* Tweak – Enable filtering a player’s events played on a specific team.
|
||||
* Fix – Include future events in REST API for WordPress 5.5.
|
||||
* Fix – Enable updating player metrics using the REST API.
|
||||
* Fix – Deprecated code for PHP 7.4.
|
||||
* Fix – Elementor compatibility.
|
||||
* Localization – Update country names for Czechia, North Macedonia, Myanmar, and Eswatini.
|
||||
* Localization – Adjust RTL stylesheet for event performance icons.
|
||||
* Compatibility - Tested for compatibility with WordPress 5.5 with changes made where necessary.
|
||||
* Tweak - Avoid showing minutes box for subs when not needed.
|
||||
* Tweak - Improve filtering speed for queries without leagues or seasons.
|
||||
* Tweak - Apply reverse order setting in event lists.
|
||||
* Tweak - Enable filtering a player's events played on a specific team.
|
||||
* Fix - Include future events in REST API for WordPress 5.5.
|
||||
* Fix - Enable updating player metrics using the REST API.
|
||||
* Fix - Deprecated code for PHP 7.4.
|
||||
* Fix - Elementor compatibility.
|
||||
* Localization - Update country names for Czechia, North Macedonia, Myanmar, and Eswatini.
|
||||
* Localization - Adjust RTL stylesheet for event performance icons.
|
||||
|
||||
= 2.7.2 =
|
||||
* Tweak - Sanitize delimiter field in event settings.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Admin
|
||||
* @package SportsPress/Admin/Meta_Boxes
|
||||
* @version 2.6.19
|
||||
* @version 2.7.3
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* The SportsPress REST API class handles all API-related hooks.
|
||||
*
|
||||
* @class SP_REST_API
|
||||
* @version 2.6.1
|
||||
* @version 2.7.3
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @package SportsPress/API
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* The SportsPress player list class handles individual player list data.
|
||||
*
|
||||
* @class SP_Player_List
|
||||
* @version 2.7.1
|
||||
* @version 2.7.3
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @author ThemeBoy
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* The SportsPress player class handles individual player data.
|
||||
*
|
||||
* @class SP_Player
|
||||
* @version 2.7
|
||||
* @version 2.7.3
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @author ThemeBoy
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Core
|
||||
* @package SportsPress/Functions
|
||||
* @version 2.4
|
||||
* @version 2.7.3
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add player assignments support to SportsPress.
|
||||
Author: Savvas
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.6.10
|
||||
Version: 2.7.3
|
||||
*/
|
||||
// Exit if accessed directly
|
||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
@@ -14,7 +14,7 @@ if ( ! class_exists( 'SportsPress_Player_Assignments' ) ) :
|
||||
* Main SportsPress Player Assignments Class
|
||||
*
|
||||
* @class SportsPress_Player_Assignments
|
||||
* @version 2.6.10
|
||||
* @version 2.7.3
|
||||
*/
|
||||
class SportsPress_Player_Assignments {
|
||||
/**
|
||||
@@ -36,7 +36,7 @@ class SportsPress_Player_Assignments {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_PLAYER_ASSIGNMENTS_VERSION' ) )
|
||||
define( 'SP_PLAYER_ASSIGNMENTS_VERSION', '2.6.10' );
|
||||
define( 'SP_PLAYER_ASSIGNMENTS_VERSION', '2.7.3' );
|
||||
if ( !defined( 'SP_PLAYER_ASSIGNMENTS_URL' ) )
|
||||
define( 'SP_PLAYER_ASSIGNMENTS_URL', plugin_dir_url( __FILE__ ) );
|
||||
if ( !defined( 'SP_PLAYER_ASSIGNMENTS_DIR' ) )
|
||||
|
||||
17
readme.txt
17
readme.txt
@@ -3,8 +3,8 @@ Contributors: ThemeBoy, brianmiyaji, aylaview, savvasha, nabil_kadimi, rochester
|
||||
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: 5.3
|
||||
Stable tag: 2.7.2
|
||||
Tested up to: 5.5
|
||||
Stable tag: 2.7.3
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
@@ -240,6 +240,19 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 2.7.3 =
|
||||
* Compatibility - Tested for compatibility with WordPress 5.5 with changes made where necessary.
|
||||
* Tweak - Avoid showing minutes box for subs when not needed.
|
||||
* Tweak - Improve filtering speed for queries without leagues or seasons.
|
||||
* Tweak - Apply reverse order setting in event lists.
|
||||
* Tweak - Enable filtering a player's events played on a specific team.
|
||||
* Fix - Include future events in REST API for WordPress 5.5.
|
||||
* Fix - Enable updating player metrics using the REST API.
|
||||
* Fix - Deprecated code for PHP 7.4.
|
||||
* Fix - Elementor compatibility.
|
||||
* Localization - Update country names for Czechia, North Macedonia, Myanmar, and Eswatini.
|
||||
* Localization - Adjust RTL stylesheet for event performance icons.
|
||||
|
||||
= 2.7.2 =
|
||||
* Tweak - Sanitize delimiter field in event settings.
|
||||
|
||||
|
||||
@@ -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.7.2
|
||||
* Version: 2.7.3
|
||||
* Author: ThemeBoy
|
||||
* Author URI: http://themeboy.com
|
||||
* Requires at least: 3.8
|
||||
* Tested up to: 5.3
|
||||
* Tested up to: 5.5
|
||||
*
|
||||
* Text Domain: sportspress
|
||||
* Domain Path: /languages/
|
||||
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
|
||||
* Main SportsPress Class
|
||||
*
|
||||
* @class SportsPress
|
||||
* @version 2.7.2
|
||||
* @version 2.7.3
|
||||
*/
|
||||
final class SportsPress {
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '2.7.2';
|
||||
public $version = '2.7.3';
|
||||
|
||||
/**
|
||||
* @var SportsPress The single instance of the class
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @package SportsPress/Templates
|
||||
* @version 2.6.15
|
||||
* @version 2.7.3
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @package SportsPress/Templates
|
||||
* @version 2.7.1
|
||||
* @version 2.7.3
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
Reference in New Issue
Block a user