Absolutely Glamorous Custom Admin - Version 6.6.1

Version Description

  • Updating text labels
Download this release

Release Info

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

Code changes from version 6.6 to 6.6.1

languages/ag-custom-admin-fr_FR.po CHANGED
@@ -350,14 +350,14 @@ msgstr "extension pour gérer ces paramètres."
350
 
351
  #: plugin.php:2243
352
  msgid ""
353
- "<strong>Tip: </strong>Move mouse cursor over the option label to see more "
354
- "information about an option"
355
  msgstr ""
356
  "<strong>Astuce :</strong> déplacez le curseur de la souris sur le libellé de "
357
  "l’option pour obtenir plus d’informations sur cette option."
358
 
359
  #: plugin.php:2249
360
- msgid "Exclude AGCA admin from customizations"
361
  msgstr "Exclure l’administrateur AGCA des personnalisations"
362
 
363
  #: plugin.php:2250
@@ -470,7 +470,7 @@ msgid "Admin Bar Settings"
470
  msgstr "Réglages de la barre d’administration"
471
 
472
  #: plugin.php:2340
473
- msgid "Hides admin bar completely from the admin panel"
474
  msgstr ""
475
  "Masque complètement la barre d’administration dans le panneau "
476
  "d’administration"
350
 
351
  #: plugin.php:2243
352
  msgid ""
353
+ "<strong>Tip: </strong>Move the cursor over an option label to see the more "
354
+ "information about the option"
355
  msgstr ""
356
  "<strong>Astuce :</strong> déplacez le curseur de la souris sur le libellé de "
357
  "l’option pour obtenir plus d’informations sur cette option."
358
 
359
  #: plugin.php:2249
360
+ msgid "Exclude the AGCA admin from the customizations"
361
  msgstr "Exclure l’administrateur AGCA des personnalisations"
362
 
363
  #: plugin.php:2250
470
  msgstr "Réglages de la barre d’administration"
471
 
472
  #: plugin.php:2340
473
+ msgid "Hides the admin bar completely from the admin panel"
474
  msgstr ""
475
  "Masque complètement la barre d’administration dans le panneau "
476
  "d’administration"
languages/ag-custom-admin-hr.po CHANGED
@@ -264,7 +264,7 @@ msgid "<strong>Tip: </strong>Move mouse cursor over the option label to see more
264
  msgstr "<strong>Savjet: </strong>Postavite pokazivač preko imena postavke kako biste saznali više informacija o postavci"
265
 
266
  #: plugin.php:2170
267
- msgid "Exclude AGCA admin from customizations"
268
  msgstr "Iskljućite AGCA administratora iz prilagodbi"
269
 
270
  #: plugin.php:2171
@@ -364,7 +364,7 @@ msgid "Admin Bar Settings"
364
  msgstr "Postavke admin trake"
365
 
366
  #: plugin.php:2245
367
- msgid "Hides admin bar completely from the admin panel"
368
  msgstr "Uklanja admin traku sa administracijske ploče"
369
 
370
  #: plugin.php:2247
264
  msgstr "<strong>Savjet: </strong>Postavite pokazivač preko imena postavke kako biste saznali više informacija o postavci"
265
 
266
  #: plugin.php:2170
267
+ msgid "Exclude the AGCA admin from the customizations"
268
  msgstr "Iskljućite AGCA administratora iz prilagodbi"
269
 
270
  #: plugin.php:2171
364
  msgstr "Postavke admin trake"
365
 
366
  #: plugin.php:2245
367
+ msgid "Hides the admin bar completely from the admin panel"
368
  msgstr "Uklanja admin traku sa administracijske ploče"
369
 
370
  #: plugin.php:2247
plugin.php CHANGED
@@ -4,7 +4,7 @@ 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
@@ -75,7 +75,7 @@ class AGCA{
75
  /*Initialize properties*/
76
  $this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
77
 
78
- $this->agca_version = "6.6";
79
  }
80
 
