Tag version 1.8.2
This commit is contained in:
@@ -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
|
||||
|
||||
10
readme.txt
10
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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @package SportsPress/Templates
|
||||
* @version 1.7
|
||||
* @version 1.8.2
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @package SportsPress/Templates
|
||||
* @version 1.4
|
||||
* @version 1.8.2
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
Reference in New Issue
Block a user