Tag version 1.8.8

This commit is contained in:
Brian Miyaji
2015-08-19 17:26:33 +10:00
parent 0e2ed97b1c
commit 2d71aa91eb
4 changed files with 13 additions and 11 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.7
* Version: 1.8.8
* Author: ThemeBoy
* Author URI: http://themeboy.com
* Requires at least: 3.8
* Tested up to: 4.2
* Tested up to: 4.3
*
* Text Domain: sportspress
* Domain Path: /languages/
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class
*
* @class SportsPress
* @version 1.8.7
* @version 1.8.8
*/
final class SportsPress {
/**
* @var string
*/
public $version = '1.8.7';
public $version = '1.8.8';
/**
* @var SportsPress The single instance of the class