Enable editing Key field in Metrics and Performance

This commit is contained in:
Brian Miyaji
2014-03-31 23:28:40 +11:00
parent f2018ce954
commit 71a2ae95d4
9 changed files with 83 additions and 25 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.7.2
* Version: 0.7.3
* 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.7.2
* @version 0.7.3
*/
final class SportsPress {
/**
* @var string
*/
public $version = '0.7.2';
public $version = '0.7.3';
/**
* @var SporsPress The single instance of the class