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 0ec169fa..370e18dd 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 1.9.8 + * @version 2.1.5 */ 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 cd9558b0..f184f5e1 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.2 + * @version 2.1.5 * @package SportsPress/Classes * @category Class * @package SportsPress/API diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index 10428584..24854c0b 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.4 + * @version 2.1.5 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/readme.txt b/readme.txt index cdc19f0a..a73eeadb 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: 4.6 -Stable tag: 2.1.4 +Stable tag: 2.1.5 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -239,6 +239,10 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.1.5 = +* Feature - Add option to filter players by current or past team in player lists. +* Fix - Scheduled events not queried in REST API. + = 2.1.4 = * Feature - Player and staff dropdown templates added to layout designer. * Tweak - Default tab labels from layout designer. diff --git a/sportspress.php b/sportspress.php index af5784e5..7c04b7c0 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.1.4 + * Version: 2.1.5 * 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.1.4 + * @version 2.1.5 */ final class SportsPress { /** * @var string */ - public $version = '2.1.4'; + public $version = '2.1.5'; /** * @var SportsPress The single instance of the class