From 82472f78d1be983f57874ac4b64ccb5b5a8e5f9d Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 27 Apr 2016 14:40:55 +1000 Subject: [PATCH] Tag version 2.0.2 --- readme.txt | 6 +++++- sportspress.php | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 5893ceb8..1fd75deb 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.5 -Stable tag: 2.0.1 +Stable tag: 2.0.2 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.0.2 = +* Fix - New events not saving with automatic titles when title is empty. +* Fix - Event importer not importing new events. + = 2.0.1 = * Fix - Some player statistics calculating as zero. diff --git a/sportspress.php b/sportspress.php index 294a7737..4c76f768 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.0.1 + * Version: 2.0.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.0.1 + * @version 2.0.2 */ final class SportsPress { /** * @var string */ - public $version = '2.0.1'; + public $version = '2.0.2'; /** * @var SportsPress The single instance of the class