Version Description
- WP 5.5.1 compatibility
Download this release
Release Info
Developer | cusmin |
Plugin | Absolutely Glamorous Custom Admin |
Version | 6.6.2 |
Comparing to | |
See all releases |
Code changes from version 6.6.1 to 6.6.2
- languages/ag-custom-admin-fr_FR.po +1 -1
- languages/ag-custom-admin-hr.po +1 -1
- plugin.php +3 -3
- readme.txt +7 -2
languages/ag-custom-admin-fr_FR.po
CHANGED
@@ -339,7 +339,7 @@ msgstr "Vous appréciez AGCA ? Aidez-nous à le développer et à le soutenir
|
|
339 |
|
340 |
#: plugin.php:2239
|
341 |
msgid ""
|
342 |
-
"All AGCA plugin's settings
|
343 |
msgstr ""
|
344 |
"Tous les paramètres de l’extension AGCA, à l’exception des thèmes "
|
345 |
"d’administration, sont désactivés. Veuillez utiliser"
|
339 |
|
340 |
#: plugin.php:2239
|
341 |
msgid ""
|
342 |
+
"All AGCA plugin's settings are disabled. Please use"
|
343 |
msgstr ""
|
344 |
"Tous les paramètres de l’extension AGCA, à l’exception des thèmes "
|
345 |
"d’administration, sont désactivés. Veuillez utiliser"
|
languages/ag-custom-admin-hr.po
CHANGED
@@ -252,7 +252,7 @@ msgid "Do you like this plugin? You can support its future development by giving
|
|
252 |
msgstr "Da li vam se sviđa ovaj dodatak? Možete podržati njegov budući razvoj doniranjem po vašem izboru"
|
253 |
|
254 |
#: plugin.php:2161
|
255 |
-
msgid "All AG Custom Admin plugin's settings
|
256 |
msgstr "Sve postavke AG Custom Admin dodatka, osim admin tema su isključene. Molimo koristite"
|
257 |
|
258 |
#: plugin.php:2161
|
252 |
msgstr "Da li vam se sviđa ovaj dodatak? Možete podržati njegov budući razvoj doniranjem po vašem izboru"
|
253 |
|
254 |
#: plugin.php:2161
|
255 |
+
msgid "All AG Custom Admin plugin's settings are disabled. Please use"
|
256 |
msgstr "Sve postavke AG Custom Admin dodatka, osim admin tema su isključene. Molimo koristite"
|
257 |
|
258 |
#: plugin.php:2161
|
plugin.php
CHANGED
@@ -4,12 +4,12 @@ Plugin Name: Absolutely Glamorous Custom Admin
|
|
4 |
Plugin URI: https://wordpressadminpanel.com/ag-custom-admin/
|
5 |
Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
|
6 |
Author: Cusmin
|
7 |
-
Version: 6.6.
|
8 |
Text Domain: ag-custom-admin
|
9 |
Domain Path: /languages
|
10 |
Author URI: https://cusmin.com
|
11 |
|
12 |
-
Copyright 2020.
|
13 |
|
14 |
This program is free software: you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License as published by
|
@@ -2239,7 +2239,7 @@ class AGCA{
|
|
2239 |
</ul>
|
2240 |
</div>
|
2241 |
<div class="agca-clear"></div>
|
2242 |
-
<div id="section-cusmin" style="display:none;"><?php _e('All AGCA plugin\'s settings
|
2243 |
<div id="section_general" style="display:none" class="ag_section">
|
2244 |
<h2 class="section_title"><?php _e('General Settings', 'ag-custom-admin')?></h2>
|
2245 |
<?php $this->show_save_button_upper(); ?>
|
4 |
Plugin URI: https://wordpressadminpanel.com/ag-custom-admin/
|
5 |
Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
|
6 |
Author: Cusmin
|
7 |
+
Version: 6.6.2
|
8 |
Text Domain: ag-custom-admin
|
9 |
Domain Path: /languages
|
10 |
Author URI: https://cusmin.com
|
11 |
|
12 |
+
Copyright 2020. Cusmin (email : info@cusmin.com)
|
13 |
|
14 |
This program is free software: you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License as published by
|
2239 |
</ul>
|
2240 |
</div>
|
2241 |
<div class="agca-clear"></div>
|
2242 |
+
<div id="section-cusmin" style="display:none;"><?php _e('All AGCA plugin\'s settings are disabled. Please use', 'ag-custom-admin')?> <a href="options-general.php?page=cusmin">Cusmin</a> <?php _e('plugin to manage these settings.', 'ag-custom-admin')?></div>
|
2243 |
<div id="section_general" style="display:none" class="ag_section">
|
2244 |
<h2 class="section_title"><?php _e('General Settings', 'ag-custom-admin')?></h2>
|
2245 |
<?php $this->show_save_button_upper(); ?>
|
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&item_name=Support+for+AGCA+Development
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 6.6.
|
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.6.1 =
|
149 |
* Updating text labels
|
150 |
|
@@ -571,6 +574,8 @@ If you have the latest WordPress and plugin versions and you still experience so
|
|
571 |
|
572 |
== Upgrade Notice ==
|
573 |
|
|
|
|
|
574 |
|
575 |
= 6.6.1 =
|
576 |
* Updating text labels
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&item_name=Support+for+AGCA+Development
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 5.5.1
|
7 |
+
Stable tag: 6.6.2
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl.txt
|
10 |
|
145 |
|
146 |
== Change Log ==
|
147 |
|
148 |
+
= 6.6.2 =
|
149 |
+
* WP 5.5.1 compatibility
|
150 |
+
|
151 |
= 6.6.1 =
|
152 |
* Updating text labels
|
153 |
|
574 |
|
575 |
== Upgrade Notice ==
|
576 |
|
577 |
+
= 6.6.2 =
|
578 |
+
* WP 5.5.1 compatibility
|
579 |
|
580 |
= 6.6.1 =
|
581 |
* Updating text labels
|