81
  function load_plugin_textdomain() {
@@ -2243,13 +2243,13 @@ class AGCA{
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(); ?>
2246
- <p tabindex="0" class="agca-clear agca-tip"><i><?php _e('<strong>Tip: </strong>Move mouse cursor over the option label to see more information about an option', 'ag-custom-admin')?></i></p>
2247
  <table class="agca-clear form-table" width="500px">
2248
  <?php
2249
 
2250
  $this->print_checkbox(array(
2251
  'name'=>'agca_role_allbutadmin',
2252
- 'label'=>__('Exclude AGCA admin from customizations', 'ag-custom-admin'),
2253
  'title'=>__('<h3>Applying customizations</h3><br><strong>Checked</strong> - apply to all users, except admin<br><strong>Not checked</strong> - apply to everyone</br></br><strong>Q</strong>: Who is AGCA administrator?</br><strong>A</strong>: Go to <i>General -> Security -> AGCA admin capability</i> and change capability option to define administrators. Only the users with selected capability will be AGCA administrators.</br>', 'ag-custom-admin')
2254
  ));
2255
 
@@ -2284,12 +2284,17 @@ class AGCA{
2284
  <th scope="row">
2285
  <label title="<?php _e('Choose which WordPress capability will be used to distinguish AGCA admin users from other users.</br>AGCA admin users have access to AGCA settings. AGCA administrators can be excluded from customizations if that option is checked', 'ag-custom-admin'); ?>" for="agca_admin_capability"><?php _e('AGCA admin capability', 'ag-custom-admin'); ?>:</label>
2286
  </th>
2287
- <td><?php echo $this->admin_capabilities; ?>&nbsp;&nbsp;<i>(<?php _e('default:&nbsp;<strong>edit_dashboard</strong>', 'ag-custom-admin'); ?>)</i>
2288
  <p style="margin-left:5px;"><i><?php _e('Find more information about', 'ag-custom-admin'); ?> <a href="https://wordpress.org/support/article/roles-and-capabilities/" target="_blank"><?php _e('WordPress capabilities', 'ag-custom-admin'); ?></a></i></p>
2289
  </td>
2290
  <td>
2291
  </td>
2292
  </tr>
 
 
 
 
 
2293
  <?php
2294
  $this->print_options_h3(__('Feedback and Support', 'ag-custom-admin'));
2295
 
@@ -2340,7 +2345,7 @@ class AGCA{
2340
  'class'=>'ag_table_major_options',
2341
  ),
2342
  'hide'=>true,
2343
- 'title'=>__('Hides admin bar completely from the admin panel', 'ag-custom-admin'),
2344
  'name'=>'agca_header',
2345
  'label'=>__('<strong>Hide Admin bar</strong>', 'ag-custom-admin'),
2346
  'input-attributes'=>'data-dependant="#agca_header_show_logout_content"',
@@ -2550,6 +2555,11 @@ class AGCA{
2550
 
2551
  ?>
2552
 
 
 
 
 
 
2553
  </table>
2554
  </div>
2555
 
@@ -2679,6 +2689,11 @@ class AGCA{
2679
  ));
2680
 
2681
  ?>
 
 
 
 
 
2682
  </table>
2683
  </div>
2684
  <div id="section_login_page" style="display:none" class="ag_section">
@@ -2770,6 +2785,11 @@ class AGCA{
2770
  'label'=>__('Hide "Lost password" link', 'ag-custom-admin'),
2771
  ));
2772
  ?>
 
 
 
 
 
2773
  </table>
2774
  </div>
2775
  <?php
@@ -2819,6 +2839,11 @@ class AGCA{
2819
  'label'=>__('Front end: Remove Customize button', 'ag-custom-admin'),
2820
  ));
2821
  ?>
 
 
 
 
 
2822
 
2823
  <?php
2824
  $this->print_options_h3(__('Add New Menu Items', 'ag-custom-admin'));
@@ -2960,9 +2985,10 @@ class AGCA{
2960
 
2961
  $this->print_color('color_widget_bar',__('Title bar background:', 'ag-custom-admin'),__('Change color in header text', 'ag-custom-admin'));
2962
  $this->print_color('color_widget_background',__('Background:', 'ag-custom-admin'),__('Change widget background color', 'ag-custom-admin'));
2963
-
2964
  ?>
 
2965
  </table>
 
2966
  <input type="hidden" size="47" id="ag_colorizer_json" name="ag_colorizer_json" value="<?php echo htmlspecialchars(get_option('ag_colorizer_json')); ?>" />
2967
  <div id="picker"></div>
2968
  </div>
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.1
8
  Text Domain: ag-custom-admin
9
  Domain Path: /languages
10
  Author URI: https://cusmin.com
75
  /*Initialize properties*/
76
  $this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
77
 
78
+ $this->agca_version = "6.6.1";
79
  }
80
 
81
  function load_plugin_textdomain() {
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(); ?>
2246
+ <p tabindex="0" class="agca-clear agca-tip"><i><?php _e('<strong>Tip: </strong>Move the cursor over an option label to see the more information about the option', 'ag-custom-admin')?></i></p>
2247
  <table class="agca-clear form-table" width="500px">
2248
  <?php
2249
 
2250
  $this->print_checkbox(array(
2251
  'name'=>'agca_role_allbutadmin',
2252
+ 'label'=>__('Exclude the AGCA admin from the customizations', 'ag-custom-admin'),
2253
  'title'=>__('<h3>Applying customizations</h3><br><strong>Checked</strong> - apply to all users, except admin<br><strong>Not checked</strong> - apply to everyone</br></br><strong>Q</strong>: Who is AGCA administrator?</br><strong>A</strong>: Go to <i>General -> Security -> AGCA admin capability</i> and change capability option to define administrators. Only the users with selected capability will be AGCA administrators.</br>', 'ag-custom-admin')
2254
  ));
2255
 
2284
  <th scope="row">
2285
  <label title="<?php _e('Choose which WordPress capability will be used to distinguish AGCA admin users from other users.</br>AGCA admin users have access to AGCA settings. AGCA administrators can be excluded from customizations if that option is checked', 'ag-custom-admin'); ?>" for="agca_admin_capability"><?php _e('AGCA admin capability', 'ag-custom-admin'); ?>:</label>
2286
  </th>
2287
+ <td><?php echo $this->admin_capabilities; ?>&nbsp;&nbsp;<i>(<?php _e('default:&nbsp;<strong>Edit Dashboard</strong>', 'ag-custom-admin'); ?>)</i>
2288
  <p style="margin-left:5px;"><i><?php _e('Find more information about', 'ag-custom-admin'); ?> <a href="https://wordpress.org/support/article/roles-and-capabilities/" target="_blank"><?php _e('WordPress capabilities', 'ag-custom-admin'); ?></a></i></p>
2289
  </td>
2290
  <td>
2291
  </td>
2292
  </tr>
2293
+ <tr>
2294
+ <td>
2295
+ <p>Need to apply multiple configurations to multiple user groups/roles? <a href="https://cusmin.com/docs/general/configuration-management?ref=agca" target="_blank">Upgrade to Cusmin</a></p>
2296
+ </td>
2297
+ </tr>
2298
  <?php
2299
  $this->print_options_h3(__('Feedback and Support', 'ag-custom-admin'));
2300
 
2345
  'class'=>'ag_table_major_options',
2346
  ),
2347
  'hide'=>true,
2348
+ 'title'=>__('Hides the admin bar completely from the admin panel', 'ag-custom-admin'),
2349
  'name'=>'agca_header',
2350
  'label'=>__('<strong>Hide Admin bar</strong>', 'ag-custom-admin'),
2351
  'input-attributes'=>'data-dependant="#agca_header_show_logout_content"',
2555
 
2556
  ?>
2557
 
2558
+ <tr>
2559
+ <td>
2560
+ <p>Try the Cusmin admin bar editor instead: <a href="https://cusmin.com/docs/admin-bar/admin-bar-editor?ref=admin-bar" target="_blank"><br>Upgrade to Cusmin</a></p>
2561
+ </td>
2562
+ </tr>
2563
  </table>
2564
  </div>
2565
 
2689
  ));
