diff --git a/readme.txt b/readme.txt index 61be1b35..99650a2d 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.1 -Stable tag: 1.8 +Stable tag: 1.8.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -22,7 +22,7 @@ Transform your WordPress blog into a fully configurable team, club, or league we > > "*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](http://www.gbsport.org.uk/5-great-wordpress-plugins-for-sport/) +> "*SportsPress is our number 1 WordPress plugin for sport!*" — [GBSport](http://gbcoach.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.*" — [Club Themes](http://clubthemes.com/awesome-sporting-templates-themes-wordpress-joomla/) @@ -224,6 +224,13 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 1.8.1 = +* Feature - Ability to display multiple widgets on one line by aligning left and right. +* Tweak - Increase league table row height only when logos are displayed. +* Fix - Taxonomy selection not displaying in admin after WordPress 4.2 update. +* Localization - Add nagashitw, jikji96, and edesl to translation team. +* Localization - Update Czech, German, Finnish, Portuguese, Korean, Italian, and Spanish translations. + = 1.8 = * Feature - Games Behind calculation added to equation builder. * Feature - Home Record and Away Record calculation added to equation builder. diff --git a/sportspress.php b/sportspress.php index c668e022..8ae6d304 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,7 +3,7 @@ * 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 + * Version: 1.8.1 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 @@ -26,17 +26,17 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 1.8 + * @version 1.8.1 */ final class SportsPress { /** * @var string */ - public $version = '1.8'; + public $version = '1.8.1'; /** - * @var SporsPress The single instance of the class + * @var SportsPress The single instance of the class * @since 0.7 */ protected static $_instance = null;