Tag version 2.7.16
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
== SportsPress Changelog ==
|
||||
|
||||
= 2.7.16 =
|
||||
* Update - WP version tested up to 6.1.
|
||||
* Update - Leaflet version to 1.8.0.
|
||||
* Tweak - Datepicker support for event blocks, list, and calendar widgets.
|
||||
* Fix - Toggle between absolute and resltive dates in shortcodes.
|
||||
* Fix - Undefined variables showdob and showage.
|
||||
* Fix - Date range error in player lists.
|
||||
* Fix - Loss condition not applied on event results.
|
||||
* Fix - Can't set statistic variable for player positions.
|
||||
* Fix - API error when using _fields.
|
||||
* Fix - Event map and video not being displayed.
|
||||
* Fix - Escape functions in admin.
|
||||
|
||||
= 2.7.15 =
|
||||
* Feature - Sports news widget in dashboard.
|
||||
* Fix - Fixture importer bug with extended characters in league and season name.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SportsPress
|
||||
|
||||
Copyright 2022 by the contributors
|
||||
Copyright 2023 by the contributors
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
||||
15
readme.txt
15
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: 6.1
|
||||
Stable tag: 2.7.15
|
||||
Stable tag: 2.7.16
|
||||
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.16 =
|
||||
* Update - WP version tested up to 6.1.
|
||||
* Update - Leaflet version to 1.8.0.
|
||||
* Tweak - Datepicker support for event blocks, list, and calendar widgets.
|
||||
* Fix - Toggle between absolute and resltive dates in shortcodes.
|
||||
* Fix - Undefined variables showdob and showage.
|
||||
* Fix - Date range error in player lists.
|
||||
* Fix - Loss condition not applied on event results.
|
||||
* Fix - Can't set statistic variable for player positions.
|
||||
* Fix - API error when using _fields.
|
||||
* Fix - Event map and video not being displayed.
|
||||
* Fix - Escape functions in admin.
|
||||
|
||||
= 2.7.15 =
|
||||
* Feature - Sports news widget in dashboard.
|
||||
* Fix - Fixture importer bug with extended characters in league and season name.
|
||||
|
||||
@@ -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.15
|
||||
* Version: 2.7.16
|
||||
* 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.15
|
||||
* @version 2.7.16
|
||||
*/
|
||||
final class SportsPress {
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '2.7.15';
|
||||
public $version = '2.7.16';
|
||||
|
||||
/**
|
||||
* @var SportsPress The single instance of the class
|
||||
|
||||
Reference in New Issue
Block a user