2690
 
2691
  ?>
2692
+ <tr>
2693
+ <td>
2694
+ <p>Create custom Dashboard Widgets<br><a href="https://cusmin.com/docs/dashboard/my-dashboard-widgets?ref=agca" target="_blank">Upgrade to Cusmin</a></p>
2695
+ </td>
2696
+ </tr>
2697
  </table>
2698
  </div>
2699
  <div id="section_login_page" style="display:none" class="ag_section">
2785
  'label'=>__('Hide "Lost password" link', 'ag-custom-admin'),
2786
  ));
2787
  ?>
2788
+ <tr>
2789
+ <td>
2790
+ <p>Add a custom login background image and apply more login page options: <a href="https://cusmin.com/docs/login-page?ref=login-page" target="_blank">Upgrade to Cusmin</a></p>
2791
+ </td>
2792
+ </tr>
2793
  </table>
2794
  </div>
2795
  <?php
2839
  'label'=>__('Front end: Remove Customize button', 'ag-custom-admin'),
2840
  ));
2841
  ?>
2842
+ <tr>
2843
+ <td>
2844
+ <p>Try the Cusmin admin menu editor instead: <a href="https://cusmin.com/docs/admin-menu/admin-menu-editor?ref=admin-menu-editor" target="_blank"><br>Upgrade to Cusmin</a></p>
2845
+ </td>
2846
+ </tr>
2847
 
2848
  <?php
2849
  $this->print_options_h3(__('Add New Menu Items', 'ag-custom-admin'));
2985
 
2986
  $this->print_color('color_widget_bar',__('Title bar background:', 'ag-custom-admin'),__('Change color in header text', 'ag-custom-admin'));
2987
  $this->print_color('color_widget_background',__('Background:', 'ag-custom-admin'),__('Change widget background color', 'ag-custom-admin'));
 
2988
  ?>
2989
+
2990
  </table>
2991
+ <p>Need more Colorizer options? <a href="https://cusmin.com/docs/colorizer?ref=agca" target="_blank">Upgrade to Cusmin</a></p>
2992
  <input type="hidden" size="47" id="ag_colorizer_json" name="ag_colorizer_json" value="<?php echo htmlspecialchars(get_option('ag_colorizer_json')); ?>" />
2993
  <div id="picker"></div>
2994
  </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, customize, hide, change admin, themes, admin themes, admin bar, login page
5
  Requires at least: 3.0
6
  Tested up to: 5.4
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 =
149
  * Fix for the loopback check by Site Health
150
 
@@ -568,6 +571,10 @@ If you have the latest WordPress and plugin versions and you still experience so
568
 
569
  == Upgrade Notice ==
570
 
 
 
 
 
571
  = 6.6 =
572
  * Fix for the loopback check by Site Health
573
 
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.4
7
+ Stable tag: 6.6.1
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
145
 
146
  == Change Log ==
147
 
148
+ = 6.6.1 =
149
+ * Updating text labels
150
+
151
  = 6.6 =
152
  * Fix for the loopback check by Site Health
153
 
571
 
572
  == Upgrade Notice ==
573
 
574
+
575
+ = 6.6.1 =
576
+ * Updating text labels
577
+
578
  = 6.6 =
579
  * Fix for the loopback check by Site Health
580