Version Description
- WordPress 5.8 ready
- Fixing responsive issues
- Fixed low security issue reported
Download this release
Release Info
Developer | cusmin |
Plugin | Absolutely Glamorous Custom Admin |
Version | 6.8.1 |
Comparing to | |
See all releases |
Code changes from version 6.8 to 6.8.1
- .gitignore +2 -1
- ag-custom-admin.html +8 -8
- codeception.yml +0 -34
- languages/ag-custom-admin-hr.po +2 -2
- plugin.php +10 -8
- readme.txt +18 -7
- style/ag_style.css +28 -1
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
/vendor
|
2 |
-
tests/_output/*
|
|
1 |
/vendor
|
2 |
+
tests/_output/*
|
3 |
+
codeception.yml
|
ag-custom-admin.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<html>
|
2 |
<head><title>WordPress Admin - Absolutely Glamorous Custom Admin Plugin</title></head>
|
3 |
<body>
|
4 |
-
<h1><a href="
|
5 |
<p>Absolutely Glamorous Custom Admin is plugin for WordPress that can be used for WordPress admin panel customizations. There are dozens of options available for customizations:</p>
|
6 |
<h2>Admin Bar Options</h2>
|
7 |
<ul>
|
@@ -79,13 +79,13 @@
|
|
79 |
<li>Add custom JavaScript</li>
|
80 |
<li>Export/import customization settings</li>
|
81 |
</ul>
|
82 |
-
|
83 |
-
<h1><a href="https://cusmin.com">
|
84 |
-
<p>If you need even more features and premium support, you can upgrade to <a href="https://cusmin.com">Cusmin</a> - premium
|
85 |
-
|
86 |
-
<h1><a href="https://cusmin.com/
|
87 |
-
<p>Feel free
|
88 |
<p>Happy blogging!</p>
|
89 |
-
|
90 |
</body>
|
91 |
</html>
|
1 |
<html>
|
2 |
<head><title>WordPress Admin - Absolutely Glamorous Custom Admin Plugin</title></head>
|
3 |
<body>
|
4 |
+
<h1><a href="https://wordpress.org/plugins/ag-custom-admin/">What is Absolutely Glamorous Custom Admin?</a></h1>
|
5 |
<p>Absolutely Glamorous Custom Admin is plugin for WordPress that can be used for WordPress admin panel customizations. There are dozens of options available for customizations:</p>
|
6 |
<h2>Admin Bar Options</h2>
|
7 |
<ul>
|
79 |
<li>Add custom JavaScript</li>
|
80 |
<li>Export/import customization settings</li>
|
81 |
</ul>
|
82 |
+
<br/>
|
83 |
+
<h1><a href="https://cusmin.com/blog/customize-wordpress-admin-dashboard-with-cusmin">Customize WordPress admin dashboard with Cusmin</a></h1>
|
84 |
+
<p>If you need even more features and premium support, you can upgrade to <a href="https://cusmin.com/">Cusmin</a> - a premium plugin for advanced WordPress admin panel customization.</p>
|
85 |
+
<br/>
|
86 |
+
<h1><a href="https://cusmin.com/contact">Support for WordPress Customization</a></h1>
|
87 |
+
<p>Feel free contact us in case you have found any issues with your AGCA plugin.</p>
|
88 |
<p>Happy blogging!</p>
|
89 |
+
<br/>
|
90 |
</body>
|
91 |
</html>
|
codeception.yml
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
actor: Tester
|
2 |
-
paths:
|
3 |
-
tests: tests
|
4 |
-
log: tests/_output
|
5 |
-
data: tests/_data
|
6 |
-
support: tests/_support
|
7 |
-
envs: tests/_envs
|
8 |
-
settings:
|
9 |
-
bootstrap: _bootstrap.php
|
10 |
-
colors: true
|
11 |
-
memory_limit: 1024M
|
12 |
-
extensions:
|
13 |
-
enabled:
|
14 |
-
- Codeception\Extension\RunFailed
|
15 |
-
modules:
|
16 |
-
enabled: [Filesystem, Asserts]
|
17 |
-
config:
|
18 |
-
WebDriver: #run: phantomjs --webdriver=4444
|
19 |
-
url: 'http://wp47.dev/'
|
20 |
-
browser: phantomjs
|
21 |
-
window_size: 1024x768
|
22 |
-
debug: true
|
23 |
-
capabilities:
|
24 |
-
webStorageEnabled: true
|
25 |
-
PhpBrowser:
|
26 |
-
url: http://wp47.dev
|
27 |
-
Db:
|
28 |
-
dsn: 'mysql:host=localhost;dbname=wp47'
|
29 |
-
user: 'homestead'
|
30 |
-
password: 'secret'
|
31 |
-
dump: 'tests/_data/dump.sql'
|
32 |
-
populate: true
|
33 |
-
cleanup: false
|
34 |
-
reconnect: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/ag-custom-admin-hr.po
CHANGED
@@ -1292,5 +1292,5 @@ msgid "WAP"
|
|
1292 |
msgstr "WAP"
|
1293 |
|
1294 |
#. Author URI of the plugin/theme
|
1295 |
-
msgid "https://cusmin.com"
|
1296 |
-
msgstr "https://cusmin.com"
|
1292 |
msgstr "WAP"
|
1293 |
|
1294 |
#. Author URI of the plugin/theme
|
1295 |
+
msgid "https://cusmin.com/"
|
1296 |
+
msgstr "https://cusmin.com/"
|
plugin.php
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
/*
|
3 |
Plugin Name: Absolutely Glamorous Custom Admin
|
4 |
Plugin URI: https://cusmin.com/agca
|
5 |
-
Description: All-in-one
|
6 |
Author: Cusmin
|
7 |
-
Version: 6.8
|
8 |
Text Domain: ag-custom-admin
|
9 |
Domain Path: /languages
|
10 |
-
Author URI: https://cusmin.com
|
11 |
|
12 |
Copyright 2021. Cusmin (email : info@cusmin.com)
|
13 |
|
@@ -28,7 +28,7 @@ Author URI: https://cusmin.com
|
|
28 |
$agca = new AGCA();
|
29 |
|
30 |
class AGCA{
|
31 |
-
private $agca_version = "6.8";
|
32 |
private $colorizer="";
|
33 |
private $agca_debug = false;
|
34 |
private $admin_capabilities;
|
@@ -1892,10 +1892,12 @@ class AGCA{
|
|
1892 |
|
1893 |
<?php //includes ?>
|
1894 |
<div class="wrap">
|
1895 |
-
<
|
1896 |
-
|
1897 |
-
<div
|
1898 |
-
|
|
|
|
|
1899 |
</div>
|
1900 |
<div id="agca_error_placeholder"></div>
|
1901 |
<div id="agca_news"> </div><br />
|
2 |
/*
|
3 |
Plugin Name: Absolutely Glamorous Custom Admin
|
4 |
Plugin URI: https://cusmin.com/agca
|
5 |
+
Description: All-in-one plugin for WordPress dashboard customization. Change almost everything: admin menu, dashboard, login page, admin bar and much more.
|
6 |
Author: Cusmin
|
7 |
+
Version: 6.8.1
|
8 |
Text Domain: ag-custom-admin
|
9 |
Domain Path: /languages
|
10 |
+
Author URI: https://cusmin.com/
|
11 |
|
12 |
Copyright 2021. Cusmin (email : info@cusmin.com)
|
13 |
|
28 |
$agca = new AGCA();
|
29 |
|
30 |
class AGCA{
|
31 |
+
private $agca_version = "6.8.1";
|
32 |
private $colorizer="";
|
33 |
private $agca_debug = false;
|
34 |
private $admin_capabilities;
|
1892 |
|
1893 |
<?php //includes ?>
|
1894 |
<div class="wrap">
|
1895 |
+
<div id="agca-header">
|
1896 |
+
<h1 id="agca-title"><img src="<?php echo plugins_url( 'images/agca-logo.svg', __FILE__ ) ?>" /><span class="title">absolutely glamorous custom admin</span> <span class="version">(v<?php echo $this->agca_version; ?>)</span></h1>
|
1897 |
+
<div id="agca-social">
|
1898 |
+
<div class="fb-like" data-href="https://www.facebook.com/AG-Custom-Admin-892218404232342/timeline" data-layout="button" data-action="like" data-show-faces="true" data-share="true"></div>
|
1899 |
+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&amount=10&item_name=Support+for+AGCA+Development" target="_blank" class="agca-donate-btn" title="Please help us ensure future updates for AGCA. <br/><br/>We can't make them without your support.">Donate Now <span class="heart">❤</span></a>
|
1900 |
+
</div>
|
1901 |
</div>
|
1902 |
<div id="agca_error_placeholder"></div>
|
1903 |
<div id="agca_news"> </div><br />
|
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&amount=10&item_name=Support+for+AGCA+Development
|
4 |
-
Tags: admin, customize, hide,
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 6.8
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
11 |
-
All-in-one
|
12 |
|
13 |
== Description ==
|
14 |
With this plugin you can easily customize WordPress **admin panel**, **login page**, **admin menu**, **admin bar** etc. in tiny details.
|
@@ -20,9 +20,9 @@ With this plugin you can easily customize WordPress **admin panel**, **login pag
|
|
20 |
* **ADMIN PANEL OPTIONS**: There are dozens of other admin panel options used to improve WordPress UX on admin and login pages items like Dashboard widgets, Help and Screen options, WordPress logos, links, menus etc. See the full list down below.
|
21 |
|
22 |
= Recommended =
|
23 |
-
> <strong>CUSMIN</strong><br>
|
24 |
> Cusmin is the premium version of the Absolutely Glamorous Custom Admin with the advanced features for customization and branding. It's perfect for professionals, but can be used on personal sites as well.<br><br>
|
25 |
-
> For more info about Cusmin, please
|
26 |
|
27 |
= General Settings =
|
28 |
* Hide **Screen Options** menu
|
@@ -98,8 +98,11 @@ With this plugin you can easily customize WordPress **admin panel**, **login pag
|
|
98 |
* Add custom JavaScript
|
99 |
* Export/import customizations settings
|
100 |
|
|
|
|
|
|
|
101 |
= Contact =
|
102 |
-
|
103 |
|
104 |
== Installation ==
|
105 |
|
@@ -147,6 +150,11 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
147 |
|
148 |
== Change Log ==
|
149 |
|
|
|
|
|
|
|
|
|
|
|
150 |
= 6.8 =
|
151 |
* Removed AGCA styling on the plugins page
|
152 |
* Added option to use the default WP styles on AGCA settings page
|
@@ -604,6 +612,9 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
604 |
|
605 |
== Upgrade Notice ==
|
606 |
|
|
|
|
|
|
|
607 |
= 6.8 =
|
608 |
* AGCA cleanup. Using the default WordPress styles
|
609 |
|
1 |
=== Absolutely Glamorous Custom Admin ===
|
2 |
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: admin, dashboard, customize, hide, admin bar, login page, admin menu, colors, branding, dashboard widgets
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 5.8
|
7 |
+
Stable tag: 6.8.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
11 |
+
All-in-one plugin for WordPress dashboard customization. Change almost everything: admin menu, dashboard, login page, admin bar and much 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.
|
20 |
* **ADMIN PANEL OPTIONS**: There are dozens of other admin panel options used to improve WordPress UX on admin and login pages items like Dashboard widgets, Help and Screen options, WordPress logos, links, menus etc. See the full list down below.
|
21 |
|
22 |
= Recommended =
|
23 |
+
> <strong>[CUSMIN](https://cusmin.com/?ref=wporg)</strong><br>
|
24 |
> Cusmin is the premium version of the Absolutely Glamorous Custom Admin with the advanced features for customization and branding. It's perfect for professionals, but can be used on personal sites as well.<br><br>
|
25 |
+
> For more info about Cusmin, please check how this pro plugin can help you completely [customize your WordPress dashboard](https://cusmin.com/blog/customize-wordpress-admin-dashboard-with-cusmin?ref=wporg).<br><br>
|
26 |
|
27 |
= General Settings =
|
28 |
* Hide **Screen Options** menu
|
98 |
* Add custom JavaScript
|
99 |
* Export/import customizations settings
|
100 |
|
101 |
+
> <strong>[PRO FEATURES](https://cusmin.com/?ref=wporg-bottom)</strong><br>
|
102 |
+
> If you are a more advanced user or agency please check our [pro WordPress customizing plugin](https://cusmin.com/blog/customize-wordpress-admin-dashboard-with-cusmin?ref=wporg-bottom).<br><br>
|
103 |
+
|
104 |
= Contact =
|
105 |
+
For any additional help, please check our [FAQ](http://wordpress.org/extend/plugins/ag-custom-admin/faq/) and [SUPPORT](http://wordpress.org/support/plugin/ag-custom-admin) page.
|
106 |
|
107 |
== Installation ==
|
108 |
|
150 |
|
151 |
== Change Log ==
|
152 |
|
153 |
+
= 6.8.1 =
|
154 |
+
* WordPress 5.8 ready
|
155 |
+
* Fixing responsive issues
|
156 |
+
* Fixed low security issue reported
|
157 |
+
|
158 |
= 6.8 =
|
159 |
* Removed AGCA styling on the plugins page
|
160 |
* Added option to use the default WP styles on AGCA settings page
|
612 |
|
613 |
== Upgrade Notice ==
|
614 |
|
615 |
+
= 6.8.1 =
|
616 |
+
* WordPress 5.8 ready, responsive improvements and bug fixing
|
617 |
+
|
618 |
= 6.8 =
|
619 |
* AGCA cleanup. Using the default WordPress styles
|
620 |
|
style/ag_style.css
CHANGED
@@ -22,6 +22,16 @@ agca-gray-secondary: #C5CECC;
|
|
22 |
--agca-color-secondary: #C5CECC;
|
23 |
--agca-color-green: #45cc45;
|
24 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
.agca-clear {
|
26 |
clear: both;
|
27 |
}
|
@@ -30,6 +40,10 @@ agca-gray-secondary: #C5CECC;
|
|
30 |
padding-left: 20px;
|
31 |
}
|
32 |
|
|
|
|
|
|
|
|
|
33 |
|
34 |
/* WebKit and Opera browsers */
|
35 |
@-webkit-keyframes cusmin-spinner {
|
@@ -75,7 +89,8 @@ h1#agca-title {
|
|
75 |
color: #23395B;
|
76 |
font-weight: bold;
|
77 |
font-size: 30px;
|
78 |
-
|
|
|
79 |
}
|
80 |
h1#agca-title .title{
|
81 |
float:left;
|
@@ -1087,4 +1102,16 @@ td.ag_admin_menu_parent:hover {
|
|
1087 |
background: transparent;
|
1088 |
padding-left: 3px;
|
1089 |
margin-top: -2px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1090 |
}
|
22 |
--agca-color-secondary: #C5CECC;
|
23 |
--agca-color-green: #45cc45;
|
24 |
}
|
25 |
+
|
26 |
+
.tools_page_ag-custom-admin-plugin #agca-header {
|
27 |
+
display: flex;
|
28 |
+
flex-wrap: wrap;
|
29 |
+
}
|
30 |
+
|
31 |
+
.tools_page_ag-custom-admin-plugin #agca-social {
|
32 |
+
align-self: flex-end;
|
33 |
+
}
|
34 |
+
|
35 |
.agca-clear {
|
36 |
clear: both;
|
37 |
}
|
40 |
padding-left: 20px;
|
41 |
}
|
42 |
|
43 |
+
.tools_page_ag-custom-admin-plugin .wrap {
|
44 |
+
display: flex;
|
45 |
+
flex-direction: column;
|
46 |
+
}
|
47 |
|
48 |
/* WebKit and Opera browsers */
|
49 |
@-webkit-keyframes cusmin-spinner {
|
89 |
color: #23395B;
|
90 |
font-weight: bold;
|
91 |
font-size: 30px;
|
92 |
+
flex: 1;
|
93 |
+
min-width: 80%;
|
94 |
}
|
95 |
h1#agca-title .title{
|
96 |
float:left;
|
1102 |
background: transparent;
|
1103 |
padding-left: 3px;
|
1104 |
margin-top: -2px;
|
1105 |
+
}
|
1106 |
+
|
1107 |
+
@media (max-width: 600px) {
|
1108 |
+
.tools_page_ag-custom-admin-plugin #agca-header {
|
1109 |
+
margin-top: 50px;
|
1110 |
+
}
|
1111 |
+
#agca_form input[type=text] {
|
1112 |
+
width: 100%;
|
1113 |
+
}
|
1114 |
+
.ag_table_heading h3 {
|
1115 |
+
margin-left: 0;
|
1116 |
+
}
|
1117 |
}
|