Tag version 1.8.4

This commit is contained in:
Brian Miyaji
2015-05-20 13:08:57 +10:00
parent e116871c96
commit 4201b8d40c
9 changed files with 18 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 1.8.1
* @version 1.8.4
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -359,6 +359,8 @@ class SP_Admin_Welcome {
'Bhelpful2',
'bizover',
'BOCo',
'ceyhunulas',
'chr86',
'den_zlateva',
'dic_2008',
'doncer',
@@ -368,6 +370,7 @@ class SP_Admin_Welcome {
'eNnvi',
'etcloki',
'Ferenan',
'fernandori',
'fiiz',
'filippos.sdr',
'francois53',
@@ -395,7 +398,9 @@ class SP_Admin_Welcome {
'nagashitw',
'overbite',
'Ozias',
'paulcoppen',
'Paramamithra',
'pgbenini',
'poelie',
'popeosorio',
'rochester',
@@ -411,8 +416,10 @@ class SP_Admin_Welcome {
'tyby94',
'valentijnreza',
'ValliFudd',
'vetsmi',
'violaud',
'vlinicx',
'wolforg',
'xFrAx',
'Xyteton',
'zzcs',

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 1.8.3
* @version 1.8.4
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -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.2
Stable tag: 1.8.3
Stable tag: 1.8.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -225,6 +225,11 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
== Changelog ==
= 1.8.4 =
* Fix - Installation screen notice related to default color scheme.
* Localization - Add vetsmi, ceyhunulas, pgbenini, paulcoppen, fernandori, wolforg, and chr86 to translation team.
* Localization - Update Dutch, Spanish, Portuguese (Brazil), French, and German translations.
= 1.8.3 =
* Tweak - Settings page styling updated.
* Tweak - New modules category added for admin-related dashboard modules.

View File

@@ -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.3
* Version: 1.8.4
* Author: ThemeBoy
* Author URI: http://themeboy.com
* Requires at least: 3.8
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class
*
* @class SportsPress
* @version 1.8.3
* @version 1.8.4
*/
final class SportsPress {
/**
* @var string
*/
public $version = '1.8.3';
public $version = '1.8.4';
/**
* @var SportsPress The single instance of the class