diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 949a00d8..027be0d8 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.0 + * @version 2.0.9 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index e4ac6fb2..1ef5aa84 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.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. diff --git a/sportspress.php b/sportspress.php index 8677fa41..2f3cdc8b 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.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