diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php index 433f9694..35de980f 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 2.1.1 + * @version 2.1.2 */ 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 daa51851..be17d306 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 + * @version 2.1.2 * @package SportsPress/Classes * @category Class * @package SportsPress/API diff --git a/includes/class-sp-calendar.php b/includes/class-sp-calendar.php index e00c1021..97525f81 100644 --- a/includes/class-sp-calendar.php +++ b/includes/class-sp-calendar.php @@ -5,7 +5,7 @@ * The SportsPress calendar class handles individual calendar data. * * @class SP_Calendar - * @version 2.1 + * @version 2.1.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-team.php b/includes/class-sp-team.php index 6105550d..ac79996f 100644 --- a/includes/class-sp-team.php +++ b/includes/class-sp-team.php @@ -5,7 +5,7 @@ * The SportsPress team class handles individual team data. * * @class SP_Team - * @version 2.0.13 + * @version 2.1.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-template-loader.php b/includes/class-sp-template-loader.php index dd639e93..8786e47c 100644 --- a/includes/class-sp-template-loader.php +++ b/includes/class-sp-template-loader.php @@ -3,7 +3,7 @@ * Template Loader * * @class SP_Template_Loader - * @version 2.1 + * @version 2.1.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 0d0c5ddf..c277e52c 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.1.1 + * @version 2.1.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index 62d3f022..66835ecb 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.6 -Stable tag: 2.1.1 +Stable tag: 2.1.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -239,6 +239,16 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.1.2 = +* Feature - Add offense and defense statistics to REST API. +* Tweak - Hide template tabs with no content. +* Tweak - Allow selection of player lists without teams. +* Tweak - Center-align time/results when between home and away teams in event list. +* Tweak - Increase checklist panel height in admin. +* Tweak - Update text options. +* Fix - Hidden box score columns still displaying when in offense/defense mode. +* Preset - Update cricket preset. + = 2.1.1 = * Feature - Add substitution times in box score. * Feature - Add text options to change template tab names. diff --git a/sportspress.php b/sportspress.php index b889d04b..27b73542 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.1 + * Version: 2.1.2 * 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.1 + * @version 2.1.2 */ final class SportsPress { /** * @var string */ - public $version = '2.1.1'; + public $version = '2.1.2'; /** * @var SportsPress The single instance of the class diff --git a/templates/event-list.php b/templates/event-list.php index f7f0a020..95459904 100644 --- a/templates/event-list.php +++ b/templates/event-list.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.1 + * @version 2.1.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-logos-block.php b/templates/event-logos-block.php index 23eb7e61..79f5656c 100644 --- a/templates/event-logos-block.php +++ b/templates/event-logos-block.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.1 + * @version 2.1.2 */ ?>