Tag version 2.0.9

This commit is contained in:
Brian Miyaji
2016-06-20 19:30:33 +10:00
parent 8317aa826e
commit 7ee9525067
3 changed files with 9 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
* @author ThemeBoy
* @category Core
* @package SportsPress/Functions
* @version 2.0
* @version 2.0.9
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -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.8
Stable tag: 2.0.9
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.9 =
* Tweak - Enable sortable tables on all devices.
* Fix - Remove redundant staff settings.
= 2.0.8 =
* Feature - Add shortcode parameter to filter event calendars by player.
* Feature - Add text options to change age and birthday labels.

View File

@@ -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.8
* Version: 2.0.9
* 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.8
* @version 2.0.9
*/
final class SportsPress {
/**
* @var string
*/
public $version = '2.0.8';
public $version = '2.0.9';
/**
* @var SportsPress The single instance of the class