diff --git a/includes/admin/class-sp-admin-sports.php b/includes/admin/class-sp-admin-sports.php index 2e793a3f..5ebe716e 100644 --- a/includes/admin/class-sp-admin-sports.php +++ b/includes/admin/class-sp-admin-sports.php @@ -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' ); diff --git a/presets/team-sports/soccer.json b/presets/team-sports/soccer.json index c71eb88c..e50cfd7f 100644 --- a/presets/team-sports/soccer.json +++ b/presets/team-sports/soccer.json @@ -1,5 +1,5 @@ { - "name": "Football", + "name": "Association Football", "positions": [ "Goalkeeper", "Defender", diff --git a/readme.txt b/readme.txt index 5c126294..776fef65 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/sportspress.php b/sportspress.php index ded511d9..2496c29f 100644 --- a/sportspress.php +++ b/sportspress.php @@ -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