Update readme to 0.8.1

This commit is contained in:
Brian Miyaji
2014-05-01 12:54:56 +10:00
parent 314e0ca325
commit fbd73d1076
2 changed files with 12 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ Tags: sports, press, sports journalism, teams, team management, fixtures, result
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
Stable tag: 0.8.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -164,6 +164,12 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
== Changelog ==
= 0.8.1 =
* Tweak - Output player statistics in system status.
* Tweak - Prepend templates to content instead of outputting directly.
* Fix - Add content in main loop only.
* Fix - Enable metrics usage in individual player statistics.
= 0.8 =
* Feature - New shortcode event_results.
* Feature - New shortcode event_details.

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.8
* Version: 0.8.1
* 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
* @version 0.8.1
*/
final class SportsPress {
/**
* @var string
*/
public $version = '0.8';
public $version = '0.8.1';
/**
* @var SporsPress The single instance of the class
@@ -214,6 +214,7 @@ final class SportsPress {
// Classes (used on all pages)
include_once( 'includes/class-sp-countries.php' ); // Defines continents and countries
include_once( 'includes/class-sp-formats.php' ); // Defines custom post type formats
include_once( 'includes/class-sp-sports.php' ); // Defines custom post type formats
include_once( 'includes/class-sp-text.php' ); // Defines editable strings
// Include template hooks in time for themes to remove/modify them
@@ -261,8 +262,8 @@ final class SportsPress {
// Load class instances
$this->countries = new SP_Countries(); // Countries class
$this->sports = new SP_Sports(); // Sports class
$this->formats = new SP_Formats(); // Formats class
$this->sports = new SP_Sports(); // Formats class
$this->text = new SP_Text(); // Text class
// Init action