diff --git a/changelog.txt b/changelog.txt index f6356c36..fc50e6a0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/license.txt b/license.txt index 9063d1b7..2bac701b 100644 --- a/license.txt +++ b/license.txt @@ -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 diff --git a/readme.txt b/readme.txt index 9c9198d4..a952bd49 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: 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. diff --git a/sportspress.php b/sportspress.php index 4328a96f..999dd05c 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.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