Absolutely Glamorous Custom Admin - Version 6.7.2

Version Description

  • Fixed AGCA styling on plugins page
Download this release

Release Info

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

Code changes from version 6.7.1 to 6.7.2

Files changed (3) hide show
  1. plugin.php +2 -2
  2. readme.txt +9 -1
  3. style/ag_style.css +24 -2
plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Absolutely Glamorous Custom Admin
4
  Plugin URI: https://cusmin.com/agca
5
  Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar and much more.
6
  Author: Cusmin
7
- Version: 6.7.1
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.7.1";
77
  }
78
 
79
  function load_plugin_textdomain() {
4
  Plugin URI: https://cusmin.com/agca
5
  Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar and much more.
6
  Author: Cusmin
7
+ Version: 6.7.2
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.7.2";
77
  }
78
 
79
  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, admin bar, login page, admin menu, colors
5
  Requires at least: 3.0
6
  Tested up to: 5.7
7
- Stable tag: 6.7.1
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
@@ -145,6 +145,9 @@ If you have the latest WordPress and plugin versions and you still experience so
145
 
146
  == Change Log ==
147
 
 
 
 
148
  = 6.7.1 =
149
  * Removed support for AGCA themes
150
  * Added option to remove **Site Health** dashboard widget
@@ -590,6 +593,11 @@ If you have the latest WordPress and plugin versions and you still experience so
590
 
591
  == Upgrade Notice ==
592
 
 
 
 
 
 
593
  = 6.7.1 =
594
  * Removed support for AGCA themes. If you're using old AGCA themes, please don't upgrade AGCA.
595
  * Cleanup and improvements
4
  Tags: admin, customize, hide, change admin, admin bar, login page, admin menu, colors
5
  Requires at least: 3.0
6
  Tested up to: 5.7
7
+ Stable tag: 6.7.2
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
145
 
146
  == Change Log ==
147
 
148
+ = 6.7.2 =
149
+ * Fixed AGCA styling on plugins page
150
+
151
  = 6.7.1 =
152
  * Removed support for AGCA themes
153
  * Added option to remove **Site Health** dashboard widget
593
 
594
  == Upgrade Notice ==
595
 
596
+ = 6.7.2 =
597
+ * Removed support for AGCA themes. If you're using old AGCA themes, please don't upgrade AGCA.
598
+ * Cleanup and improvements
599
+ * Fixed AGCA styling on plugins page
600
+
601
  = 6.7.1 =
602
  * Removed support for AGCA themes. If you're using old AGCA themes, please don't upgrade AGCA.
603
  * Cleanup and improvements
style/ag_style.css CHANGED
@@ -1098,12 +1098,12 @@ td.ag_admin_menu_parent:hover {
1098
  display: inline-block;
1099
  }
1100
 
1101
- .plugins-php .wp-list-table.plugins tr[data-slug=ag-custom-admin].active td a:hover{
1102
  transform: scale(1.3);
1103
  }
1104
 
1105
  .plugins-php .wp-list-table.plugins tr[data-slug=ag-custom-admin].active td.column-description a:hover{
1106
- transform: scaleY(1.1) scaleX(1);
1107
  letter-spacing: 0.1em;
1108
  border-bottom: 3px solid;
1109
  padding-bottom: 3px;
@@ -1143,4 +1143,26 @@ td.ag_admin_menu_parent:hover {
1143
  }
1144
  .plugins-php .wp-list-table.plugins tr[data-slug=ag-custom-admin].active .plugin-version-author-uri a:last-child:hover:after {
1145
  opacity: 1;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1146
  }
1098
  display: inline-block;
1099
  }
1100
 
1101
+ .plugins-php .wp-list-table.plugins tr[data-slug=ag-custom-admin].active:not(#ag-custom-admin-update) td a:hover{
1102
  transform: scale(1.3);
1103
  }
1104
 
1105
  .plugins-php .wp-list-table.plugins tr[data-slug=ag-custom-admin].active td.column-description a:hover{
1106
+ transform: scaleY(1.1) scaleX(1) !important;
1107
  letter-spacing: 0.1em;
1108
  border-bottom: 3px solid;
1109
  padding-bottom: 3px;
1143
  }
1144
  .plugins-php .wp-list-table.plugins tr[data-slug=ag-custom-admin].active .plugin-version-author-uri a:last-child:hover:after {
1145
  opacity: 1;
1146
+ }
1147
+
1148
+
1149
+ .plugins-php #ag-custom-admin-update {
1150
+ box-shadow: none;
1151
+ }
1152
+ .plugins-php #ag-custom-admin-update td{
1153
+ border-left-color: #fff;
1154
+ }
1155
+ .plugins-php #ag-custom-admin-update .notice,
1156
+ .plugins-php #ag-custom-admin-update .update-message{
1157
+ margin-top: 14px;
1158
+ background: rgba(255,255,255, 0.5);
1159
+ border-left-color: #fff;
1160
+ text-shadow: none;
1161
+ }
1162
+ .plugins-php #ag-custom-admin-update .notice p {
1163
+ font-weight: bold;
1164
+ }
1165
+ .plugins-php #ag-custom-admin-update .notice p:before,
1166
+ .plugins-php #ag-custom-admin-update .update-message p:before {
1167
+ color: #fff;
1168
  }