Version Description
- WordPress 6.0 compatibility
- Fixed issue with New menu item in admin bar
- Fixed issues with dependable fields
Download this release
Release Info
Developer | cusmin |
Plugin | Absolutely Glamorous Custom Admin |
Version | 7.1 |
Comparing to | |
See all releases |
Code changes from version 7.0.2 to 7.1
- plugin.php +8 -8
- readme.txt +10 -2
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.
|
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.
|
32 |
private $colorizer = "";
|
33 |
private $agca_debug = false;
|
34 |
private $admin_capabilities;
|
@@ -1929,7 +1929,7 @@ class AGCA{
|
|
1929 |
}
|
1930 |
|
1931 |
function pluginUrl(){
|
1932 |
-
return trailingslashit(
|
1933 |
}
|
1934 |
|
1935 |
function agca_admin_page() {
|
@@ -2109,7 +2109,7 @@ class AGCA{
|
|
2109 |
'title'=>__('Hides the admin bar completely from the admin panel', 'ag-custom-admin'),
|
2110 |
'name'=>'agca_header',
|
2111 |
'label'=>__('<strong>Hide Admin bar</strong>', 'ag-custom-admin'),
|
2112 |
-
'input-attributes'=>'data-dependant
|
2113 |
'input-class'=>'has-dependant',
|
2114 |
));
|
2115 |
|
@@ -2213,7 +2213,7 @@ class AGCA{
|
|
2213 |
'title'=>__('Hides <b>+ New</b> block and its context menu from admin bar', 'ag-custom-admin'),
|
2214 |
'name'=>'agca_admin_bar_new_content',
|
2215 |
'label'=>__('Hide <b>+ New</b> block', 'ag-custom-admin'),
|
2216 |
-
'input-attributes'=>'data-dependant
|
2217 |
'input-class'=>'has-dependant dependant-opposite'
|
2218 |
));
|
2219 |
|
@@ -2510,7 +2510,7 @@ class AGCA{
|
|
2510 |
'name'=>'agca_login_round_box',
|
2511 |
'label'=>'Round box corners',
|
2512 |
'input-class'=>'has-dependant',
|
2513 |
-
'input-attributes'=>'data-dependant
|
2514 |
));
|
2515 |
|
2516 |
$this->print_input(array(
|
@@ -2543,7 +2543,7 @@ class AGCA{
|
|
2543 |
'name'=>'agca_login_register_remove',
|
2544 |
'label'=>__('Hide "Register" link', 'ag-custom-admin'),
|
2545 |
'input-class'=>'has-dependant dependant-opposite',
|
2546 |
-
'input-attributes'=>'data-dependant
|
2547 |
));
|
2548 |
|
2549 |
$this->print_input(array(
|
@@ -2696,7 +2696,7 @@ class AGCA{
|
|
2696 |
'title'=>__('Rounds submenu pop-up box', 'ag-custom-admin'),
|
2697 |
'name'=>'agca_admin_menu_submenu_round',
|
2698 |
'label'=>__('Round sub-menu pop-up box', 'ag-custom-admin'),
|
2699 |
-
'input-attributes'=>'data-dependant
|
2700 |
'input-class'=>'has-dependant',
|
2701 |
));
|
2702 |
|
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 |
$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;
|
1929 |
}
|
1930 |
|
1931 |
function pluginUrl(){
|
1932 |
+
return trailingslashit(plugin_dir_url( __FILE__ ));
|
1933 |
}
|
1934 |
|
1935 |
function agca_admin_page() {
|
2109 |
'title'=>__('Hides the admin bar completely from the admin panel', 'ag-custom-admin'),
|
2110 |
'name'=>'agca_header',
|
2111 |
'label'=>__('<strong>Hide Admin bar</strong>', 'ag-custom-admin'),
|
2112 |
+
'input-attributes'=>'data-dependant=\'#agca_header_show_logout_content\'',
|
2113 |
'input-class'=>'has-dependant',
|
2114 |
));
|
2115 |
|
2213 |
'title'=>__('Hides <b>+ New</b> block and its context menu from admin bar', 'ag-custom-admin'),
|
2214 |
'name'=>'agca_admin_bar_new_content',
|
2215 |
'label'=>__('Hide <b>+ New</b> block', 'ag-custom-admin'),
|
2216 |
+
'input-attributes'=>'data-dependant=\'.new_content_header_submenu\'',
|
2217 |
'input-class'=>'has-dependant dependant-opposite'
|
2218 |
));
|
2219 |
|
2510 |
'name'=>'agca_login_round_box',
|
2511 |
'label'=>'Round box corners',
|
2512 |
'input-class'=>'has-dependant',
|
2513 |
+
'input-attributes'=>'data-dependant=\'#agca_login_round_box_size_block, #agca_login_round_box_skip_logo\''
|
2514 |
));
|
2515 |
|
2516 |
$this->print_input(array(
|
2543 |
'name'=>'agca_login_register_remove',
|
2544 |
'label'=>__('Hide "Register" link', 'ag-custom-admin'),
|
2545 |
'input-class'=>'has-dependant dependant-opposite',
|
2546 |
+
'input-attributes'=>'data-dependant=\'#agca_login_register_href_block\''
|
2547 |
));
|
2548 |
|
2549 |
$this->print_input(array(
|
2696 |
'title'=>__('Rounds submenu pop-up box', 'ag-custom-admin'),
|
2697 |
'name'=>'agca_admin_menu_submenu_round',
|
2698 |
'label'=>__('Round sub-menu pop-up box', 'ag-custom-admin'),
|
2699 |
+
'input-attributes'=>'data-dependant=\'#agca_admin_menu_submenu_round_size\'',
|
2700 |
'input-class'=>'has-dependant',
|
2701 |
));
|
2702 |
|
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:
|
7 |
-
Stable tag: 7.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
@@ -159,6 +159,11 @@ If you have the latest WordPress and plugin versions, and you still experience s
|
|
159 |
|
160 |
== Change Log ==
|
161 |
|
|
|
|
|
|
|
|
|
|
|
162 |
= 7.0.2 =
|
163 |
* Fixed compatibility issues with page builders
|
164 |
* Fixed warnings for AGCA script inclusion
|
@@ -180,5 +185,8 @@ If you have the latest WordPress and plugin versions, and you still experience s
|
|
180 |
|
181 |
== Upgrade Notice ==
|
182 |
|
|
|
|
|
|
|
183 |
= 7.0.2 =
|
184 |
* Fixed compatibility issues with page builders. Fixed warning messages.
|
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 |
|
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
|
185 |
|
186 |
== Upgrade Notice ==
|
187 |
|
188 |
+
= 7.1 =
|
189 |
+
* WordPress 6.0 compatibility
|
190 |
+
|
191 |
= 7.0.2 =
|
192 |
* Fixed compatibility issues with page builders. Fixed warning messages.
|