diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index 22f4508f..68b54d90 100644 --- a/includes/admin/class-sp-admin-welcome.php +++ b/includes/admin/class-sp-admin-welcome.php @@ -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', diff --git a/includes/admin/settings/class-sp-settings-general.php b/includes/admin/settings/class-sp-settings-general.php index f1844eee..f655a9b6 100644 --- a/includes/admin/settings/class-sp-settings-general.php +++ b/includes/admin/settings/class-sp-settings-general.php @@ -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 diff --git a/languages/sportspress-de_DE.mo b/languages/sportspress-de_DE.mo index cee58052..89315c35 100644 Binary files a/languages/sportspress-de_DE.mo and b/languages/sportspress-de_DE.mo differ diff --git a/languages/sportspress-es_ES.mo b/languages/sportspress-es_ES.mo index 5814e17a..2d1d737f 100644 Binary files a/languages/sportspress-es_ES.mo and b/languages/sportspress-es_ES.mo differ diff --git a/languages/sportspress-fr_FR.mo b/languages/sportspress-fr_FR.mo index 0d5e6fdb..45a75f8c 100644 Binary files a/languages/sportspress-fr_FR.mo and b/languages/sportspress-fr_FR.mo differ diff --git a/languages/sportspress-nl_NL.mo b/languages/sportspress-nl_NL.mo index 0e95d567..f001d934 100644 Binary files a/languages/sportspress-nl_NL.mo and b/languages/sportspress-nl_NL.mo differ diff --git a/languages/sportspress-pt_BR.mo b/languages/sportspress-pt_BR.mo index 792eb35c..03616863 100644 Binary files a/languages/sportspress-pt_BR.mo and b/languages/sportspress-pt_BR.mo differ diff --git a/readme.txt b/readme.txt index 825ffb7e..28868427 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.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. diff --git a/sportspress.php b/sportspress.php index 835f521f..c8116ea2 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.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