Version Description
- Bug fixes.
Download this release
Release Info
Developer | cusmin |
Plugin | Absolutely Glamorous Custom Admin |
Version | 6.0.1 |
Comparing to | |
See all releases |
Code changes from version 6.0 to 6.0.1
- images/btn_donate_LG.gif +0 -0
- images/donate-btn.png +0 -0
- plugin.php +2 -2
- readme.txt +7 -1
images/btn_donate_LG.gif
DELETED
Binary file
|
images/donate-btn.png
ADDED
Binary file
|
plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Absolutely Glamorous Custom Admin
|
|
4 |
Plugin URI: https://wordpressadminpanel.com/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: Cusmin
|
7 |
-
Version: 6.0
|
8 |
Text Domain: ag-custom-admin
|
9 |
Domain Path: /languages
|
10 |
Author URI: https://cusmin.com
|
@@ -73,7 +73,7 @@ class AGCA{
|
|
73 |
/*Initialize properties*/
|
74 |
$this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
|
75 |
|
76 |
-
$this->agca_version = "6.0";
|
77 |
|
78 |
//TODO:upload images programmatically
|
79 |
}
|
4 |
Plugin URI: https://wordpressadminpanel.com/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: Cusmin
|
7 |
+
Version: 6.0.1
|
8 |
Text Domain: ag-custom-admin
|
9 |
Domain Path: /languages
|
10 |
Author URI: https://cusmin.com
|
73 |
/*Initialize properties*/
|
74 |
$this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
|
75 |
|
76 |
+
$this->agca_version = "6.0.1";
|
77 |
|
78 |
//TODO:upload images programmatically
|
79 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cus
|
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.1
|
7 |
-
Stable tag: 6.0
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
@@ -147,6 +147,9 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
147 |
|
148 |
== Change Log ==
|
149 |
|
|
|
|
|
|
|
150 |
= 6.0 =
|
151 |
* AGCA Re-branding
|
152 |
* Added support for shortcodes in custom dashboard content
|
@@ -529,6 +532,9 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
529 |
|
530 |
== Upgrade Notice ==
|
531 |
|
|
|
|
|
|
|
532 |
= 6.0 =
|
533 |
* AGCA Re-branding and improvements
|
534 |
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.1
|
7 |
+
Stable tag: 6.0.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
147 |
|
148 |
== Change Log ==
|
149 |
|
150 |
+
= 6.0.1 =
|
151 |
+
* Bug fixes.
|
152 |
+
|
153 |
= 6.0 =
|
154 |
* AGCA Re-branding
|
155 |
* Added support for shortcodes in custom dashboard content
|
532 |
|
533 |
== Upgrade Notice ==
|
534 |
|
535 |
+
= 6.0.1 =
|
536 |
+
* Bug fixes
|
537 |
+
|
538 |
= 6.0 =
|
539 |
* AGCA Re-branding and improvements
|
540 |
|