Tag version 1.8.4
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin
|
* @package SportsPress/Admin
|
||||||
* @version 1.8.1
|
* @version 1.8.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
@@ -359,6 +359,8 @@ class SP_Admin_Welcome {
|
|||||||
'Bhelpful2',
|
'Bhelpful2',
|
||||||
'bizover',
|
'bizover',
|
||||||
'BOCo',
|
'BOCo',
|
||||||
|
'ceyhunulas',
|
||||||
|
'chr86',
|
||||||
'den_zlateva',
|
'den_zlateva',
|
||||||
'dic_2008',
|
'dic_2008',
|
||||||
'doncer',
|
'doncer',
|
||||||
@@ -368,6 +370,7 @@ class SP_Admin_Welcome {
|
|||||||
'eNnvi',
|
'eNnvi',
|
||||||
'etcloki',
|
'etcloki',
|
||||||
'Ferenan',
|
'Ferenan',
|
||||||
|
'fernandori',
|
||||||
'fiiz',
|
'fiiz',
|
||||||
'filippos.sdr',
|
'filippos.sdr',
|
||||||
'francois53',
|
'francois53',
|
||||||
@@ -395,7 +398,9 @@ class SP_Admin_Welcome {
|
|||||||
'nagashitw',
|
'nagashitw',
|
||||||
'overbite',
|
'overbite',
|
||||||
'Ozias',
|
'Ozias',
|
||||||
|
'paulcoppen',
|
||||||
'Paramamithra',
|
'Paramamithra',
|
||||||
|
'pgbenini',
|
||||||
'poelie',
|
'poelie',
|
||||||
'popeosorio',
|
'popeosorio',
|
||||||
'rochester',
|
'rochester',
|
||||||
@@ -411,8 +416,10 @@ class SP_Admin_Welcome {
|
|||||||
'tyby94',
|
'tyby94',
|
||||||
'valentijnreza',
|
'valentijnreza',
|
||||||
'ValliFudd',
|
'ValliFudd',
|
||||||
|
'vetsmi',
|
||||||
'violaud',
|
'violaud',
|
||||||
'vlinicx',
|
'vlinicx',
|
||||||
|
'wolforg',
|
||||||
'xFrAx',
|
'xFrAx',
|
||||||
'Xyteton',
|
'Xyteton',
|
||||||
'zzcs',
|
'zzcs',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin
|
* @package SportsPress/Admin
|
||||||
* @version 1.8.3
|
* @version 1.8.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
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.
@@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu
|
|||||||
Donate link: http://tboy.co/donate
|
Donate link: http://tboy.co/donate
|
||||||
Requires at least: 3.8
|
Requires at least: 3.8
|
||||||
Tested up to: 4.2
|
Tested up to: 4.2
|
||||||
Stable tag: 1.8.3
|
Stable tag: 1.8.4
|
||||||
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
|
||||||
|
|
||||||
@@ -225,6 +225,11 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= 1.8.3 =
|
||||||
* Tweak - Settings page styling updated.
|
* Tweak - Settings page styling updated.
|
||||||
* Tweak - New modules category added for admin-related dashboard modules.
|
* Tweak - New modules category added for admin-related dashboard modules.
|
||||||
|
|||||||
@@ -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.8.3
|
* Version: 1.8.4
|
||||||
* Author: ThemeBoy
|
* Author: ThemeBoy
|
||||||
* 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.8.3
|
* @version 1.8.4
|
||||||
*/
|
*/
|
||||||
final class SportsPress {
|
final class SportsPress {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '1.8.3';
|
public $version = '1.8.4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var SportsPress The single instance of the class
|
* @var SportsPress The single instance of the class
|
||||||
|
|||||||
Reference in New Issue
Block a user