Version Description
- Minor updates in text, links and Readme
Download this release
Release Info
Developer | cusmin |
Plugin | Absolutely Glamorous Custom Admin |
Version | 6.9.1 |
Comparing to | |
See all releases |
Code changes from version 6.9 to 6.9.1
- ag-custom-admin.html +4 -2
- plugin.php +13 -13
- readme.txt +20 -11
ag-custom-admin.html
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<html>
|
2 |
-
<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>
|
@@ -80,7 +82,7 @@
|
|
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>
|
1 |
<html>
|
2 |
+
<head>
|
3 |
+
<title>WordPress Admin - Absolutely Glamorous Custom Admin Plugin</title>
|
4 |
+
</head>
|
5 |
<body>
|
6 |
<h1><a href="https://wordpress.org/plugins/ag-custom-admin/">What is Absolutely Glamorous Custom Admin?</a></h1>
|
7 |
<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>
|
82 |
<li>Export/import customization settings</li>
|
83 |
</ul>
|
84 |
<br/>
|
85 |
+
<h1><a href="https://cusmin.com/blog/customize-wordpress-admin-dashboard-with-cusmin-plugin/">Customize WordPress admin dashboard with Cusmin</a></h1>
|
86 |
<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>
|
87 |
<br/>
|
88 |
<h1><a href="https://cusmin.com/contact">Support for WordPress Customization</a></h1>
|
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 plugin for WordPress dashboard customization. Change almost everything: admin menu, dashboard, login page, admin bar and much more.
|
6 |
Author: Cusmin
|
7 |
-
Version: 6.9
|
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 = "6.9";
|
32 |
private $colorizer="";
|
33 |
private $agca_debug = false;
|
34 |
private $admin_capabilities;
|
@@ -97,7 +97,7 @@ class AGCA{
|
|
97 |
$links[] = '<a href="tools.php?page=ag-custom-admin/plugin.php#general-settings">' . __('Settings', 'ag-custom-admin') . '</a>';
|
98 |
}
|
99 |
$links[] = '<a target="_blank" href="https://wordpress.org/support/plugin/ag-custom-admin">' . __('Support', 'ag-custom-admin') . '</a>';
|
100 |
-
$links[] = '<a target="_blank" href="https://cusmin.com/upgrade-to-cusmin
|
101 |
$links[] = '<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&amount=10&item_name=Support+for+AGCA+Development">' . __('Donate', 'ag-custom-admin') . '</a>';
|
102 |
}
|
103 |
return $links;
|
@@ -1918,7 +1918,7 @@ class AGCA{
|
|
1918 |
<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>
|
1919 |
<div id="agca-social">
|
1920 |
<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>
|
1921 |
-
<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
|
1922 |
</div>
|
1923 |
</div>
|
1924 |
<div id="agca_error_placeholder"></div>
|
@@ -1947,13 +1947,13 @@ class AGCA{
|
|
1947 |
<li class="normal" ><a href="#admin-menu-settings" class="dashicons-before dashicons-editor-justify" title="<?php _e('Settings for main admin menu', 'ag-custom-admin')?>"><?php _e('Admin Menu', 'ag-custom-admin')?></a></li>
|
1948 |
<li class="normal"><a href="#ag-colorizer-settings" class="dashicons-before dashicons-admin-appearance agca-invert-icon" title="<?php _e('Colorizer settings', 'ag-custom-admin')?>"><?php _e('Colorizer', 'ag-custom-admin')?></a></li>
|
1949 |
<li class="normal"><a href="#ag-advanced" class="dashicons-before dashicons-welcome-learn-more" title="<?php _e('My custom scripts', 'ag-custom-admin')?>"><?php _e('Advanced', 'ag-custom-admin')?></a></li>
|
1950 |
-
<li class="normal upgrade"><a href="https://cusmin.com/upgrade-to-cusmin
|
1951 |
|
1952 |
<li style="background:none;border:none;padding:0;"><a id="agca_donate_button" target="_blank" style="margin-left:8px" title="<?php _e('Enjoying AGCA? Help us further develop it and support it!', 'ag-custom-admin')?> " href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&amount=10&item_name=Support+for+AGCA+Development"><img alt="<?php _e('Donate', 'ag-custom-admin')?>" src="<?php echo $this->pluginUrl(); ?>images/donate-btn.png" /></a>
|
1953 |
</li>
|
1954 |
<li style="background:none;border:none;padding:0;padding-left:10px;margin-top:-7px"></li>
|
1955 |
</ul>
|
1956 |
-
<a id="agca_advertising" href="https://cusmin.com/upgrade-to-cusmin
|
1957 |
<img class="cusmin-logo" src="<?php echo plugins_url( 'images/cusmin-logo.svg', __FILE__ ) ?>" alt="Cusmin" />
|
1958 |
<ul>
|
1959 |
<li>Multiple sets of users</li>
|
@@ -2033,7 +2033,7 @@ class AGCA{
|
|
2033 |
</tr>
|
2034 |
<tr>
|
2035 |
<td>
|
2036 |
-
<p>Need to apply multiple configurations to multiple user groups/roles? <a href="https://cusmin.com/
|
2037 |
</td>
|
2038 |
</tr>
|
2039 |
<?php
|
@@ -2057,7 +2057,7 @@ class AGCA{
|
|
2057 |
<li><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"><span class="dashicons dashicons-heart"></span> <?php _e('Donate $10', 'ag-custom-admin'); ?></a> - <?php _e('to give your thanks for our hard work', 'ag-custom-admin'); ?> </li>
|
2058 |
</ul>
|
2059 |
<ul class="upgrade">
|
2060 |
-
<li><a href="https://cusmin.com/upgrade-to-cusmin
|
2061 |
<img class="cusmin-spinner" src="<?php echo plugins_url( 'images/cusmin-logo.svg', __FILE__ ) ?>" />
|
2062 |
<span><?php _e('Upgrade to Cusmin', 'ag-custom-admin'); ?></span></a><span><?php _e(' - unlock the ultimate branding experience', 'ag-custom-admin'); ?></span></li>
|
2063 |
</ul>
|
@@ -2283,7 +2283,7 @@ class AGCA{
|
|
2283 |
|
2284 |
<tr>
|
2285 |
<td>
|
2286 |
-
<p>Try the Cusmin admin bar editor instead: <a href="https://cusmin.com/
|
2287 |
</td>
|
2288 |
</tr>
|
2289 |
</table>
|
@@ -2427,7 +2427,7 @@ class AGCA{
|
|
2427 |
?>
|
2428 |
<tr>
|
2429 |
<td>
|
2430 |
-
<p>Create custom Dashboard Widgets<br><a href="https://cusmin.com/
|
2431 |
</td>
|
2432 |
</tr>
|
2433 |
</table>
|
@@ -2535,7 +2535,7 @@ class AGCA{
|
|
2535 |
?>
|
2536 |
<tr>
|
2537 |
<td>
|
2538 |
-
<p>Add a custom login background image and apply more login page options: <a href="https://cusmin.com/
|
2539 |
</td>
|
2540 |
</tr>
|
2541 |
</table>
|
@@ -2589,7 +2589,7 @@ class AGCA{
|
|
2589 |
?>
|
2590 |
<tr>
|
2591 |
<td>
|
2592 |
-
<p>Try the Cusmin admin menu editor instead: <a href="https://cusmin.com/
|
2593 |
</td>
|
2594 |
</tr>
|
2595 |
|
@@ -2736,7 +2736,7 @@ class AGCA{
|
|
2736 |
?>
|
2737 |
|
2738 |
</table>
|
2739 |
-
<p>Need more Colorizer options? <a href="https://cusmin.com/
|
2740 |
<input type="hidden" size="47" id="ag_colorizer_json" name="ag_colorizer_json" value="<?php echo htmlspecialchars(get_option('ag_colorizer_json')); ?>" />
|
2741 |
<div id="picker"></div>
|
2742 |
</div>
|
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.9.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 = "6.9.1";
|
32 |
private $colorizer="";
|
33 |
private $agca_debug = false;
|
34 |
private $admin_capabilities;
|
97 |
$links[] = '<a href="tools.php?page=ag-custom-admin/plugin.php#general-settings">' . __('Settings', 'ag-custom-admin') . '</a>';
|
98 |
}
|
99 |
$links[] = '<a target="_blank" href="https://wordpress.org/support/plugin/ag-custom-admin">' . __('Support', 'ag-custom-admin') . '</a>';
|
100 |
+
$links[] = '<a target="_blank" href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-plugins-page">' . __('Upgrade', 'ag-custom-admin') . '</a>';
|
101 |
$links[] = '<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&amount=10&item_name=Support+for+AGCA+Development">' . __('Donate', 'ag-custom-admin') . '</a>';
|
102 |
}
|
103 |
return $links;
|
1918 |
<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>
|
1919 |
<div id="agca-social">
|
1920 |
<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>
|
1921 |
+
<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 <span class="heart">❤</span></a>
|
1922 |
</div>
|
1923 |
</div>
|
1924 |
<div id="agca_error_placeholder"></div>
|
1947 |
<li class="normal" ><a href="#admin-menu-settings" class="dashicons-before dashicons-editor-justify" title="<?php _e('Settings for main admin menu', 'ag-custom-admin')?>"><?php _e('Admin Menu', 'ag-custom-admin')?></a></li>
|
1948 |
<li class="normal"><a href="#ag-colorizer-settings" class="dashicons-before dashicons-admin-appearance agca-invert-icon" title="<?php _e('Colorizer settings', 'ag-custom-admin')?>"><?php _e('Colorizer', 'ag-custom-admin')?></a></li>
|
1949 |
<li class="normal"><a href="#ag-advanced" class="dashicons-before dashicons-welcome-learn-more" title="<?php _e('My custom scripts', 'ag-custom-admin')?>"><?php _e('Advanced', 'ag-custom-admin')?></a></li>
|
1950 |
+
<li class="normal upgrade"><a href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-main-menu" target="_blank" title="<?php _e('Upgrade to Cusmin </br>to unlock all premium features', 'ag-custom-admin')?>"><img src="<?php echo plugins_url( 'images/cusmin-logo.svg', __FILE__ ) ?>" /><?php _e('Upgrade', 'ag-custom-admin')?></a></li>
|
1951 |
|
1952 |
<li style="background:none;border:none;padding:0;"><a id="agca_donate_button" target="_blank" style="margin-left:8px" title="<?php _e('Enjoying AGCA? Help us further develop it and support it!', 'ag-custom-admin')?> " href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&amount=10&item_name=Support+for+AGCA+Development"><img alt="<?php _e('Donate', 'ag-custom-admin')?>" src="<?php echo $this->pluginUrl(); ?>images/donate-btn.png" /></a>
|
1953 |
</li>
|
1954 |
<li style="background:none;border:none;padding:0;padding-left:10px;margin-top:-7px"></li>
|
1955 |
</ul>
|
1956 |
+
<a id="agca_advertising" href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-ad" target="_blank">
|
1957 |
<img class="cusmin-logo" src="<?php echo plugins_url( 'images/cusmin-logo.svg', __FILE__ ) ?>" alt="Cusmin" />
|
1958 |
<ul>
|
1959 |
<li>Multiple sets of users</li>
|
2033 |
</tr>
|
2034 |
<tr>
|
2035 |
<td>
|
2036 |
+
<p>Need to apply multiple configurations to multiple user groups/roles? <a href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-configs#group-customizations" target="_blank">Upgrade to Cusmin</a></p>
|
2037 |
</td>
|
2038 |
</tr>
|
2039 |
<?php
|
2057 |
<li><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"><span class="dashicons dashicons-heart"></span> <?php _e('Donate $10', 'ag-custom-admin'); ?></a> - <?php _e('to give your thanks for our hard work', 'ag-custom-admin'); ?> </li>
|
2058 |
</ul>
|
2059 |
<ul class="upgrade">
|
2060 |
+
<li><a href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-general" target="_blank">
|
2061 |
<img class="cusmin-spinner" src="<?php echo plugins_url( 'images/cusmin-logo.svg', __FILE__ ) ?>" />
|
2062 |
<span><?php _e('Upgrade to Cusmin', 'ag-custom-admin'); ?></span></a><span><?php _e(' - unlock the ultimate branding experience', 'ag-custom-admin'); ?></span></li>
|
2063 |
</ul>
|
2283 |
|
2284 |
<tr>
|
2285 |
<td>
|
2286 |
+
<p>Try the Cusmin admin bar editor instead: <a href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-admin-bar#group-admin-bar" target="_blank"><br>Upgrade to Cusmin</a></p>
|
2287 |
</td>
|
2288 |
</tr>
|
2289 |
</table>
|
2427 |
?>
|
2428 |
<tr>
|
2429 |
<td>
|
2430 |
+
<p>Create custom Dashboard Widgets<br><a href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-widgets#group-dashboard-page" target="_blank">Upgrade to Cusmin</a></p>
|
2431 |
</td>
|
2432 |
</tr>
|
2433 |
</table>
|
2535 |
?>
|
2536 |
<tr>
|
2537 |
<td>
|
2538 |
+
<p>Add a custom login background image and apply more login page options: <a href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-login#group-login-page" target="_blank">Upgrade to Cusmin</a></p>
|
2539 |
</td>
|
2540 |
</tr>
|
2541 |
</table>
|
2589 |
?>
|
2590 |
<tr>
|
2591 |
<td>
|
2592 |
+
<p>Try the Cusmin admin menu editor instead: <a href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-menu#group-admin-menu" target="_blank"><br>Upgrade to Cusmin</a></p>
|
2593 |
</td>
|
2594 |
</tr>
|
2595 |
|
2736 |
?>
|
2737 |
|
2738 |
</table>
|
2739 |
+
<p>Need more Colorizer options? <a href="https://cusmin.com/upgrade-to-cusmin/?ref=agca-colorizer#group-custom-colors" target="_blank">Upgrade to Cusmin</a></p>
|
2740 |
<input type="hidden" size="47" id="ag_colorizer_json" name="ag_colorizer_json" value="<?php echo htmlspecialchars(get_option('ag_colorizer_json')); ?>" />
|
2741 |
<div id="picker"></div>
|
2742 |
</div>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cus
|
|
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.9
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
@@ -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](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 also used on personal sites as well.<br><br>
|
25 |
-
> Please check how this pro plugin can help you to completely [customize your WordPress dashboard](https://cusmin.com/blog/customize-wordpress-admin-dashboard-with-cusmin
|
26 |
|
27 |
= General Settings =
|
28 |
* Hide **Screen Options** menu
|
@@ -98,8 +98,8 @@ With this plugin you can easily customize WordPress **admin panel**, **login pag
|
|
98 |
* Add custom JavaScript
|
99 |
* Export/import customizations settings
|
100 |
|
101 |
-
> <strong>[PRO FEATURES](https://cusmin.com/?ref=wporg-
|
102 |
-
> If you need even more advanced customization options, please check our [PRO WordPress customizing plugin](https://cusmin.com/blog/customize-wordpress-admin-dashboard-with-cusmin
|
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.
|
@@ -136,20 +136,26 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
136 |
|
137 |
== Screenshots ==
|
138 |
|
139 |
-
1. Absolutely Glamorous Custom Admin provides many options for admin panel customization, and it's quite easy to use
|
140 |
-
2.
|
141 |
-
3.
|
142 |
-
4.
|
143 |
-
5.
|
144 |
-
6. Add your own styles and JavaScript code
|
145 |
7. Style Example #1
|
146 |
8. Style Example #2
|
147 |
9. Style Example #3
|
148 |
10. Style Example #4
|
149 |
11. Login style example
|
|
|
|
|
|
|
150 |
|
151 |
== Change Log ==
|
152 |
|
|
|
|
|
|
|
153 |
= 6.9 =
|
154 |
* Important security updates
|
155 |
|
@@ -615,6 +621,9 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
615 |
|
616 |
== Upgrade Notice ==
|
617 |
|
|
|
|
|
|
|
618 |
= 6.9 =
|
619 |
* Important security updates
|
620 |
|
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.9.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
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-recommended)</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 also used on personal sites as well.<br><br>
|
25 |
+
> Please check how this pro plugin can help you to completely [customize your WordPress dashboard](https://cusmin.com/blog/customize-wordpress-admin-dashboard-with-cusmin-plugin/?ref=wporg-recommended).<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-pro)</strong><br>
|
102 |
+
> If you need even more advanced customization options, please check our [PRO WordPress customizing plugin](https://cusmin.com/blog/customize-wordpress-admin-dashboard-with-cusmin-plugin/?ref=wporg-pro).<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.
|
136 |
|
137 |
== Screenshots ==
|
138 |
|
139 |
+
1. Absolutely Glamorous Custom Admin provides many options for admin panel customization, and it's quite easy to use
|
140 |
+
2. Admin menu editor and additional settings
|
141 |
+
3. Some of the admin bar settings
|
142 |
+
4. AGCA Colorizer settings
|
143 |
+
5. WordPress Dashboard footer change text
|
144 |
+
6. Add your own styles and JavaScript code
|
145 |
7. Style Example #1
|
146 |
8. Style Example #2
|
147 |
9. Style Example #3
|
148 |
10. Style Example #4
|
149 |
11. Login style example
|
150 |
+
12. Login page can be customized and styled with custom branding logo or image, rounded borders, background colors
|
151 |
+
13. Custom Admin menu items
|
152 |
+
14. Custom login page example
|
153 |
|
154 |
== Change Log ==
|
155 |
|
156 |
+
= 6.9.1 =
|
157 |
+
* Minor updates in text, links and Readme
|
158 |
+
|
159 |
= 6.9 =
|
160 |
* Important security updates
|
161 |
|
621 |
|
622 |
== Upgrade Notice ==
|
623 |
|
624 |
+
= 6.9.1 =
|
625 |
+
* Minor updates in text, links and Readme
|
626 |
+
|
627 |
= 6.9 =
|
628 |
* Important security updates
|
629 |
|