Version Description
- Prepared for WordPress 3.9
- Fixed style for custom Howdy name
Download this release
Release Info
Developer | argonius |
Plugin | Absolutely Glamorous Custom Admin |
Version | 1.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.3.4 to 1.3.5
- plugin.php +3 -3
- readme.txt +13 -6
plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: AG Custom Admin
|
|
4 |
Plugin URI: http://agca.argonius.com/ag-custom-admin/category/ag_custom_admin
|
5 |
Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
|
6 |
Author: Argonius
|
7 |
-
Version: 1.3.
|
8 |
Author URI: http://www.argonius.com/
|
9 |
|
10 |
Copyright 2014. Argonius (email : info@argonius.com)
|
@@ -56,7 +56,7 @@ class AGCA{
|
|
56 |
/*Initialize properties*/
|
57 |
$this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
|
58 |
//fb($this->colorizer);
|
59 |
-
$this->agca_version = "1.3.
|
60 |
|
61 |
/*upload images programmaticaly*/
|
62 |
//TODO upload with AJAX one by one, use post data to send urls one by one
|
@@ -995,7 +995,7 @@ class AGCA{
|
|
995 |
var parts = alltext.split(',');
|
996 |
alltext = "<?php echo get_option('agca_howdy'); ?>" + ", " + parts[1];
|
997 |
}
|
998 |
-
jQuery("li#wp-admin-bar-my-account").html("<a href=\"#\">"+alltext+"</a>");
|
999 |
}else if(isWPHigherOrEqualThan("3.3")){
|
1000 |
var alltext="";
|
1001 |
alltext="";
|
4 |
Plugin URI: http://agca.argonius.com/ag-custom-admin/category/ag_custom_admin
|
5 |
Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
|
6 |
Author: Argonius
|
7 |
+
Version: 1.3.5
|
8 |
Author URI: http://www.argonius.com/
|
9 |
|
10 |
Copyright 2014. Argonius (email : info@argonius.com)
|
56 |
/*Initialize properties*/
|
57 |
$this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
|
58 |
//fb($this->colorizer);
|
59 |
+
$this->agca_version = "1.3.5";
|
60 |
|
61 |
/*upload images programmaticaly*/
|
62 |
//TODO upload with AJAX one by one, use post data to send urls one by one
|
995 |
var parts = alltext.split(',');
|
996 |
alltext = "<?php echo get_option('agca_howdy'); ?>" + ", " + parts[1];
|
997 |
}
|
998 |
+
jQuery("li#wp-admin-bar-my-account").html("<a href=\"#\" class=\"ab-item\">"+alltext+"</a>");
|
999 |
}else if(isWPHigherOrEqualThan("3.3")){
|
1000 |
var alltext="";
|
1001 |
alltext="";
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: argonius
|
|
3 |
Donate link: http://agca.argonius.com/ag-custom-admin/support-for-future-development
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -145,6 +145,10 @@ Plugin should be always up-to-date with latest WordPress release. If you have fo
|
|
145 |
|
146 |
== Changelog ==
|
147 |
|
|
|
|
|
|
|
|
|
148 |
= 1.3.4 =
|
149 |
* Fixed add_filter undefined function error
|
150 |
* Better exception handling
|
@@ -367,21 +371,24 @@ Plugin should be always up-to-date with latest WordPress release. If you have fo
|
|
367 |
|
368 |
== Upgrade Notice ==
|
369 |
|
|
|
|
|
|
|
370 |
|
371 |
= 1.3.4 =
|
372 |
-
Bug fixes. Better error handling.
|
373 |
|
374 |
= 1.3.3 =
|
375 |
* Fixed compatibility issues with MailPoet plugin
|
376 |
|
377 |
= 1.3.2 =
|
378 |
-
Bug fixes
|
379 |
|
380 |
= 1.3.1 =
|
381 |
-
Introducing AG Custom Admin Themes
|
382 |
|
383 |
= 1.3 =
|
384 |
-
Introducing AG Custom Admin Themes
|
385 |
|
386 |
= 1.2.8 =
|
387 |
* Fixed PHP errors in DEBUG mode
|
3 |
Donate link: http://agca.argonius.com/ag-custom-admin/support-for-future-development
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.9
|
7 |
+
Stable tag: 1.3.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
145 |
|
146 |
== Changelog ==
|
147 |
|
148 |
+
= 1.3.5 =
|
149 |
+
* Prepared for WordPress 3.9
|
150 |
+
* Fixed style for custom Howdy name
|
151 |
+
|
152 |
= 1.3.4 =
|
153 |
* Fixed add_filter undefined function error
|
154 |
* Better exception handling
|
371 |
|
372 |
== Upgrade Notice ==
|
373 |
|
374 |
+
= 1.3.5 =
|
375 |
+
* Prepared for WordPress 3.9
|
376 |
+
* Fixed style for custom Howdy name
|
377 |
|
378 |
= 1.3.4 =
|
379 |
+
* Bug fixes. Better error handling.
|
380 |
|
381 |
= 1.3.3 =
|
382 |
* Fixed compatibility issues with MailPoet plugin
|
383 |
|
384 |
= 1.3.2 =
|
385 |
+
* Bug fixes
|
386 |
|
387 |
= 1.3.1 =
|
388 |
+
* Introducing AG Custom Admin Themes
|
389 |
|
390 |
= 1.3 =
|
391 |
+
* Introducing AG Custom Admin Themes
|
392 |
|
393 |
= 1.2.8 =
|
394 |
* Fixed PHP errors in DEBUG mode
|