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

@@ -286,7 +286,7 @@ class SP_Admin_Sports {
__( 'Cricket', 'sportspress' );
__( 'Darts', 'sportspress' );
__( 'Floorball', 'sportspress' );
__( 'Football', 'sportspress' );
__( 'Association Football', 'sportspress' );
__( 'American Football', 'sportspress' );
__( 'Australian Rules Football', 'sportspress' );
__( 'Handball', 'sportspress' );

View File

@@ -1,5 +1,5 @@
{
"name": "Football",
"name": "Association Football",
"positions": [
"Goalkeeper",
"Defender",

View File

@@ -3,8 +3,8 @@ Contributors: ThemeBoy, brianmiyaji, aylaview
Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtures, results, standings, league tables, leagues, shortcodes, sports data, sports club, themeboy, esports, wordpress sports, equations, calculations, events, calendars, players, profiles, staff, seasons, countdowns, club management, football, nfl, footy, afl, baseball, basketball, cricket, darts, handball, hockey, netball, rugby, snooker, soccer, squash, tennis, volleyball, dota 2, league of legends
Donate link: http://tboy.co/donate
Requires at least: 3.8
Tested up to: 4.2.2
Stable tag: 1.8.7
Tested up to: 4.3
Stable tag: 1.8.8
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -86,12 +86,12 @@ Looking for more advanced sports functionality? Upgrade to [SportsPress Pro](htt
= Sport Presets Included =
* American Football
* Association Football (Soccer)
* Australian Rules Football
* Baseball
* Basketball
* Cricket
* Darts
* Football (Soccer)
* Handball
* Ice Hockey
* Lacrosse
@@ -131,8 +131,6 @@ Developers can contribute via the [SportsPress GitHub Repository](https://github
Translators can contribute to SportsPress translations through [Transifex](https://www.transifex.com/projects/p/sportspress/).
Couldn't find a preset for your sport? Help us [add it to SportsPress](http://themeboy.com/add-sport-preset/).
= Stay Current =
To keep up with the latest updates and new features, be sure to do the following:
@@ -226,6 +224,10 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
== Changelog ==
= 1.8.8 =
* Feature - Add option to hide player and staff details.
* Tweak - Ability to multiple current teams in staff profile.
= 1.8.7 =
* Feature - Add custom table heading option to widgets.
* Feature - Add random sorting to player gallery.

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