Version Description
- Compatibility w/ 5.1.1
Download this release
Release Info
Developer | cusmin |
Plugin | Absolutely Glamorous Custom Admin |
Version | 6.5.2 |
Comparing to | |
See all releases |
Code changes from version 6.5.1 to 6.5.2
- plugin.php +3 -3
- readme.txt +7 -1
plugin.php
CHANGED
@@ -4,13 +4,13 @@ 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.5.
|
8 |
Text Domain: ag-custom-admin
|
9 |
Domain Path: /languages
|
10 |
Author URI: https://cusmin.com
|
11 |
|
12 |
Copyright 2017. WAP (email : info@wordpressadminpanel.com)
|
13 |
-
|
14 |
This program is free software: you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License as published by
|
16 |
the Free Software Foundation, either version 3 of the License, or
|
@@ -75,7 +75,7 @@ class AGCA{
|
|
75 |
/*Initialize properties*/
|
76 |
$this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
|
77 |
|
78 |
-
$this->agca_version = "6.5.
|
79 |
}
|
80 |
|
81 |
function load_plugin_textdomain() {
|
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.5.2
|
8 |
Text Domain: ag-custom-admin
|
9 |
Domain Path: /languages
|
10 |
Author URI: https://cusmin.com
|
11 |
|
12 |
Copyright 2017. WAP (email : info@wordpressadminpanel.com)
|
13 |
+
|
14 |
This program is free software: you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License as published by
|
16 |
the Free Software Foundation, either version 3 of the License, or
|
75 |
/*Initialize properties*/
|
76 |
$this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
|
77 |
|
78 |
+
$this->agca_version = "6.5.2";
|
79 |
}
|
80 |
|
81 |
function load_plugin_textdomain() {
|
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: 5.1.1
|
7 |
-
Stable tag: 6.5.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
@@ -148,6 +148,9 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
148 |
|
149 |
== Change Log ==
|
150 |
|
|
|
|
|
|
|
151 |
= 6.5.1 =
|
152 |
* Compatibility w/ 5.1
|
153 |
|
@@ -554,6 +557,9 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
554 |
|
555 |
== Upgrade Notice ==
|
556 |
|
|
|
|
|
|
|
557 |
= 6.5.1 =
|
558 |
* Compatibility w/ 5.1
|
559 |
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.1.1
|
7 |
+
Stable tag: 6.5.2
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
148 |
|
149 |
== Change Log ==
|
150 |
|
151 |
+
= 6.5.2 =
|
152 |
+
* Compatibility w/ 5.1.1
|
153 |
+
|
154 |
= 6.5.1 =
|
155 |
* Compatibility w/ 5.1
|
156 |
|
557 |
|
558 |
== Upgrade Notice ==
|
559 |
|
560 |
+
= 6.5.2 =
|
561 |
+
* Compatibility w/ 5.1.1
|
562 |
+
|
563 |
= 6.5.1 =
|
564 |
* Compatibility w/ 5.1
|
565 |
|