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 4f835113..052bee8f 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 + * @version 2.1.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-event.php b/includes/class-sp-event.php index 584c8126..31b299d1 100644 --- a/includes/class-sp-event.php +++ b/includes/class-sp-event.php @@ -5,7 +5,7 @@ * The SportsPress event class handles individual event data. * * @class SP_Event - * @version 2.1 + * @version 2.1.1 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 343e60a3..4a5a1b55 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 + * @version 2.1.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index 257425a2..14d419f4 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 +Stable tag: 2.1.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -239,6 +239,12 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.1.1 = +* Feature - Add substitution times in box score. +* Feature - Add text options to change template tab names. +* Tweak - Automatically align home and away columns in event lists. +* Fix - Box score minutes display issue. + = 2.1 = * Feature - New simplified fixtures importer compatible with [LeagueLobster](http://tboy.co/leaguelobster). * Feature - Add match day field to events. diff --git a/sportspress.php b/sportspress.php index 133a6437..b889d04b 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 + * Version: 2.1.1 * 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 + * @version 2.1.1 */ final class SportsPress { /** * @var string */ - public $version = '2.1'; + public $version = '2.1.1'; /** * @var SportsPress The single instance of the class diff --git a/templates/event-performance-table.php b/templates/event-performance-table.php index 7b0c42a4..18ae051a 100644 --- a/templates/event-performance-table.php +++ b/templates/event-performance-table.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.0.6 + * @version 2.1.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-performance.php b/templates/event-performance.php index 7e3bd559..35c64a5b 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.0.7 + * @version 2.1.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly