Absolutely Glamorous Custom Admin - Version 7.1.1

Version Description

  • Compatibility with WordPress 6.1
Download this release

Release Info

Developer cusmin
Plugin Icon 128x128 Absolutely Glamorous Custom Admin
Version 7.1.1
Comparing to
See all releases

Code changes from version 7.1 to 7.1.1

Files changed (3) hide show
  1. changelog.txt +3 -0
  2. plugin.php +2 -2
  3. readme.txt +8 -19
changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  == Change Log ==
2
 
 
 
 
3
  = 7.0.2 =
4
  * Fixed compatibility issues with page builders
5
  * Fixed warnings for AGCA script inclusion
1
  == Change Log ==
2
 
3
+ = 7.1 =
4
+ * WordPress 6.0 compatibility
5
+
6
  = 7.0.2 =
7
  * Fixed compatibility issues with page builders
8
  * Fixed warnings for AGCA script inclusion
plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Custom Dashboard & Login Page - AGCA
4
  Plugin URI: https://cusmin.com/agca
5
  Description: CHANGE: admin menu, login page, admin bar, dashboard widgets, custom colors, custom CSS & JS, logo & images
6
  Author: Cusmin
7
- Version: 7.1
8
  Text Domain: ag-custom-admin
9
  Domain Path: /languages
10
  Author URI: https://cusmin.com/
@@ -28,7 +28,7 @@ Author URI: https://cusmin.com/
28
  $agca = new AGCA();
29
 
30
  class AGCA{
31
- private $agca_version = "7.1";
32
  private $colorizer = "";
33
  private $agca_debug = false;
34
  private $admin_capabilities;
4
  Plugin URI: https://cusmin.com/agca
5
  Description: CHANGE: admin menu, login page, admin bar, dashboard widgets, custom colors, custom CSS & JS, logo & images
6
  Author: Cusmin
7
+ Version: 7.1.1
8
  Text Domain: ag-custom-admin
9
  Domain Path: /languages
10
  Author URI: https://cusmin.com/
28
  $agca = new AGCA();
29
 
30
  class AGCA{
31
+ private $agca_version = "7.1.1";
32
  private $colorizer = "";
33
  private $agca_debug = false;
34
  private $admin_capabilities;
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: cusmin
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&amount=10&item_name=Support+for+AGCA+Development
4
  Tags: customize dashboard, hide admin bar, customize admin menu, customize login page, hide widgets, admin menu, dashboard, edit admin menu, admin bar, login page, widgets, customize admin
5
  Requires at least: 3.0
6
- Tested up to: 6.0
7
- Stable tag: 7.1
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
@@ -159,32 +159,21 @@ If you have the latest WordPress and plugin versions, and you still experience s
159
 
160
  == Change Log ==
161
 
 
 
 
162
  = 7.1 =
163
  * WordPress 6.0 compatibility
164
  * Fixed issue with New menu item in admin bar
165
  * Fixed issues with dependable fields
166
 
167
- = 7.0.2 =
168
- * Fixed compatibility issues with page builders
169
- * Fixed warnings for AGCA script inclusion
170
-
171
- = 7.0.1 =
172
- * Tested up to PHP 8.1
173
- * Fixed HTML escaping issue for site title in admin bar
174
- * Fixed issue of not displaying admin bar customizations on front-end
175
- * Added compatibility support for Ninja Tables plugin
176
-
177
- = 7.0 =
178
- * Improved security
179
- * Code cleanup
180
- * Removed farbtastic scripts
181
- * Properly using enqueue for scripts and dependencies
182
- * Small changes on General fields, better naming AGCA administrators > AGCA safe users
183
-
184
  [SEE ALL LOGS](https://plugins.svn.wordpress.org/ag-custom-admin/trunk/changelog.txt)
185
 
186
  == Upgrade Notice ==
187
 
 
 
 
188
  = 7.1 =
189
  * WordPress 6.0 compatibility
190
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&amount=10&item_name=Support+for+AGCA+Development
4
  Tags: customize dashboard, hide admin bar, customize admin menu, customize login page, hide widgets, admin menu, dashboard, edit admin menu, admin bar, login page, widgets, customize admin
5
  Requires at least: 3.0
6
+ Tested up to: 6.1
7
+ Stable tag: 7.1.1
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
159
 
160
  == Change Log ==
161
 
162
+ = 7.1.1 =
163
+ * Compatibility with WordPress 6.1
164
+
165
  = 7.1 =
166
  * WordPress 6.0 compatibility
167
  * Fixed issue with New menu item in admin bar
168
  * Fixed issues with dependable fields
169
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  [SEE ALL LOGS](https://plugins.svn.wordpress.org/ag-custom-admin/trunk/changelog.txt)
171
 
172
  == Upgrade Notice ==
173
 
174
+ = 7.1.1 =
175
+ * Compatibility with WordPress 6.1
176
+
177
  = 7.1 =
178
  * WordPress 6.0 compatibility
179