Fix event team limit issue, update to 0.8.6

This commit is contained in:
Brian Miyaji
2014-05-08 13:52:25 +10:00
parent dc88aff65d
commit ba579cfb9e
4 changed files with 28 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
* Plugin Name: SportsPress
* Plugin URI: http://wordpress.org/plugins/sportspress
* Description: Manage your club and its players, staff, events, league tables, and player lists.
* Version: 0.8.5
* Version: 0.8.6
* 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 0.8.5
* @version 0.8.6
*/
final class SportsPress {
/**
* @var string
*/
public $version = '0.8.5';
public $version = '0.8.6';
/**
* @var SporsPress The single instance of the class