From b97eede24647fa28dd3a0837742437b51afbdfeb Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 26 Apr 2016 23:09:41 +1000 Subject: [PATCH] Tag version 2.0.1 --- includes/class-sp-player.php | 2 +- readme.txt | 5 ++++- sportspress.php | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/includes/class-sp-player.php b/includes/class-sp-player.php index 941e44e3..b235116d 100644 --- a/includes/class-sp-player.php +++ b/includes/class-sp-player.php @@ -5,7 +5,7 @@ * The SportsPress player class handles individual player data. * * @class SP_Player - * @version 2.0 + * @version 2.0.1 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/readme.txt b/readme.txt index 869859e0..5893ceb8 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 +Stable tag: 2.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -239,6 +239,9 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.0.1 = +* Fix - Some player statistics calculating as zero. + = 2.0 = * Feature - Integration with [WP REST API](https://wordpress.org/plugins/rest-api/) by adding endpoints for viewing, creating, editing, and deleting SportsPress data. * Feature - New drag-and-drop layout designer for customizing events, teams, players, and staff pages. diff --git a/sportspress.php b/sportspress.php index 33359f0c..294a7737 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 + * Version: 2.0.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.0 + * @version 2.0.1 */ final class SportsPress { /** * @var string */ - public $version = '2.0'; + public $version = '2.0.1'; /** * @var SportsPress The single instance of the class