Skip to content

Commit

Permalink
Merge pull request #17 from GuyPrimavera/v2.4.1
Browse files Browse the repository at this point in the history
v2.4.1
  • Loading branch information
GuyPrimavera authored May 19, 2019
2 parents 0fdf743 + a8b81bb commit 445a32b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions admin/functions/addClasses.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
function aquila_admin_body_role($classes) {
//global $current_user;
//$userRole = array_shift($current_user->roles);
$classes .= 'aquila aquilaAdmin';
$classes .= ' aquila aquilaAdmin';
return $classes;
}
//add_filter('body_class','aquila_admin_body_role');
Expand All @@ -14,7 +14,7 @@ function aquila_front_body_class( $classes ) {
if ( is_admin_bar_showing() ) {
//global $current_user;
//$userRole = array_shift($current_user->roles);
$classes[] = 'aquila aquilaFront';
$classes[] = ' aquila aquilaFront';
return $classes;
} else {
$classes[] = ' ';
Expand Down
4 changes: 2 additions & 2 deletions aquila-admin-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Description: The Aquila Admin Theme
* Author: Guy Primavera
* Author URI: https://guyprimavera.com/
* Version: 2.4
* Version: 2.4.1
* Text Domain: aquila-admin-theme
* Domain Path: /lang/
* License: GPL2
*
* 2018 Guy Primavera
*/

$aquilaVer = "2.4";
$aquilaVer = "2.4.1";

include ('scripts.php');
include ('login/aquila-login-screen.php');
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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
Requires at least: 4.0
Tested up to: 5.0-beta4
Stable tag: 2.4
Stable tag: 2.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -83,6 +83,9 @@ No. It only changes the admin area, the login page and the admin bar for logged-

== Changelog ==

= 2.4.1 - 07/12/2018 =
* Fixed issue with body classes.

= 2.4 - 13/11/2018 =
* Added versioning to loaded resources.

Expand Down Expand Up @@ -192,6 +195,12 @@ No. It only changes the admin area, the login page and the admin bar for logged-

== Upgrade Notice ==

= 2.4.1 =
* Bug fixes.

= 2.4 =
* Bug fixes.

= 2.3 =
* New admin bar with icon and hidden top-bar.
* New color options.
Expand Down

0 comments on commit 445a32b

Please sign in to comment.