Skip to content

Commit

Permalink
Fixed bugs from v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Primavera committed Oct 3, 2020
1 parent 598cc43 commit a00e05c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion admin/adminBar/adminBarLinks.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if ( __FILE__ == $_SERVER['SCRIPT_FILENAME'] ) { exit; }

// Admin Bar links
if ( ! isset( $GLOBALS['aquilaShowAdminbarLinks'] ) || !) {
if ( ! isset( $GLOBALS['aquilaShowAdminbarLinks'] ) || !$GLOBALS['aquilaShowAdminbarLinks']) {
add_action( 'admin_bar_menu', 'aquila_admin_bar_cleanup', 200 );
function aquila_admin_bar_cleanup()
{
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,12 +5,12 @@
* Description: The Aquila Admin Theme
* Author: Guy Primavera
* Author URI: https://guyprimavera.com/
* Version: 3.0.2
* Version: 3.0.3
* Text Domain: aquila-admin-theme
* Domain Path: /lang/
* License: GPL2
*
* 2019 Guy Primavera
* Guy Primavera
*/

include ('admin/options/options.php');
Expand Down
6 changes: 3 additions & 3 deletions 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: 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.5.1
Stable tag: 3.0.2
Stable tag: 3.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.0.2 - 03/10/2020 =
= 3.0.3 - 03/10/2020 =
* Login styling updated.
* Code updated for PHP 7.4 compatibility.

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

== Upgrade Notice ==

= 3.0.2 =
= 3.0.3 =
* Login styling updated.
* Code updated to be compatible with PHP 7.4.

Expand Down

0 comments on commit a00e05c

Please sign in to comment.