Skip to content

Commit

Permalink
Merge pull request #3 from GuyPrimavera/v0.94
Browse files Browse the repository at this point in the history
v0.94
  • Loading branch information
GuyPrimavera authored Feb 13, 2018
2 parents 4e7ee2b + 9afaa50 commit 04feecf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/widgets/supportWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function aquila_admin_support_widget_function() {
</ul>";

if (current_user_can('manage_options')) {
include('/../functions/pluginList.php');
//include('/../functions/pluginList.php');
}

echo "</p>";
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,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');
Expand Down
5 changes: 4 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: 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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 04feecf

Please sign in to comment.