diff --git a/license.txt b/license.txt index 77f54f29..304c8227 100644 --- a/license.txt +++ b/license.txt @@ -22,6 +22,24 @@ permission notices: The SportsPress code has been inspired by and partly adapted from the beautifully coded WooCommerce plugin by WooThemes. + "Crown" icon from WebHostingHub Glyphs, released under the SIL Open Font + License. + + "Calendar", "Menu", "List", and "Trash" icons from 80 Shades of White Icons + by Victor Erixon. + + "Eye" and "Cancel" icons from 60 Vicons by Victor Erixon. + + "Clock" icon from Entypo by Daniel Bruce, released under CC BY-SA 3.0. + + "Smile" icon from Font Awesome by Dave Gancy, released under the GPL. + + "Megaphone" icon modified from WebHostingHub Glyphs, released under the SIL + Open Font License. Height decreased. + + "Shield" icon modified from Font Awesome by Dave Gancy, released under the + GPL. Inner spacing added. + Wherever third party code has been used, credit has been given in the code's comments. diff --git a/readme.txt b/readme.txt index 58ee69f5..e1b97354 100644 --- a/readme.txt +++ b/readme.txt @@ -1,20 +1,29 @@ === SportsPress - All in One Sports Management === Contributors: ThemeBoy, brianmiyaji, aylaview -Tags: sport, sports, clubs, teams, statistics, stats, fixtures, results, standings, league tables, leagues, shortcodes, sports journalism, themeboy, wordpress sports +Tags: sport, sports, clubs, teams, statistics, stats, fixtures, results, standings, league tables, leagues, shortcodes, sports data, themeboy, esports, wordpress sports 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: 4.0 -Stable tag: 1.3.1 +Stable tag: 1.3.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html -SportsPress is an extendable sports plugin that adds league management capabilities and a statistics calculator for any sport. +SportsPress is an extendable sports data plugin that adds league management capabilities and a statistics calculator for any sport. == Description == = Create a Professional Sports Website = SportsPress is the ultimate all-in-one plugin for transforming your WordPress blog into a fully automated, configurable team or club website. += Industry Reviews = +> "*The SportsPress plugin brings in some amazing features to your WordPress site and league management capabilities. If you are looking forward to create a sports related website on WordPress, you must have a look at SportsPress plugin.*" — [indexwp.com](http://www.indexwp.com/sportspress-plugin-review/) +> +> "*Script of the Day: While the WordPress repository holds various team and sports-related plugins, few of them come close to what you can achieve with SportsPress.*" — [softpedia.com](http://news.softpedia.com/news/Script-of-the-Day-SportsPress-409247.shtml) +> +> "*SportsPress is our number 1 WordPress plugin for sport!*" — [gbsport.org.uk](http://www.gbsport.org.uk/5-great-wordpress-plugins-for-sport/) +> +> "*The freely available and highly impressive Sportspress plugin offers terrific functionality including a fixtures listing, league table, player & staff profiles, customizable point system and a built-in translation system for 36 different languages.*" — [clubthemes.com](http://clubthemes.com/awesome-sporting-templates-themes-wordpress-joomla/) + = Features = * Equation Builder * Team Profiles with Player List @@ -123,12 +132,12 @@ If on the off-chance you do encounter issues with the event/team/player/staff pa == Screenshots == -1. SportsPress style settings, configuration, and responsive layout example. -2. Equation builder admin page. -3. League table in Twenty Fourteen theme. -4. League table admin page. -5. Events list in Twenty Fourteen theme. -6. Events admin page. +1. Manage events from multiple leagues and seasons. Event names are generated automatically. +2. Each team has a unique logo and website URL. Optionally link teams from your blog to their official websites. +3. Configure variables used throughout the plugin to fit your sport. Presets are provided for some sports, and will automatically populate these options. +4. Design your own points system using the custom drag-and-drop equation builder. +5. The overview page provides a birds-eye view of your entire sports network. +6. Twenty Fourteen theme showcasing the dynamic league table and some of the included widgets. == Frequently Asked Questions == @@ -146,10 +155,23 @@ Bugs can be reported either in our support forum or preferably on the [SportsPre = 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. +Yes, CSV importers are included with the plugin. Go to Tools > Import and choose from one of the SportsPress CSV importers. == Changelog == += 1.3.2 = +* Integration - WPML compatibility. +* Feature - Option to set number of columns in player gallery. +* Tweak - Remove line break after templates. +* Tweak - Update plugin icon. +* Tweak - Update welcome screen badge. +* Tweak - Display admin menu label as Players & Staff. +* Fix - Typo in sample CSV import file. +* Fix - Apply default color scheme when left blank. +* Fix - Notices where taxonomies or posts not found. +* Localization - Update source strings. +* Localization - Update French and Dutch translations. + = 1.3.1 = * Fix - Player list shortcode meta displayed on league table edit page. * Localization - Update Dutch translation. diff --git a/sportspress.php b/sportspress.php index 3867207c..6504e410 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,9 +3,9 @@ * 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.3.1 + * Version: 1.3.2 * Author: ThemeBoy - * Author URI: http://themeboy.com/ + * Author URI: http://themeboy.com * Requires at least: 3.8 * Tested up to: 4.0 * @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 1.3.1 + * @version 1.3.2 */ final class SportsPress { /** * @var string */ - public $version = '1.3.1'; + public $version = '1.3.2'; /** * @var SporsPress The single instance of the class