Version Description
- Fixed Log Out button issue
Download this release
Release Info
Developer | cusmin |
Plugin | Absolutely Glamorous Custom Admin |
Version | 6.1 |
Comparing to | |
See all releases |
Code changes from version 6.0.1 to 6.1
- plugin.php +3 -3
- readme.txt +10 -6
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.
|
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.
|
77 |
|
78 |
//TODO:upload images programmatically
|
79 |
}
|
@@ -1109,7 +1109,7 @@ class AGCA{
|
|
1109 |
<?php
|
1110 |
$agca_logout_text = ((get_option('agca_logout')=="")?__("Log Out", 'ag-custom-admin'):get_option('agca_logout'));
|
1111 |
?>
|
1112 |
-
jQuery("#wpbody-content").prepend('<a href="
|
1113 |
|
1114 |
|
1115 |
<?php } ?>
|
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.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.1";
|
77 |
|
78 |
//TODO:upload images programmatically
|
79 |
}
|
1109 |
<?php
|
1110 |
$agca_logout_text = ((get_option('agca_logout')=="")?__("Log Out", 'ag-custom-admin'):get_option('agca_logout'));
|
1111 |
?>
|
1112 |
+
jQuery("#wpbody-content").prepend('<a href="<?php echo wp_logout_url(); ?>" tabindex="10" style="float:right;margin-right:20px" class="ab-item agca_logout_button"><?php echo $agca_logout_text; ?></a>');
|
1113 |
|
1114 |
|
1115 |
<?php } ?>
|
readme.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
=== Absolutely Glamorous Custom Admin ===
|
2 |
-
Contributors: cusmin
|
3 |
-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&item_name=Support+for+
|
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.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
11 |
-
All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar
|
12 |
|
13 |
== Description ==
|
14 |
With this plugin you can easily customize WordPress **admin panel**, **login page**, **admin menu**, **admin bar** etc. in tiny details and apply free responsive and commercial **admin themes**.
|
@@ -101,8 +101,6 @@ With this plugin you can easily customize WordPress **admin panel**, **login pag
|
|
101 |
= Contact =
|
102 |
If you are unable to login or you have any other problems, please check our [FAQ](http://wordpress.org/extend/plugins/ag-custom-admin/faq/) and [SUPPORT](http://wordpress.org/support/plugin/ag-custom-admin) page.
|
103 |
|
104 |
-
For more information about the plugin please check [OFFICIAL PLUGIN'S SITE](http://wordpressadminpanel.com/ag-custom-admin/) <br>For more information about admin themes please check [THEMES SITE](http://wordpressadminpanel.com/themes/home)
|
105 |
-
|
106 |
== Installation ==
|
107 |
|
108 |
1. Upload `ag-custom-admin` directory to the `/wp-content/plugins/` directory
|
@@ -147,6 +145,9 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
147 |
|
148 |
== Change Log ==
|
149 |
|
|
|
|
|
|
|
150 |
= 6.0.1 =
|
151 |
* Bug fixes.
|
152 |
|
@@ -532,6 +533,9 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
532 |
|
533 |
== Upgrade Notice ==
|
534 |
|
|
|
|
|
|
|
535 |
= 6.0.1 =
|
536 |
* Bug fixes
|
537 |
|
1 |
=== Absolutely Glamorous Custom Admin ===
|
2 |
+
Contributors: cusmin
|
3 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&item_name=Support+for+AGCA+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: 4.9.1
|
7 |
+
Stable tag: 6.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
11 |
+
All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar, add custom scripts and more.
|
12 |
|
13 |
== Description ==
|
14 |
With this plugin you can easily customize WordPress **admin panel**, **login page**, **admin menu**, **admin bar** etc. in tiny details and apply free responsive and commercial **admin themes**.
|
101 |
= Contact =
|
102 |
If you are unable to login or you have any other problems, please check our [FAQ](http://wordpress.org/extend/plugins/ag-custom-admin/faq/) and [SUPPORT](http://wordpress.org/support/plugin/ag-custom-admin) page.
|
103 |
|
|
|
|
|
104 |
== Installation ==
|
105 |
|
106 |
1. Upload `ag-custom-admin` directory to the `/wp-content/plugins/` directory
|
145 |
|
146 |
== Change Log ==
|
147 |
|
148 |
+
= 6.1 =
|
149 |
+
* Fixed Log Out button issue
|
150 |
+
|
151 |
= 6.0.1 =
|
152 |
* Bug fixes.
|
153 |
|
533 |
|
534 |
== Upgrade Notice ==
|
535 |
|
536 |
+
= 6.1 =
|
537 |
+
* Fixed Log Out button issue
|
538 |
+
|
539 |
= 6.0.1 =
|
540 |
* Bug fixes
|
541 |
|