From 5502b500494072e0f0e476077a803cceecde981f Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 25 Apr 2015 18:46:28 +1000 Subject: [PATCH] Tag version 1.8.2 --- includes/class-sp-wpml.php | 2 +- readme.txt | 10 ++++++++-- sportspress.php | 8 ++++---- templates/countdown.php | 2 +- templates/event-blocks.php | 2 +- templates/event-calendar.php | 2 +- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/includes/class-sp-wpml.php b/includes/class-sp-wpml.php index 461d1252..c8890ec0 100644 --- a/includes/class-sp-wpml.php +++ b/includes/class-sp-wpml.php @@ -5,7 +5,7 @@ * The SportsPress WPML class handles all WPML-related localization hooks. * * @class SP_WPML - * @version 1.3.2 + * @version 1.8.2 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/readme.txt b/readme.txt index 99650a2d..240481da 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.1 -Stable tag: 1.8.1 +Tested up to: 4.2 +Stable tag: 1.8.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -224,6 +224,12 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 1.8.2 = +* Tweak - Make scrollable tables fill content width. +* Tweak - Improve widget alignment precision. +* Tweak - Remove paginate link default color. +* Fix - Future event post permalinks not found. + = 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. diff --git a/sportspress.php b/sportspress.php index 8ae6d304..160f4493 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.1 + * Version: 1.8.2 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 - * Tested up to: 4.1 + * Tested up to: 4.2 * * Text Domain: sportspress * Domain Path: /languages/ @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 1.8.1 + * @version 1.8.2 */ final class SportsPress { /** * @var string */ - public $version = '1.8.1'; + public $version = '1.8.2'; /** * @var SportsPress The single instance of the class diff --git a/templates/countdown.php b/templates/countdown.php index 12c998b3..42c84d09 100644 --- a/templates/countdown.php +++ b/templates/countdown.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.6.1 + * @version 1.8.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-blocks.php b/templates/event-blocks.php index f2293d98..5d324090 100644 --- a/templates/event-blocks.php +++ b/templates/event-blocks.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.7 + * @version 1.8.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-calendar.php b/templates/event-calendar.php index d71ba8ab..11a1e898 100644 --- a/templates/event-calendar.php +++ b/templates/event-calendar.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.4 + * @version 1.8.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly