Update readme to version 1.4.3

This commit is contained in:
Brian Miyaji
2014-10-28 11:21:20 +11:00
parent 11488121ec
commit 6135b910ee
2 changed files with 16 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress 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 Requires at least: 3.8
Tested up to: 4.0 Tested up to: 4.0
Stable tag: 1.4.2 Stable tag: 1.4.3
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -13,35 +13,35 @@ SportsPress is an extendable all-in-one sports data plugin that adds club and le
== Description == == Description ==
= Create a Professional Sports Website = = Create a Professional Sports Website =
Transform your WordPress blog into a fully configurable team, club, or league website. Features a suite of sports tools including fixtures, results, automated standings, players rankings, and individual profiles for teams, players, and staff. Transform your WordPress blog into a fully configurable team, club, or league website. Features a suite of sports tools including fixtures, results, automated standings, players rankings, and individual profiles for clubs, players, and staff.
[youtube http://www.youtube.com/watch?v=KQyga_C5a6M] [youtube http://www.youtube.com/watch?v=KQyga_C5a6M]
= Industry Reviews = = 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/) > "*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](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) > "*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](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/) > "*SportsPress is our number 1 WordPress plugin for sport!*" — [GBSport](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/) > "*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.*" — [Club Themes](http://clubthemes.com/awesome-sporting-templates-themes-wordpress-joomla/)
= Features = = Features =
* Equation Builder * Equation Builder
* Team Profiles with Player List * Club Profiles with Player List
* Automated League Standings with Club Logos * Automated League Standings with Club Logos
* Events (Fixtures & Results) with Player Performance * Events (Fixtures & Results) with Player Performance
* Events Calendar * Events Calendar
* Player Profiles & Statistics Per Position * Player Profiles & Statistics
* Player Lists * Player Lists
* Staff Profiles * Staff Profiles
* Season Archives * Season Archives
* Venue Information & Maps * Venue Information & Maps
* Statistics & League Table Columns Configuration * Statistics & League Table Columns Configuration
* Sport Presets * Sport Presets
* Team & Individual mode
* Import Events, Teams, Players, and Staff from CSV Files * Import Events, Teams, Players, and Staff from CSV Files
* Easy Shortcodes Menu in Editor * Easy Shortcodes Menu in Editor
* Events Integrate with iCal
* Certified compatibility with [WPML](http://wpml.org/plugin/sportspress/) * Certified compatibility with [WPML](http://wpml.org/plugin/sportspress/)
More details about each feature are available on the [SportsPress Website](http://sportspresspro.com/). More details about each feature are available on the [SportsPress Website](http://sportspresspro.com/).
@@ -185,6 +185,9 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
== Changelog == == Changelog ==
= 1.4.3 =
* Localization - Update Spanish translation.
= 1.4.2 = = 1.4.2 =
* Tweak - Remove solid color from base stylesheet to improve integration. * Tweak - Remove solid color from base stylesheet to improve integration.

View File

@@ -3,7 +3,7 @@
* Plugin Name: SportsPress * Plugin Name: SportsPress
* Plugin URI: http://themeboy.com/sportspress/ * Plugin URI: http://themeboy.com/sportspress/
* Description: Manage your club and its players, staff, events, league tables, and player lists. * Description: Manage your club and its players, staff, events, league tables, and player lists.
* Version: 1.4.2 * Version: 1.4.3
* Author: ThemeBoy, brianmiyaji, aylaview * Author: ThemeBoy, brianmiyaji, aylaview
* Author URI: http://themeboy.com * Author URI: http://themeboy.com
* Requires at least: 3.8 * Requires at least: 3.8
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class * Main SportsPress Class
* *
* @class SportsPress * @class SportsPress
* @version 1.4.2 * @version 1.4.3
*/ */
final class SportsPress { final class SportsPress {
/** /**
* @var string * @var string
*/ */
public $version = '1.4.2'; public $version = '1.4.3';
/** /**
* @var SporsPress The single instance of the class * @var SporsPress The single instance of the class
@@ -296,7 +296,7 @@ final class SportsPress {
* Ensure theme and server variable compatibility and setup image sizes. * Ensure theme and server variable compatibility and setup image sizes.
*/ */
public function setup_environment() { public function setup_environment() {
add_theme_support( 'post-thumbnails' ); add_theme_support( 'post-thumbnails', sp_post_types() );
// Add image sizes // Add image sizes
add_image_size( 'sportspress-fit-medium', 300, 300, false ); add_image_size( 'sportspress-fit-medium', 300, 300, false );