Update version 0.8.5
This commit is contained in:
@@ -4,7 +4,7 @@ Tags: sports, press, soccer, football, teams, fixtures, results, standings, leag
|
||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress
|
||||
Requires at least: 3.8
|
||||
Tested up to: 3.9
|
||||
Stable tag: 0.8.4
|
||||
Stable tag: 0.8.5
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
||||
@@ -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.4
|
||||
* Version: 0.8.5
|
||||
* 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.4
|
||||
* @version 0.8.5
|
||||
*/
|
||||
final class SportsPress {
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '0.8.4';
|
||||
public $version = '0.8.5';
|
||||
|
||||
/**
|
||||
* @var SporsPress The single instance of the class
|
||||
|
||||
Reference in New Issue
Block a user