diff --git a/admin/widgets/supportWidget.php b/admin/widgets/supportWidget.php index 369e066..76a4b29 100644 --- a/admin/widgets/supportWidget.php +++ b/admin/widgets/supportWidget.php @@ -27,7 +27,7 @@ function aquila_admin_support_widget_function() { "; if (current_user_can('manage_options')) { - include('/../functions/pluginList.php'); + //include('/../functions/pluginList.php'); } echo "

"; diff --git a/aquila-admin-theme.php b/aquila-admin-theme.php index 251f370..98cb7ad 100644 --- a/aquila-admin-theme.php +++ b/aquila-admin-theme.php @@ -5,14 +5,14 @@ * Description: The Aquila Admin Theme * Author: Guy Primavera * Author URI: http://www.guyprimavera.com/ - * Version: 0.93 + * Version: 0.94 * Text Domain: aquila-admin-theme * License: GPL2 * * Copyright 2016 Guy Primavera */ -$aquilaVer = 0.93; +$aquilaVer = 0.94; include ('scripts.php'); include ('login/aquila-login-screen.php'); diff --git a/readme.txt b/readme.txt index 5dba93c..fed3658 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: 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: 4.5.2 -Stable tag: 0.93 +Stable tag: 0.94 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -53,6 +53,9 @@ No. All settings are applied automatically once the plugin is activated and ther == Changelog == += 0.94 - 20/06/2016 = +* Temporarily removed "plugin support" metabox due to issue on MultiSite installations. + = 0.93 - 20/06/2016 = * New login screen. * CSS (LESS) reformatted.