From 1eb71b1146217bb875bbff9763bf835a13eb6430 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 8 May 2014 00:34:09 +1000 Subject: [PATCH] Update readme and module versions to 0.8.4 --- .../class-sp-admin-cpt-calendar.php | 2 +- .../post-types/class-sp-admin-cpt-event.php | 2 +- .../post-types/class-sp-admin-cpt-list.php | 2 +- .../post-types/class-sp-admin-cpt-player.php | 2 +- .../post-types/class-sp-admin-cpt-staff.php | 2 +- .../post-types/class-sp-admin-cpt-table.php | 2 +- .../class-sp-meta-box-event-teams.php | 2 +- .../class-sp-meta-box-player-details.php | 2 +- .../class-sp-meta-box-staff-details.php | 2 +- includes/class-sp-event.php | 2 +- includes/class-sp-team.php | 2 +- includes/class-sp-template-loader.php | 2 +- includes/sp-core-functions.php | 2 +- includes/sp-template-hooks.php | 2 +- readme.txt | 68 ++++++++++++++++++- sportspress.php | 6 +- templates/countdown.php | 2 +- templates/league-table.php | 2 +- 18 files changed, 84 insertions(+), 22 deletions(-) diff --git a/includes/admin/post-types/class-sp-admin-cpt-calendar.php b/includes/admin/post-types/class-sp-admin-cpt-calendar.php index dd16c69f..43ef7bef 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-calendar.php +++ b/includes/admin/post-types/class-sp-admin-cpt-calendar.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post Types - * @version 0.9 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/class-sp-admin-cpt-event.php b/includes/admin/post-types/class-sp-admin-cpt-event.php index fd5f8705..945f9422 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-event.php +++ b/includes/admin/post-types/class-sp-admin-cpt-event.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post Types - * @version 0.7 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/class-sp-admin-cpt-list.php b/includes/admin/post-types/class-sp-admin-cpt-list.php index 34e19b4b..50884565 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-list.php +++ b/includes/admin/post-types/class-sp-admin-cpt-list.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post Types - * @version 0.7 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/class-sp-admin-cpt-player.php b/includes/admin/post-types/class-sp-admin-cpt-player.php index ff153fe4..fd2bc284 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-player.php +++ b/includes/admin/post-types/class-sp-admin-cpt-player.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post Types - * @version 0.9 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/class-sp-admin-cpt-staff.php b/includes/admin/post-types/class-sp-admin-cpt-staff.php index 5112176e..d9aa74d3 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-staff.php +++ b/includes/admin/post-types/class-sp-admin-cpt-staff.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post Types - * @version 0.9 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/class-sp-admin-cpt-table.php b/includes/admin/post-types/class-sp-admin-cpt-table.php index 47cd967c..07a98d0a 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-table.php +++ b/includes/admin/post-types/class-sp-admin-cpt-table.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post Types - * @version 0.7 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-teams.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-teams.php index e909b49d..1f2c4ae2 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-teams.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-teams.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta Boxes - * @version 0.7 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-details.php index 1da70735..3c62ea42 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta Boxes - * @version 0.9 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-staff-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-staff-details.php index 241c9a2a..adaf5a05 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-staff-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-staff-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta Boxes - * @version 0.9 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-event.php b/includes/class-sp-event.php index 7cf756e4..7a821ad9 100644 --- a/includes/class-sp-event.php +++ b/includes/class-sp-event.php @@ -5,7 +5,7 @@ * The SportsPress event class handles individual event data. * * @class SP_Event - * @version 0.8 + * @version 0.8.4 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-team.php b/includes/class-sp-team.php index 00eefb0c..d19fc19a 100644 --- a/includes/class-sp-team.php +++ b/includes/class-sp-team.php @@ -5,7 +5,7 @@ * The SportsPress team class handles individual team data. * * @class SP_Team - * @version 0.8 + * @version 0.8.4 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-template-loader.php b/includes/class-sp-template-loader.php index 1b19944d..35d3cee1 100644 --- a/includes/class-sp-template-loader.php +++ b/includes/class-sp-template-loader.php @@ -3,7 +3,7 @@ * Template Loader * * @class SP_Template_Loader - * @version 0.8.1 + * @version 0.8.4 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 00baf86d..8fdf1c78 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 0.8 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-template-hooks.php b/includes/sp-template-hooks.php index 6df78514..818ca5f3 100644 --- a/includes/sp-template-hooks.php +++ b/includes/sp-template-hooks.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 0.8 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index b2d223bb..76dcd27f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,10 @@ -=== SportsPress === +=== SportsPress - sports league management === Contributors: ThemeBoy +Tags: sports, press, soccer, football, teams, fixtures, results, standings, league tables, leagues, world cup, statistics, stats, themeboy 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.3 +Stable tag: 0.8.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -15,6 +16,41 @@ Created by the developers at [ThemeBoy](http://themeboy.com/) and featured on So Add schedules, results, league tables, player profiles and statistics to your team or league site with SportsPress. It uses core WordPress markup syntax and will integrate seamlessly with most themes. Custom shortcodes, CSV importers, and several language translations are included. += Features = +* Team Profiles +* League Tables +* Events (Fixtures & Results) +* Events Calendar +* Player Profiles & Statistics Per Position +* Player Lists +* Staff Profiles +* Season Archives +* Venue Information & Maps +* Statistics & League Table Columns Configuration +* Import Events, Teams, and Players from CSV Files + += Customizable = + +League table columns, player statistics, and match results can be customized to fit any sport. Presets are available for some of the most popular sports including soccer, rugby, American football, Australian Rules football, baseball, basketball, cricket, and hockey. + += Available Languages = +* English – English ( en_US ) +* Arabic – العربية ( ar ) +* Croatian – Hrvatski ( hr ) +* Czech – Čeština ( cs_CZ ) +* French – Français ( fr_FR ) +* German – Deutsch ( de_DE ) +* Greek – Ελληνικά ( el_GR ) +* Italian – Italiano ( it_IT ) +* Japanese – 日本語 ( ja ) +* Polish – Polski ( pl_PL ) +* Portuguese (Brazil) – Português do Brasil ( pt_BR ) +* Russian - Русский ( ru_RU ) +* Slovak – Slovenčina ( sk_SK ) +* Slovenian – Slovenija ( sl_SI ) +* Spanish – Español ( es_ES ) +* Swedish – Svenska ( sv_SE ) + = Get involved = Developers can contribute via the [SportsPress GitHub Repository](https://github.com/ThemeBoy/SportsPress/blob/master/CONTRIBUTING.md). @@ -22,7 +58,7 @@ Developers can contribute via the [SportsPress GitHub Repository](https://github Translators can contribute new languages to SportsPress through [Transifex](https://www.transifex.com/projects/p/sportspress/). = Please Rate, Vote, and Enjoy = -Your feedback can make a difference! Thanks :) +Your feedback really makes a difference! Thanks :) == Installation == @@ -51,6 +87,15 @@ Automatic updates should work like a charm; as always though, ensure you backup If on the off-chance you do encounter issues with the event/team/player/staff pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting 'save'. That should return things to normal. +== Screenshots == + +1. SportsPress style settings, configuration, and responsive layout example. +2. League Table in Twenty Fourteen theme with default color scheme. +3. Events List in Twenty Fourteen theme with default color scheme. +4. Events Calendar in Twenty Fourteen theme with default color scheme. +5. Player List in Twenty Fourteen theme with default color scheme. +6. Player Gallery in Twenty Fourteen theme with default color scheme. + == Frequently Asked Questions == = Which sports does this plugin support? = @@ -69,8 +114,25 @@ Bugs can be reported either in our support forum or preferably on the [SportsPre SportsPress is currently in beta and is undergoing testing. We are still actively making adjustments to the code, so we do not recommend using it until we officially leave the beta phase. += Can I import teams/players/events from a CSV file? = + +Yes, CSV importers are included with the plugin. Go to Tools > Import and choose from one of the SportsPress CSV importers. When importing events, be sure to use the date format yyyy/mm/dd. + == Changelog == += 0.8.4 = +* Feature - Add option to limit number of teams per event. +* Feature - Show venue option in Countdown widget. +* Feature - Enable multiple current teams per player. +* Feature - Format performance data for use in templates. +* Feature - Add next event function to team for template. +* Refactor - Adjust theme template loader for venues and seasons. +* Tweak - Replace featured image text in admin. +* Tweak - Use wider map zoom setting. +* Tweak - Make SportsPress tables full width by default. +* Fix - Team filter in admin. +* Fix - Displaying 1 view as plural. + = 0.8.3 = * Feature - Enable using events started and substituted in statistics equations. * Tweak - Remove deprecated MySQL version function from System Status page. diff --git a/sportspress.php b/sportspress.php index c4e4d982..0f60a7ef 100644 --- a/sportspress.php +++ b/sportspress.php @@ -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.3 + * Version: 0.8.4 * 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.3 + * @version 0.8.4 */ final class SportsPress { /** * @var string */ - public $version = '0.8.3'; + public $version = '0.8.4'; /** * @var SporsPress The single instance of the class diff --git a/templates/countdown.php b/templates/countdown.php index 7ebdf908..fac97e9a 100644 --- a/templates/countdown.php +++ b/templates/countdown.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 0.8 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/league-table.php b/templates/league-table.php index 923774c1..02ec0a5f 100644 --- a/templates/league-table.php +++ b/templates/league-table.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 0.8 + * @version 0.8.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly