Tag version 1.9.13

This commit is contained in:
Brian Miyaji
2016-01-01 22:12:38 +11:00
parent 1957aabeee
commit ffcf6ef3b2
26 changed files with 50 additions and 29 deletions

View File

@@ -3,11 +3,11 @@
* Plugin Name: SportsPress
* Plugin URI: http://themeboy.com/sportspress/
* Description: Manage your club and its players, staff, events, league tables, and player lists.
* Version: 1.9.12
* Version: 1.9.13
* Author: ThemeBoy
* Author URI: http://themeboy.com
* Requires at least: 3.8
* Tested up to: 4.3
* Tested up to: 4.4
*
* Text Domain: sportspress
* Domain Path: /languages/
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class
*
* @class SportsPress
* @version 1.9.12
* @version 1.9.13
*/
final class SportsPress {
/**
* @var string
*/
public $version = '1.9.12';
public $version = '1.9.13';
/**
* @var SportsPress The single instance of the class