Tag version 1.8.2

This commit is contained in:
Brian Miyaji
2015-04-25 18:46:28 +10:00
parent 6b06aa0995
commit 5502b50049
6 changed files with 16 additions and 10 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.8.1
* Version: 1.8.2
* Author: ThemeBoy
* Author URI: http://themeboy.com
* Requires at least: 3.8
* Tested up to: 4.1
* Tested up to: 4.2
*
* Text Domain: sportspress
* Domain Path: /languages/
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class
*
* @class SportsPress
* @version 1.8.1
* @version 1.8.2
*/
final class SportsPress {
/**
* @var string
*/
public $version = '1.8.1';
public $version = '1.8.2';
/**
* @var SportsPress The single instance of the class