From 73686000a5ac6f65a3b22848c843d954a3f8634d Mon Sep 17 00:00:00 2001 From: Guy Primavera <17991356+GuyPrimavera@users.noreply.github.com> Date: Sun, 19 May 2019 13:45:44 +0100 Subject: [PATCH] v2.4.2 * Fixed error with lessc_formatter_compressed class. * Added option to disable login page styling. * Fixed styling of password reset page. * Fixed styling of registration page. * Fixed undefined variable "visibleText". * Fixed styling of input boxes. * Updated part of welcome widget. * Added darker background to clear PNG images in Media Library. * Added option to change the admin area link colors. --- admin/adminBar/adminBarIcon.php | 6 +-- admin/adminBar/adminBarLinks.php | 6 +-- admin/adminBar/customLogo.php | 22 ---------- admin/colour/colourScheme.php | 18 ++++++-- admin/options/callbacks.php | 8 ++++ admin/options/createFields.php | 12 ++++++ admin/options/helpers.php | 14 ++++++ admin/options/options.php | 1 + admin/options/registerSettings.php | 30 +++++++++++-- admin/options/setVariables.php | 69 ++++++++++++++++++++++++++++++ admin/widgets/pluginWidget.php | 1 + admin/widgets/welcomeWidget.php | 2 +- aquila-admin-theme.php | 9 ++-- css/aquila.css | 25 ++++++----- css/aquila.less | 30 ++++++++----- css/login.css | 46 ++++++++++++++++++++ css/login.less | 48 +++++++++++++++++++++ login/aquila-login-screen.php | 32 +++++++++++++- readme.txt | 18 +++++++- scripts.php | 34 +++++++++------ 20 files changed, 348 insertions(+), 83 deletions(-) create mode 100644 admin/options/setVariables.php diff --git a/admin/adminBar/adminBarIcon.php b/admin/adminBar/adminBarIcon.php index d78c36e..8e08291 100644 --- a/admin/adminBar/adminBarIcon.php +++ b/admin/adminBar/adminBarIcon.php @@ -3,8 +3,7 @@ // Add icon in place of admin bar function aquila_adminbar_icon() { if ( is_admin_bar_showing() ) { - $aquilaOptions = get_option( 'aquila_settings' ); - if(isset($aquilaOptions['aquila_chk_abVisible']) && $aquilaOptions['aquila_chk_abVisible'] == 1) { + if ($GLOBALS['aquilaShowFullAdminbar']) { echo '"; } -// Login screen -function aquila_new_logo_login() { - echo ""; -} - function aquila_new_logo_sqr_admin() { echo ""; +} ?> \ No newline at end of file diff --git a/readme.txt b/readme.txt index 778a1fd..3d2f42b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Aquila Admin Theme === Contributors: GuyPrimavera Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YVPWSJB4SPN5N -Tags: material design wordpress, material design admin theme, material design wordpress admin, material wordpress, admin theme, admin, admin panel, admin theme style plugin, admin-theme, admin theme, aquila, backend theme, clean admin, color scheme, colour scheme, custom admin theme, flat admin theme, free admin theme, modern admin theme, new admin ui, plugin, simple admin theme, white label, white label admin, wordpress, wordPress admin, wordpress admin theme, wp-admin, wp admin page, wp admin theme +Tags: admin theme, material design wordpress, material design admin theme, material design wordpress admin, material wordpress, admin, admin panel, admin theme style plugin, admin-theme, admin theme, aquila, backend theme, clean admin, color scheme, colour scheme, custom admin theme, flat admin theme, free admin theme, modern admin theme, new admin ui, plugin, simple admin theme, white label, white label admin, wordpress, WordPress admin, wordpress admin theme, wp-admin, wp admin page, wp admin theme Requires at least: 4.0 Tested up to: 5.0-beta4 -Stable tag: 2.4.1 +Stable tag: 2.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -83,6 +83,17 @@ No. It only changes the admin area, the login page and the admin bar for logged- == Changelog == += 2.4.2 - 31/01/2019 = +* Fixed error with lessc_formatter_compressed class. +* Added option to disable login page styling. +* Fixed styling of password reset page. +* Fixed styling of registration page. +* Fixed undefined variable "visibleText". +* Fixed styling of input boxes. +* Updated part of welcome widget. +* Added darker background to clear PNG images in Media Library. +* Added option to change the admin area link colors. + = 2.4.1 - 07/12/2018 = * Fixed issue with body classes. @@ -195,6 +206,9 @@ No. It only changes the admin area, the login page and the admin bar for logged- == Upgrade Notice == += 2.4.2 = +* Bug fixes. + = 2.4.1 = * Bug fixes. diff --git a/scripts.php b/scripts.php index 98b3a2a..ef2725e 100644 --- a/scripts.php +++ b/scripts.php @@ -1,30 +1,34 @@ -