Adminimize - Version 1.11.8

Version Description

(2022-07-19) = * Fix for PHP8, #148, Probs @g-kanoufi * Fix spaces in textara, global options, #141

Download this release

Release Info

Developer Bueltge
Plugin Icon wp plugin Adminimize
Version 1.11.8
Comparing to
See all releases

Code changes from version 1.11.7 to 1.11.8

Files changed (51) hide show
  1. CHANGELOG.md +474 -0
  2. LICENSE.txt +0 -0
  3. adminimize.php +13 -7
  4. adminimize_page.php +0 -0
  5. css/mw_cat_full.css +0 -0
  6. css/mw_cat_full.min.css +0 -0
  7. css/mw_small_user_info.css +0 -0
  8. css/mw_small_user_info.min.css +0 -0
  9. css/style.css +0 -0
  10. css/style.min.css +0 -0
  11. inc-options/admin_bar.php +0 -0
  12. inc-options/admin_bar_frontend.php +0 -0
  13. inc-options/backend_options.php +1 -8
  14. inc-options/dashboard_options.php +0 -0
  15. inc-options/deinstall_options.php +0 -0
  16. inc-options/global_options.php +0 -0
  17. inc-options/im_export_options.php +0 -0
  18. inc-options/links_options.php +0 -0
  19. inc-options/menu_options.php +16 -6
  20. inc-options/minimenu.php +0 -0
  21. inc-options/self_settings.php +0 -0
  22. inc-options/settings_notice.php +0 -0
  23. inc-options/theme_options.php +0 -0
  24. inc-options/widget_options.php +0 -0
  25. inc-options/wp_nav_menu_options.php +0 -0
  26. inc-options/write_cp_options.php +0 -0
  27. inc-options/write_page_options.php +0 -0
  28. inc-options/write_post_options.php +0 -0
  29. inc-setup/admin-bar-items.php +0 -0
  30. inc-setup/admin-footer.php +0 -0
  31. inc-setup/dashboard.php +0 -0
  32. inc-setup/export.php +0 -0
  33. inc-setup/footer.php +0 -0
  34. inc-setup/helping_hands.php +2 -2
  35. inc-setup/import.php +2 -4
  36. inc-setup/messages.php +0 -0
  37. inc-setup/meta-boxes.php +0 -0
  38. inc-setup/remove-admin-bar.php +0 -0
  39. inc-setup/remove-admin-notices.php +0 -0
  40. inc-setup/widget.php +0 -0
  41. js/adminimize.js +0 -0
  42. js/adminimize.min.js +0 -0
  43. js/remove_footer.js +0 -0
  44. js/remove_footer.min.js +0 -0
  45. js/remove_header.js +0 -0
  46. js/remove_header.min.js +0 -0
  47. js/tb_window.js +0 -0
  48. js/tb_window.min.js +0 -0
  49. js/timestamp.js +0 -0
  50. js/timestamp.min.js +0 -0
  51. readme.txt +508 -506
CHANGELOG.md ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
3
+
4
+ ## [Unreleased](https://github.com/bueltge/Adminimize/compare/1.11.7...HEAD)
5
+ * Fix for PHP8, #148, Probs @g-kanoufi
6
+ * Fix spaces intextara, global options, #141
7
+
8
+ ## [1.11.7](https://github.com/bueltge/Adminimize/compare/1.11.6...1.11.7) - 2020-07-15
9
+ * Add Im-/Export possibility only for different roles, #139, Probs @JulietNoth
10
+ * Fix problems with plugins in menus, like WooCommerce, #130
11
+ * Fix UI topics on settings page
12
+ * Fix simple PHP warnings
13
+
14
+ ## [1.11.6](https://github.com/bueltge/Adminimize/compare/1.11.5...1.11.6) - 2019-12-23
15
+ * Fixed to allow br, a, strong, em on admin footer hint. #20bffc9bdfec95b0c92a2a1d2c1e90af74a68022
16
+ * Add new filter hook to change the options, like more or less options. `mw_adminimize_options_before_update`, Probs @g-kanoufi
17
+ * Add new filter hooks to add custom area on the settings page, before and after Minmenu on top. `mw_adminimize_minimenu_before_first_tr` and `mw_adminimize_minimenu_after_last_tr`, Probs @g-kanoufi
18
+ * Add filter hook `adminimize_mu_force_options_per_site` to allow different adminimize options per site on multisite, Probs @ulietNoth
19
+ * Add filter hooks `adminimize_user_roles_filter` and `adminimize_user_roles_names_filter` to allow add or remove role column in adminimize options, Probs @ulietNoth
20
+
21
+ ## [1.11.5](https://github.com/bueltge/Adminimize/compare/1.11.4...1.11.5) - 2019-07-07
22
+ * Fixed: Remove deprecated version for support of php 7.2 #109.
23
+ * Fixed: Dashboard removels for multible roles.
24
+ * Fixed: settings link.
25
+ * Maintenance: More solid page checks, codex issues.
26
+ * Maintenance: Remove Javascript for the settings page for scrolling top, simplify.
27
+ * Fixed: A little bid spelling is now fixed.
28
+ * Feature: Close every box other than the first, to keep the page clean.
29
+ * Fixed: Hide Meta Boxes on usage of multiple roles, Probs @filipecsweb.
30
+
31
+ ## [1.11.4](https://github.com/bueltge/Adminimize/compare/1.11.3...1.11.4) - 2017-12-14
32
+ * Fixed hide of menu items, if you use custom menu, see [wiki page](https://github.com/bueltge/Adminimize/wiki/Custom-Menu-Order)
33
+ * Fixed Import/Export for different server environments.
34
+ * Remove languge file on github, we use always the translation community from wordpress.org
35
+ * Fixed check for settings page of Adminimize, so that we see all options, areas of the install.
36
+
37
+ ## [1.11.3](https://github.com/bueltge/Adminimize/compare/1.11.2...1.11.3) - 2017-11-16
38
+ * Added custom dashbaord options to admin head to hide it via css.
39
+ * Added support of multiple roles for dashboard options.
40
+ * Added new option to hide 'Add New' Button on each post type.
41
+ * Fixed ID of Menu to use each link in the full width.
42
+ * Fixed error for check dashboard setup on multiple roles.
43
+ * Removed dependency from users.php to profile.php. #61
44
+ * Allow attribute selector for custom options, remove slashes in options. #65
45
+ * Change hook for change menu items ot solve order problem with third plugins. #68
46
+ * Remove Set Theme for users option - noit relevant for the plugin, old dependencies.
47
+ * Change selector to remove footer area.
48
+ * Remove Screenshots on readme page, to big, not helpful.
49
+ * Added filter hook `adminimize_nopage_access_message` to change the message for no access to a page. see the [wiki](https://github.com/bueltge/Adminimize/wiki/Filter-Hooks)
50
+
51
+ ## [1.11.2](https://github.com/bueltge/Adminimize/compare/1.11.1...1.11.2) - 2016-12-04
52
+ * Fix backticks for `shell_exec` error #59.
53
+ * Fix prevent access function for pages #51, #57.
54
+
55
+ ## [1.11.1](https://github.com/bueltge/Adminimize/compare/1.11.0...1.11.1) - 2016-11-24
56
+ * Fix fatal error for WP smaller than 4.7 - Sorry again!
57
+
58
+ ## [1.11.0](https://github.com/bueltge/Adminimize/compare/1.10.6...1.11.0) - 2016-11-24
59
+ ### Fixed
60
+ * Fix open Translations. props pedro-mendonca
61
+ * Fix Typos.
62
+ * Fix php warning on Admin Bar items for PHP 5.2.
63
+ * Fix CPT feature support, if it false.
64
+
65
+ ### Added
66
+ * Add check in different functions for AJAX request.
67
+ * Add to prevent access to pages of the back end, there are active for hiding in the settings.
68
+ * Add plugin option to remove the default behavior to prevent access to pages.
69
+
70
+ ## [1.10.6](https://github.com/bueltge/Adminimize/compare/1.10.5...1.10.6) - 2016-08-09
71
+ ### Fixed
72
+ * Fix to see Logout link also on mobile view.
73
+ * Fix type definition.
74
+
75
+ ## [1.10.5](https://github.com/bueltge/Adminimize/compare/1.10.4...1.10.5) - 2016-06-28
76
+ ### Fixed
77
+ * Fix PHP Warning
78
+ * Fix check for active usage of Link Manager
79
+ * Fix menu var type, if is object.
80
+ * Check for multiple roles on Menu Settings, that it works only, if the option is still active on each role of this user.
81
+
82
+ ## [1.10.4](https://github.com/bueltge/Adminimize/compare/1.10.3...1.10.4) - 2016-06-03
83
+ ### Added
84
+ * Add support for multiple roles to remove the Admin Bar via global options.
85
+ * Add support for multiple roles to remove the Admin Bar Back end items.
86
+ * Add also this support for Front End Admin Bar items.
87
+ * Multiple roles supported now on "Menu Options", "Global Options", "Admin Bar Back end options" and "Admin Bar Front end options".
88
+
89
+ ## [1.10.3](https://github.com/bueltge/Adminimize/compare/1.10.2...1.10.3) - 2016-05-11
90
+ ### Fixed
91
+ * Fix exclude of set new Admin Bar on settings page of Adminimize.
92
+ * Fix check for settings page.
93
+ * Fix colors on raw, column of the settings page.
94
+ * Fix caching for Dashboard Widget options.
95
+
96
+ ### Added
97
+ * Add buffering for debug helper in the console.
98
+
99
+ ## [1.10.2](https://github.com/bueltge/Adminimize/compare/1.10.1...1.10.2) - 2016-03-10
100
+ ### Added
101
+ * Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.
102
+ * Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
103
+
104
+ ### Changed
105
+ * More clarity for the "own options" label.
106
+
107
+ ## [1.10.1](https://github.com/bueltge/Adminimize/compare/1.10.0...1.10.1) - 2016-02-29
108
+ ### Fixed
109
+ * Fix the Removing of Admin Color Scheme Select on the profile page.
110
+
111
+ ### Changed
112
+ * Back-end options are also excluded on the settings page.
113
+
114
+ ### Added
115
+ * Add new settings area for options of the plugin self.
116
+ * The support for multiple roles is now optional.
117
+ * The support for bbPress is now active and optional.
118
+
119
+ ## [1.10.0](https://github.com/bueltge/Adminimize/compare/1.9.2...1.10.0) - 2016-02-21
120
+ ### Fixed
121
+ * Fix "select all" on Admin Bar settings.
122
+ * Fix exclude settings page for pages, there is the current screen not existent.
123
+
124
+ ### Removed
125
+ * Remove more legacy code before WP 3.3.
126
+
127
+ ### Changed
128
+ * Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar.
129
+ * Change settings screen for custom post type.
130
+ * Change removal of Menu and Sub-Menu items to WP core functions, possible to non support older WP Versions.
131
+ * Supports multiple roles on "Menu Options" and "Global Options".
132
+
133
+ ### Added
134
+ * Add possibility to hide Admin Notices globally, new setting point in "Global Options".
135
+ * Improve the exclude settings page function for hooks, there fired before `get_current_screen`.
136
+
137
+ ## 1.9.2 (2016-01-30)
138
+ * Change get role name, return now a array with slug and name to fix "Select All" function for custom roles.
139
+ * Change Menu Items to Key value, not the id. Makes possible to hide also menu items, there have a stupid menu entry.
140
+ * Remove https fix; not necessary for the plugin. If you will usage, add this custom [plugin](https://gist.github.com/bueltge/01f37a868e2e1321b931).
141
+ * Update pot and de_De language files.
142
+
143
+ ## 1.9.1 (2016-25-01)
144
+ * Fixing ssl protocol in WP core on include styles and scripts.
145
+
146
+ ## 1.9.0 (2016-01-21)
147
+ * Change Ex-/Import functions to use JSON format and remove mysql topics, there no longer valid in WP core.
148
+ * Add more checks to hide also dynamically menu items, like Customizer.
149
+ * Update spanish and german language file.
150
+ * Fix PHP Warning [PHP Warning: in_array()](https://wordpress.org/support/topic/php-warning-in_array-expects-parameter-2-to-be-array?replies=3)
151
+ * Fix PHP Notice: Array to string conversion
152
+ * UI change: Fixed head on tables.
153
+ * Update italian language files, props to marcochiesi.
154
+ * Add global option to hide admin notices for each role.
155
+ * Replace static source to get option, only one function to get it.
156
+ * Change Admin Bar Feature: Difference between front-end and back-end.
157
+ * More stability on admin bar settings. Switch hook to set, get data of admin bar.
158
+ * Add possibility to select/unselect all checkboxes for each area.
159
+ * Fix redirect feature, if Dashboard menu item is active for a role.
160
+ * Remove functions for WordPress versions smaller 3.5.
161
+ * Remove css styles small WP 4.0
162
+ * Add minify js/css.
163
+ * Several code changes.
164
+ * Add custom fix for hide editors on post types.
165
+ * Several performance changes, like replace from `array_push`.
166
+ * Fix Role check, new function to fix [#22624](https://core.trac.wordpress.org/ticket/22624).
167
+ * Exclude Settings page and Super Admin from remove Dashboard function.
168
+
169
+ ## 1.8.5 (2015-03-19)
170
+ * Add brazilian portuguese translation, thanks to [Rafael Funchal](http://www.rafaelfunchal.com.br/)
171
+ * Small code changes for php notices
172
+ * Fix Admin Bar Feature
173
+ * Different code maintenance
174
+ * Enhance readme for helpful links under FAQ
175
+ * Fix to remove admin bar
176
+
177
+ ## 1.8.4 (06/06/2013)
178
+ * Change Widget Settings, better to unregister widgets from other themes and plugins
179
+ * Add more usability to the settings page
180
+ * Small major changes
181
+
182
+ ## 1.8.3 (04/07/2013)
183
+ * Fix for use it with bbPress
184
+ * Small minor changes
185
+
186
+ ## 1.8.2 (02/15/2013)
187
+ * Fix PHP Notice message for empty var, see [support](http://wordpress.org/support/topic/undefined-index-current_screen)
188
+ * Changes for load files and functions only, if it necessary
189
+ * Fix, that the changes on Admin Bar work always in all admin pages
190
+
191
+ ## 1.8.1 (01/10/2013)
192
+ * Fix PHP notice on message for network
193
+ * Check for active links manager; change from WP 3.5
194
+ * Add Widget settings (Beta)
195
+ * Fix for remove admin bar in backend
196
+ * Remove Backend options, there not usable with WP 3.5 and earlier
197
+ * Fix 'Category Height' on Meta Box on write post; See always all categories, without scrolling inside Meta Box
198
+ * Fix to hide footer, but this is still usable by adding custom content
199
+ * Fix Hints, Options for Multisite install
200
+ * Add Admin Bar options (Beta)
201
+
202
+ ## v1.8.0
203
+ * Simple Support for WP Multisite
204
+ * Enhancement for hide Text-Tab on editors in custom post types
205
+ * Small fix for PHP notice
206
+
207
+ ## v1.7.27
208
+ * Fix for hide Admin Bar in WP 3.4
209
+ * Fix for remove sections on custom post types in edit screen table
210
+ * Enhancements for reduce sections on edit post and page
211
+ * Enhancement for User Info to use also in Admin Bar in front end
212
+ * Fix for different pages in admin, see [forum thread](http://wordpress.org/support/topic/plugin-adminimize-hide-page-and-subpages-editphp)
213
+ * Fix, if you don't use redirect for php notice
214
+ * Add romanian language
215
+
216
+ ## v1.7.26
217
+ * Typo for settings message [see thread](http://wordpress.org/support/topic/plugin-adminimize-what-does-the-settings-page-ignores-this-settings-mean?replies=4)
218
+ * Fix for custom areas on Custom Post Types, [see thread](http://wordpress.org/support/topic/plugin-adminimize-bug-in-custom-metabox-ids-for-custom-types?replies=3)
219
+ * Exclude backend theme options, was used only smaller 2.0 of WP
220
+ * Exclude Hint in Footer
221
+ * Exclude write scroll options
222
+ * Different cleaner actions
223
+
224
+ ## v1.7.25
225
+ * Update for fix menu-items with entities
226
+ * [Fix](http://plugins.trac.wordpress.org/changeset/494274) for display settings on menu, if items are deactivated
227
+ * Add Separator to settings of menu, for hide this for different roles
228
+ * Add notice for settings page, that no settings work on this page
229
+ * Fix rewrite, if change the user info area and define an rewrite
230
+ * List Separator on menu-items; also possible to hide this
231
+
232
+ ## v1.7.24
233
+ * Maintenance: add ID for hide html-tab on Editor also in WP 3.3
234
+ * Bug fixing for WP 3.2.1 with the new functions :(
235
+
236
+ ## v1.7.23
237
+ * Maintenance: change function to remove admin bar for WP 3.3, see [Forum item](http://wordpress.org/support/topic/694201)
238
+ * Maintenance: change for USer Info to works also in WP 3.3
239
+
240
+ ## v1.7.22
241
+ * Security fix for $_GET on the admin-settings-page
242
+
243
+ ## v1.7.21
244
+ * SORRY: i had an svn bug; here the complete version
245
+ * no changes; only a new commit to svn
246
+
247
+ ## v1.7.20
248
+ * fix small bug for use plugin Localization
249
+ * add Dashboard Widgets to remove for different roles
250
+
251
+ ## v1.7.19
252
+ * fix page for links - `link.php`
253
+ * add irish language files
254
+ * add bulgarian language files
255
+
256
+ ## v1.7.18 (06/07/2011)
257
+ * Fixes Small User info on right top with Admin Bar, also ready for WP 3.2
258
+ * Fixes Error for xmlrpc
259
+ * Add QuickEdit-Areas for hide this
260
+ * Different changes on source
261
+ * With WP 3.2 remove all Admin Styles !
262
+ * Add support for custom post type
263
+ * many small changes on source
264
+ * update de_DE language files
265
+ * tested only in version 3.1 and 3.2-beta; don't test in smaller version
266
+ * add hindi language file
267
+
268
+ ## v1.7.17 (04/11/2011)
269
+ * Fixes on Admin-CSS Styles for WP 3.*
270
+ * Reduce backend Styles of the Plugins - Goal: kill all styles!!! (to heavy for Maintenance)
271
+
272
+ ## v1.7.16 (04/01/2011)
273
+ * Bug-fix: change init-function; admin bar also on frontend and backend and all other options of global only on backend
274
+ * Remove new hock on wp admin bar; include inline styles; only on deactivate admin bar
275
+ * Fix language errors
276
+ * Add meta box post formats
277
+ * Update de_DE language files
278
+
279
+ ## v1.7.15 (03/30/2011)
280
+ * Change functions for reduce WP Nav Menu
281
+ * change to check for super admin; add new function and option on Global Options to set this
282
+ * Maintenance: check for functions in Multisite, Super-admin for use the plugin smaller WP 3.0
283
+ * Feature: add css for more usability on settings
284
+ * Bug-fix: custom values for WP Nav Menu
285
+ * Add Option for Super Admin
286
+ * Change option for rewrite, after deactivate Dashboard; now you use a custom url, incl. http://
287
+ * Maintenance: Language File
288
+
289
+ ## v1.7.14 (03/03/2011)
290
+ * Maintenance: remove php notice on role editor
291
+ * Maintenance: Add fallback for don't load menu/sub-menu
292
+ * Maintenance: Exclude all options in different files
293
+
294
+ ## v1.7.13 (03/02/2011)
295
+ * Maintenance: different changes on code
296
+ * Maintenance: usable in WP 3.1
297
+ * Feature: Remove Admin Bar per role
298
+ * Feature: Add options for WP Nav Menu
299
+ * Bug-fix: php warning for wrong data-type [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-in-array)
300
+ * Bug-fix: php warning on foreach [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-error-invalid-argument-supplied-for-foreach)
301
+
302
+ ## v1.7.12 (10/02/2010)
303
+ * Bug-fix: Fallback for deactivate profile.php on roles smaller administration
304
+ * Bug-fix: Redirect from Dashboard on different roles
305
+ * Maintenance: small changes on code
306
+
307
+ ## v1.7.11 (09/24/2010)
308
+ * Bug-fix: for WP < 3.0; function get_post_type_object() is not exist
309
+
310
+ ## v1.7.10 (09/24/2010)
311
+ * Bug-fix: link-page in admin
312
+ * Bug-fix: meta-boxes on link-page
313
+ * Bug-fix: check for post or page with WP 3.*
314
+ * Maintenance: german language files
315
+ * Maintenance: pot-file
316
+ * Feature: new css for "User-info" in WP 3.0
317
+ * Maintenance: incl. the new css-file
318
+
319
+ ## v1.7.9 (09/15/2010)
320
+ * Bug-fix for new role-checking
321
+
322
+ ## v1.7.8 (09/13/2010)
323
+ * changes for WPMU and WP 3.0 MultiSite
324
+ * bug-fix for admin-menu in WPMU and WP 3.0 MultiSite
325
+ * bug-fix for meta boxes in WPMU and WP 3.0 MultiSite
326
+ * bug-fix for global settings in WPMU and WP 3.0 MultiSite
327
+ * bug-fix for link-options in WPMU and WP 3.0 MultiSite
328
+ * bug-fix for custom redirect after login
329
+ * different bug-fixes fpr php-warnings
330
+
331
+ ## v1.7.7 (03/18/2010)
332
+ * small fixes for redirect on deactivate Dashboard
333
+ * add dutch language file
334
+
335
+ ## v1.7.6 (01/14/2010)
336
+ * fix array-check on new option disable HTML Editor
337
+
338
+ ## v1.7.5 (01/13/2010)
339
+ * new function: disable HTML Editor on edit post/page
340
+
341
+ ## v1.7.4 (01/10/2010)
342
+ * Fix on Refresh menu and sub-menu on settings-page
343
+ * Fix for older WordPress versions and function current_theme_supports
344
+
345
+ ## v1.7.3 (01/08/2010)
346
+ * Add Im-/Export function
347
+ * Add new meta boxes from WP 2.9 post_thumbnail, if active from the Theme
348
+ * Small modifications and code and css
349
+ * Add new functions: hide tab for help and options on edit post or edit page; category meta box with ful height, etc.
350
+
351
+ ## v1.7.2 (07/08/2009)
352
+ * Add fix to deactivate user.php/profile.php
353
+
354
+ ## v1.7.1 (17/06/2009)
355
+ * Add belorussian language file, thanks to Fat Cow
356
+
357
+ ## v1.7.1 (16/06/2009)
358
+ * changes for load user date on settings themes; better for performance on blogs with many Users
359
+ * small bug-fixes on textdomain
360
+ * changes on hint for settings on menu
361
+ * new de_DE language file
362
+ * comments meta box add to options on post
363
+
364
+ ## v1.7 (23/06/2009)
365
+ * Bug-fix for WordPress 2.6; Settings-Link
366
+ * alternate for `before_last_bar()` and change class of div
367
+
368
+ ## 1.6.9 (19/06/2009)
369
+ * Bug-fix, Settingslink gefixt;
370
+ * Changes on own defines with css selectors; first name, second css selector
371
+ * Bug-fix in own options to pages
372
+
373
+ ## 1.6.8 (18/06/2009)
374
+ * Bug-fix in german language file
375
+
376
+ ## 1.6.6-7 (10/06/2009)
377
+ * Add Meta Link in 2.8
378
+
379
+ ## 1.6.5 (08/05/2009)
380
+ * Bug-fix, Doculink only on admin page of Adminimize
381
+
382
+ ## 1.6.4 (27/04/2009)
383
+ * new Backend-Themes
384
+ * more options
385
+ * multilanguage for role-names
386
+
387
+ ## 1.6.1, 1.6.3 (24/05/2009)
388
+ * ready for own roles
389
+ * new options for link-area on WP backend
390
+ * own options for all areas, use css selectors
391
+ * ...
392
+
393
+ ## v1.6
394
+ * ready for WP 2.7
395
+ * new options area, parting of page and post options
396
+ * add wp_nonce for own logout
397
+ * ...
398
+
399
+ ## v1.5.3-8
400
+ * Changes for WP 2.7
401
+ * changes on CSS design
402
+ * ...
403
+
404
+ ## v1.5.2
405
+ * own redirects possible
406
+
407
+ ## v1.5.1
408
+ * Bug-fix f&uuml;r rekursiven Array; Redirect bei deaktivem Dashboard funktionierte nicht
409
+
410
+ ## v1.5
411
+ * F&uuml;r jede Nutzerrolle besteht nun die M&uuml;glichkeit, eigene Menus und Metaboxes zu setzen. Erweiterungen im Backend-Bereich und Vorbereitung f&uuml;r WordPress Version 2.7
412
+
413
+ ## v1.4.7
414
+ * Bug-fix CSS-Adresse f&uuml;r WP 2.5
415
+
416
+ ## v1.4.3-6
417
+ * Aufrufe diverser JS ge&auml;ndert, einige &uuml;bergreifende Funktionen nun auch ohne aktives Adminimize-Theme
418
+
419
+ ## v1.4.2
420
+ * kleine Erweiterungen, Variablenabfragen ge&auml;ndert
421
+
422
+ ## v1.4.1
423
+ * Bug-fixes und Umstellung Sprache
424
+
425
+ ## v1.4
426
+ * Performanceoptimierung; <strong>Achtung:</strong> nur noch 1 Db-Eintrag, bei Update auf Version 1.4 zuvor die Deinstallation-Option nutzen und die Db von &uuml;berfl&uuml;ssigen Eintr&auml;gen befreien.
427
+
428
+ ## v1.3
429
+ * Backendfunktn. erweitert, Update f&uuml;r PressThis im Bereich Schreiben, etc.
430
+
431
+ ## v1.2
432
+ * Erweiterungen der MetaBoxen
433
+
434
+ ## v1.1
435
+ * Schreiben-, Verwalten-Bereich ist deaktivierbar; CSS-Erweiterungen des WP 2.3 Themes f&uuml;r WP 2.6; Sidebar im Schreiben-Bereich noch mehr konfigurierbar, Optionsseite ausgebaut, kleine Code-Ver&auml;nderungen
436
+
437
+ ## v1.0
438
+ * JavaScript schlanker durch die Hilfe von <a href="http://www.schloebe.de/">Oliver Schl&uuml;be</a>
439
+
440
+ ## v0.8.1
441
+ * Hinweis im Footer m&uuml;glich, optional mit optionalen Text, Weiterleitung immer ersichtlich
442
+
443
+ ## v0.8
444
+ * Weiterleitung nach Logout m&uuml;glich
445
+
446
+ ## v0.7.9
447
+ * Zus&auml;tzlich ist innerhalb der Kategorien nur "Kategorien hinzuf&uuml;gen" deaktiverbar
448
+
449
+ ## v0.7.8
450
+ * Mehrsprachigkeit erweitert
451
+
452
+ ## v0.7.7
453
+ * Bug-fix f&uuml;r Metabox ausblenden in Write Page
454
+
455
+ ## v0.7.6
456
+ * Checkbox f&uuml;r alle ausw&auml;hlen auch in Page und Post, Korrektur in Texten
457
+
458
+ ## v0.7.5
459
+ * Checkbox f&uuml;r alle ausw&auml;hlen, Theme zuweisen
460
+
461
+ ## v0.7.3
462
+ * Optionale Weiterleitung bei deaktiviertem Dashboard, Einstellungen per Plugin-Seite m&uuml;glich, Admin-Footer erg&auml;nzt um Plugin-infos
463
+
464
+ ## v0.7.2
465
+ * Update Options Button zus&auml;tzlich im oberen Abschnitt
466
+
467
+ ## v0.7.1
468
+ * Thickbox Funktion optional
469
+
470
+ ## v0.7
471
+ * WriteScroll optional, MediaButtons deaktivierbar
472
+
473
+ ## v0.6.9
474
+ * Theme WordPress 2.3 hinzugekommen, Footer deaktivierbar
LICENSE.txt CHANGED
File without changes
adminimize.php CHANGED
@@ -7,7 +7,7 @@
7
  * Description: Visually compresses the administrative meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for all roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles.
8
  * Author: Frank Bültge
9
  * Author URI: http://bueltge.de/
10
- * Version: 1.11.7
11
  * License: GPLv2+
12
  *
13
  * Php Version 5.6
@@ -15,7 +15,7 @@
15
  * @package WordPress
16
  * @author Frank Bültge <frank@bueltge.de>
17
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
18
- * @version 2020-07-15
19
  */
20
 
21
  /**
@@ -689,6 +689,12 @@ function _mw_adminimize_set_menu_option() {
689
  // Sub Menu Settings.
690
  if ( isset( $wp_submenu ) && ! empty( $wp_submenu[ $menu_slug ] ) ) {
691
  foreach ( (array) $wp_submenu[ $menu_slug ] as $subindex => $subitem ) {
 
 
 
 
 
 
692
  // Check, if is Sub Menu item in the user role settings?
693
  if (
694
  isset( $mw_adminimize_submenu )
@@ -1238,15 +1244,15 @@ function _mw_adminimize_on_load_page() {
1238
  *
1239
  * @return string
1240
  */
1241
- function _mw_adminimize_get_option_value( $key = FALSE ) {
1242
 
1243
- $adminimizeoptions = FALSE;
1244
  if ( ! _mw_adminimize_exclude_settings_page() ) {
1245
  $adminimizeoptions = wp_cache_get( 'mw_adminimize' );
1246
  }
1247
 
1248
- if ( FALSE === $adminimizeoptions ) {
1249
- // check for use on multisite
1250
  if ( _mw_adminimize_is_active_on_multisite() ) {
1251
  $adminimizeoptions = (array) get_site_option( 'mw_adminimize', array() );
1252
  } else {
@@ -1259,7 +1265,7 @@ function _mw_adminimize_get_option_value( $key = FALSE ) {
1259
  return $adminimizeoptions;
1260
  }
1261
 
1262
- return array_key_exists( $key, $adminimizeoptions ) ? $adminimizeoptions[ $key ] : NULL;
1263
  }
1264
 
1265
  /**
7
  * Description: Visually compresses the administrative meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for all roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles.
8
  * Author: Frank Bültge
9
  * Author URI: http://bueltge.de/
10
+ * Version: 1.11.8
11
  * License: GPLv2+
12
  *
13
  * Php Version 5.6
15
  * @package WordPress
16
  * @author Frank Bültge <frank@bueltge.de>
17
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
18
+ * @version 2022-07-19
19
  */
20
 
21
  /**
689
  // Sub Menu Settings.
690
  if ( isset( $wp_submenu ) && ! empty( $wp_submenu[ $menu_slug ] ) ) {
691
  foreach ( (array) $wp_submenu[ $menu_slug ] as $subindex => $subitem ) {
692
+
693
+ // @see https://github.com/bueltge/adminimize/issues/149
694
+ if ( is_object( $subitem ) ) {
695
+ $subitem = json_decode( json_encode( $subitem ), true );
696
+ }
697
+
698
  // Check, if is Sub Menu item in the user role settings?
699
  if (
700
  isset( $mw_adminimize_submenu )
1244
  *
1245
  * @return string
1246
  */
1247
+ function _mw_adminimize_get_option_value( $key = false ) {
1248
 
1249
+ $adminimizeoptions = false;
1250
  if ( ! _mw_adminimize_exclude_settings_page() ) {
1251
  $adminimizeoptions = wp_cache_get( 'mw_adminimize' );
1252
  }
1253
 
1254
+ if ( false === $adminimizeoptions ) {
1255
+ // check for use on multisite.
1256
  if ( _mw_adminimize_is_active_on_multisite() ) {
1257
  $adminimizeoptions = (array) get_site_option( 'mw_adminimize', array() );
1258
  } else {
1265
  return $adminimizeoptions;
1266
  }
1267
 
1268
+ return array_key_exists( $key, $adminimizeoptions ) ? $adminimizeoptions[ $key ] : null;
1269
  }
1270
 
1271
  /**
adminimize_page.php CHANGED
File without changes
css/mw_cat_full.css CHANGED
File without changes
css/mw_cat_full.min.css CHANGED
File without changes
css/mw_small_user_info.css CHANGED
File without changes
css/mw_small_user_info.min.css CHANGED
File without changes
css/style.css CHANGED
File without changes
css/style.min.css CHANGED
File without changes
inc-options/admin_bar.php CHANGED
File without changes
inc-options/admin_bar_frontend.php CHANGED
File without changes
inc-options/backend_options.php CHANGED
@@ -406,14 +406,7 @@ if ( ! function_exists( 'add_action' ) ) {
406
  </label>
407
  <br>
408
  <label for="_mw_adminimize_db_redirect_txt"></label>
409
- <textarea style="width: 85%;" class="code" rows="1" cols="60"
410
- name="_mw_adminimize_db_redirect_txt" id="_mw_adminimize_db_redirect_txt">
411
- <?php
412
- echo htmlspecialchars(
413
- stripslashes( _mw_adminimize_get_option_value( '_mw_adminimize_db_redirect_txt' ) )
414
- );
415
- ?>
416
- </textarea>
417
  <br/>
418
  <?php
419
  esc_attr_e(
406
  </label>
407
  <br>
408
  <label for="_mw_adminimize_db_redirect_txt"></label>
409
+ <textarea style="width: 85%;" class="code" rows="1" cols="60" name="_mw_adminimize_db_redirect_txt" id="_mw_adminimize_db_redirect_txt"><?php echo htmlspecialchars( stripslashes( _mw_adminimize_get_option_value( '_mw_adminimize_db_redirect_txt' ) ) ); ?></textarea>
 
 
 
 
 
 
 
410
  <br/>
411
  <?php
412
  esc_attr_e(
inc-options/dashboard_options.php CHANGED
File without changes
inc-options/deinstall_options.php CHANGED
File without changes
inc-options/global_options.php CHANGED
File without changes
inc-options/im_export_options.php CHANGED
File without changes
inc-options/links_options.php CHANGED
File without changes
inc-options/menu_options.php CHANGED
@@ -21,6 +21,9 @@ if ( ! function_exists( 'add_action' ) ) {
21
  <colgroup>
22
  <?php
23
  $col = 0;
 
 
 
24
  foreach ( $user_roles_names as $role_name ) {
25
  echo '<col class="col' . $col . '">' . "\n";
26
  $col ++;
@@ -40,6 +43,9 @@ if ( ! function_exists( 'add_action' ) ) {
40
  <tr>
41
  <td><?php esc_attr_e( 'Select all', 'adminimize' ); ?></td>
42
  <?php
 
 
 
43
  foreach ( $user_roles as $role_slug ) {
44
  echo '<td class="num">';
45
  echo '<span class="form-invalid">';
@@ -184,17 +190,21 @@ if ( ! function_exists( 'add_action' ) ) {
184
 
185
  // Loop about Sub Menu items.
186
  foreach ( $wp_submenu[ $menu_slug ] as $subkey => $subitem ) {
 
 
 
 
 
 
187
  $submenu_slug = $subitem[ 2 ];
188
 
189
  // Special solutions for the Adminimize link, that it not works on settings site.
190
  if ( strtolower( $submenu_slug ) === 'adminimize/adminimize.php' ) {
191
  //$disabled_subitem_adm = ' disabled="disabled"';
192
- $disabled_subitem_adm_hint = '<abbr title="'
193
- . esc_attr__(
194
- 'After activate the checkbox you will loose its easy access in the menu.',
195
- 'adminimize'
196
- )
197
- . '" style="cursor:pointer;"> ! </acronym>';
198
  } else {
199
  $disabled_subitem_adm = '';
200
  $disabled_subitem_adm_hint = '';
21
  <colgroup>
22
  <?php
23
  $col = 0;
24
+ if ( ! isset( $user_roles_names ) ) {
25
+ $user_roles_names = _mw_adminimize_get_all_user_roles_names();
26
+ }
27
  foreach ( $user_roles_names as $role_name ) {
28
  echo '<col class="col' . $col . '">' . "\n";
29
  $col ++;
43
  <tr>
44
  <td><?php esc_attr_e( 'Select all', 'adminimize' ); ?></td>
45
  <?php
46
+ if ( ! isset( $user_roles ) ) {
47
+ $user_roles = _mw_adminimize_get_all_user_roles();
48
+ }
49
  foreach ( $user_roles as $role_slug ) {
50
  echo '<td class="num">';
51
  echo '<span class="form-invalid">';
190
 
191
  // Loop about Sub Menu items.
192
  foreach ( $wp_submenu[ $menu_slug ] as $subkey => $subitem ) {
193
+
194
+ // @see https://github.com/bueltge/adminimize/issues/116
195
+ if ( is_object( $subitem ) ) {
196
+ $subitem = json_decode( json_encode( $subitem ), true );
197
+ }
198
+
199
  $submenu_slug = $subitem[ 2 ];
200
 
201
  // Special solutions for the Adminimize link, that it not works on settings site.
202
  if ( strtolower( $submenu_slug ) === 'adminimize/adminimize.php' ) {
203
  //$disabled_subitem_adm = ' disabled="disabled"';
204
+ $disabled_subitem_adm_hint = '<abbr title="' . esc_attr__(
205
+ 'After activate the checkbox you will loose its easy access in the menu.',
206
+ 'adminimize'
207
+ ) . '" style="cursor:pointer;"> ! </acronym>';
 
 
208
  } else {
209
  $disabled_subitem_adm = '';
210
  $disabled_subitem_adm_hint = '';
inc-options/minimenu.php CHANGED
File without changes
inc-options/self_settings.php CHANGED
File without changes
inc-options/settings_notice.php CHANGED
File without changes
inc-options/theme_options.php CHANGED
File without changes
inc-options/widget_options.php CHANGED
File without changes
inc-options/wp_nav_menu_options.php CHANGED
File without changes
inc-options/write_cp_options.php CHANGED
File without changes
inc-options/write_page_options.php CHANGED
File without changes
inc-options/write_post_options.php CHANGED
File without changes
inc-setup/admin-bar-items.php CHANGED
File without changes
inc-setup/admin-footer.php CHANGED
File without changes
inc-setup/dashboard.php CHANGED
File without changes
inc-setup/export.php CHANGED
File without changes
inc-setup/footer.php CHANGED
File without changes
inc-setup/helping_hands.php CHANGED
@@ -125,7 +125,7 @@ function _mw_adminimize_get_duplicate( $array ) {
125
  */
126
  function _mw_adminimize_get_intersection( $array ) {
127
 
128
- return (array) call_user_func_array( 'array_intersect', $array );
129
  }
130
 
131
  /**
@@ -222,4 +222,4 @@ function _mw_adminimize_is_checked( $option, $haystack ) {
222
  }
223
 
224
  return '';
225
- }
125
  */
126
  function _mw_adminimize_get_intersection( $array ) {
127
 
128
+ return (array) call_user_func_array( 'array_intersect', array_values( $array ) );
129
  }
130
 
131
  /**
222
  }
223
 
224
  return '';
225
+ }
inc-setup/import.php CHANGED
@@ -72,12 +72,10 @@ function _mw_adminimize_import_json() {
72
  }
73
 
74
  // Retrieve the settings from the file and convert the json object to an array.
75
- $settings = (array) json_decode(
76
- file_get_contents( $path )
77
- );
78
  unlink( $path );
79
 
80
  _mw_adminimize_update_option( $settings );
81
  wp_safe_redirect( esc_url( site_url('/wp-admin/options-general.php?page=adminimize-options') ) );
82
  exit();
83
- }
72
  }
73
 
74
  // Retrieve the settings from the file and convert the json object to an array.
75
+ $settings = json_decode( file_get_contents( $path ), true );
 
 
76
  unlink( $path );
77
 
78
  _mw_adminimize_update_option( $settings );
79
  wp_safe_redirect( esc_url( site_url('/wp-admin/options-general.php?page=adminimize-options') ) );
80
  exit();
81
+ }
inc-setup/messages.php CHANGED
File without changes
inc-setup/meta-boxes.php CHANGED
File without changes
inc-setup/remove-admin-bar.php CHANGED
File without changes
inc-setup/remove-admin-notices.php CHANGED
File without changes
inc-setup/widget.php CHANGED
File without changes
js/adminimize.js CHANGED
File without changes
js/adminimize.min.js CHANGED
File without changes
js/remove_footer.js CHANGED
File without changes
js/remove_footer.min.js CHANGED
File without changes
js/remove_header.js CHANGED
File without changes
js/remove_header.min.js CHANGED
File without changes
js/tb_window.js CHANGED
File without changes
js/tb_window.min.js CHANGED
File without changes
js/timestamp.js CHANGED
File without changes
js/timestamp.min.js CHANGED
File without changes
readme.txt CHANGED
@@ -1,506 +1,508 @@
1
- === Adminimize ===
2
- Contributors: Bueltge, inpsyde
3
- Donate link: https://www.paypal.me/FrankBueltge
4
- Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
5
- Requires at least: 4.0
6
- Tested up to: 5.5
7
- Stable tag: 1.11.7
8
-
9
- Adminimize that lets you hide 'unnecessary' items from the WordPress backend
10
-
11
- == Description ==
12
- If you manage a multi-author WordPress blog or WordPress sites for clients, then you may have wondered if it was possible to clean up the WordPress admin area for your users? There are lots of things in the WordPress admin area that your users don’t need to see or use. This plugin help you to hide unnecessary items from WordPress admin area.
13
-
14
- Adminimize makes it easy to remove items from view based on a user’s role.
15
-
16
- = What does this plugin do? =
17
- The plugin changes the administration backend and gives you the power to assign rights on certain parts. Admins can activate/deactivate every part of the menu and even parts of the sub-menu. Meta fields can be administered separately for posts and pages. Certain parts of the write menu can be deactivated separately for admins or non-admins. The header of the backend is minimized and optimized to give you more space and the structure of the menu gets changed to make it more logical - this can all be done per user so each role and their resulting users can have his own settings.
18
-
19
- = Support Custom Post Type =
20
- The plugin support all functions also for custom post types, automatically in the settings page.
21
-
22
- = Support Custom Options on all different post types =
23
- It is possible to add own options to hide areas in the back-end of WordPress. It is easy and you must only forgive a ID or class, a selector, of the markup, that you will hide.
24
-
25
- = Compatibility with plugins for MetaBoxes in Write-area =
26
- You can add your own options, you must only check for css selectors.
27
-
28
- **Crafted by [Inpsyde](https://inpsyde.com) · Engineering the web since 2006.**
29
-
30
- == Installation ==
31
- = Requirements =
32
- * WordPress version 4.0 and later; tested only in last stable version.
33
- * PHP 5.2.4, newer PHP versions will work faster. Tested only from version 5.6.
34
-
35
- Use the installer via back-end of your install or ...
36
-
37
- 1. Unpack the download-package.
38
- 2. Upload the files to the `/wp-content/plugins/` directory.
39
- 3. Activate the plugin through the Plugins menu in WordPress and click Activate.
40
- 4. Administrator can go to `Settings` > `Adminimize` menu and configure the plugin (Menu, Sub-menu, Meta boxes, ...)
41
-
42
- == Changelog ==
43
- = 1.11.7 (2020-07-15) =
44
- * Add Im-/Export possibility only for different roles, Probs @JulietNoth, #139
45
- * Fix problems with plugins in menus, like WooCommerce, #130
46
- * Fix UI topics on settings page
47
- * Fix simple PHP warnings
48
-
49
- = 1.11.6 (2019-12-23) =
50
- * Fixed to allow br, a, strong, em on admin footer hint.
51
- * Add new filter hook to change the options, like more or less options. `mw_adminimize_options_before_update`, Probs @g-kanoufi
52
- * Add new filter hooks to add custom area on the settings page, before and after Minmenu on top. `mw_adminimize_minimenu_before_first_tr` and `mw_adminimize_minimenu_after_last_tr`, Probs @g-kanoufi
53
- * Add filter hook `adminimize_mu_force_options_per_site` to allow different adminimize options per site on multisite, Probs @ulietNoth
54
- * Add filter hooks `adminimize_user_roles_filter` and `adminimize_user_roles_names_filter` to allow add or remove role column in adminimize options, Probs @ulietNoth
55
-
56
- = 1.11.5 (2019-07-07) =
57
- * Fixed: Remove deprecated version for support of php 7.2 #109.
58
- * Fixed: Dashboard removels for multible roles.
59
- * Fixed: settings link.
60
- * Maintenance: More solid page checks, codex issues.
61
- * Maintenance: Remove Javascript for the settings page for scrolling top, simplify.
62
- * Fixed: A little bid spelling is now fixed.
63
- * Feature: Close every box other than the first, to keep the page clean.
64
- # Fixed: Hide Meta Boxes on usage of multiple roles, Probs @filipecsweb.
65
-
66
- = 1.11.4 (2017-12-14) =
67
- * Fixed hide of menu items, if you use custom menu, see [wiki page](https://github.com/bueltge/Adminimize/wiki/Custom-Menu-Order)
68
- * Fixed Import/Export for different server environments.
69
- * Remove languge file on github, we use always the translation community from wordpress.org
70
- * Fixed check for settings page of Adminimize, so that we see all options, areas of the install.
71
-
72
- = 1.11.3 (2017-11-16) =
73
- * Added custom dashbaord options to admin head to hide it via css.
74
- * Added support of multiple roles for dashboard options.
75
- * Added new option to hide 'Add New' Button on each post type.
76
- * Fixed ID of Menu to use each link in the full width.
77
- * Fixed error for check dashboard setup on multiple roles.
78
- * Removed dependency from users.php to profile.php. #61
79
- * Allow attribute selector for custom options, remove slashes in options. #65
80
- * Change hook for change menu items ot solve order problem with third plugins. #68
81
- * Remove Set Theme for users option - noit relevant for the plugin, old dependencies.
82
- * Change selector to remove footer area.
83
- * Remove Screenshots on readme page, to big, not helpful.
84
- * Added filter hook `adminimize_nopage_access_message` to change the message for no access to a page. see the [wiki](https://github.com/bueltge/Adminimize/wiki/Filter-Hooks)
85
-
86
- = 1.11.2 (2016-12-04) =
87
- * Fixed backticks for `shell_exec` error.
88
- * Fixed prevent access function for pages.
89
-
90
- = 1.11.1 (2016-11-24) =
91
- * Fix fatal error for WP smaller than 4.7 - Sorry again!
92
-
93
- = 1.11.0 (2016-11-24) =
94
- * Fix open Translations. props pedro-mendonca
95
- * Fix Typos.
96
- * Fix php warning on Admin Bar items for PHP 5.2.
97
- * Fix CPT feature support, if it false.
98
- * Add check in different functions for AJAX request.
99
- * Add to prevent access to pages of the back end, there are active for hiding in the settings.
100
- * Add plugin option to remove the default behavior to prevent access to pages.
101
-
102
- = 1.10.6 (2016-08-09) =
103
- * Fix to see Logout link also on mobile view.
104
- * Fix type definition.
105
-
106
- = 1.10.5 (2016-06-28) =
107
- * Fix PHP Warning
108
- * Fix check for active usage of Link Manager
109
- * Fix menu var type, if is object.
110
- * Check for multiple roles on Menu Settings, that it works only, if the option is still active on each role of this user.
111
-
112
- = 1.10.4 (2016-06-03) =
113
- * Add support for multiple roles to remove the Admin Bar via global options.
114
- * Add support for multiple roles to remove the Admin Bar Back end items.
115
- * Add also this support for Front End Admin Bar items.
116
- * Multiple roles supported now on "Menu Options", "Global Options", "Admin Bar Back end options" and "Admin Bar Front end options".
117
-
118
- = 1.10.3 (2016-05-11) =
119
- * Fix exclude of set new Admin Bar on settings page of Adminimize.
120
- * Fix check for settings page.
121
- * Fix colors on raw, column of the settings page.
122
- * Add buffering for debug helper in the console.
123
- * Fix caching for Dashboard Widget options.
124
-
125
- = 1.10.2 (2016-03-10) =
126
- * Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.
127
- * Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
128
- * More clarity for the "own options" label.
129
-
130
- = 1.10.1 (2016-02-29) =
131
- * Fix the Removing of Admin Color Scheme Select on the profile page.
132
- * Back-end options are also excluded on the settings page.
133
- * Add new settings area for options of the plugin self.
134
- * The support for multiple roles is now optional.
135
- * The support for bbPress is now active and optional.
136
-
137
- = 1.10.0 (2016-02-21) =
138
- * Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar.
139
- * Change settings screen for custom post type.
140
- * Fix "select all" on Admin Bar settings.
141
- * Fix exclude settings page for pages, there is the current screen not existent.
142
- * Improve the exclude settings page function for hooks, there fired before `get_current_screen`.
143
- * Remove more legacy code before WP 3.3.
144
- * Change removal of Menu and Submenu items to WP core functions, possible to non support older WP Versions.
145
- * Supports multiple roles on "Menu Options" and "Global Options".
146
- * Add possibility to hide Admin Notices globally, new setting point in "Global Options".
147
-
148
- = 1.9.2 (2016-01-30) =
149
- * Change get role name, return now a array with slug and name to fix "Select All" function for custom roles.
150
- * Change Menu Items to Key value, not the id. Makes possible to hide also menu items, there have a stupid menu entry.
151
- * Remove https fix; not necessary for the plugin. If you will usage, add this custom [plugin](https://gist.github.com/bueltge/01f37a868e2e1321b931).
152
- * Update pot and de_De language files.
153
-
154
- = 1.9.1 (2016-25-01) =
155
- * Bugfix for fixing ssl protocol in WP core on include styles and scripts.
156
-
157
- = 1.9.0 (2016-01-21) =
158
- * Change Ex-/Import functions to use JSON format and remove mysql topics, there no longer valid in WP core.
159
- * Add more checks to hide also dynamically menu items, like Customizer.
160
- * Update spanish and german language file.
161
- * Fix PHP Warning [PHP Warning: in_array()](https://wordpress.org/support/topic/php-warning-in_array-expects-parameter-2-to-be-array?replies=3)
162
- * Fix PHP Notice: Array to string conversion
163
- * UI change: Fixed head on tables.
164
- * Update italian language files, props to marcochiesi.
165
- * Add global option to hide admin notices for each role.
166
- * Replace static source to get option, only one function to get it.
167
- * Change Admin Bar Feature: Difference between front-end and back-end.
168
- * More stability on admin bar settings. Switch hook to set, get data of admin bar.
169
- * Add possibilty to select/unselect all checkboxess for each area.
170
- * Fix redirect feature, if Dashboard menu item is active for a role.
171
- * Remove css tyles small WP 4.0
172
- * Add minify js/css.
173
- * Several code changes.
174
- * Add custom fix for hide editors on post types.
175
- * Several performance changes, like replace from `array_push`.
176
- * Fix Role check, new function to fix [#22624](https://core.trac.wordpress.org/ticket/22624).
177
- * Exclude Settings page and Super Admin from remove Dashboard function.
178
-
179
- = 1.8.5 (2015-03-19) =
180
- * Add brazilian portuguese translation, thanks to [Rafael Funchal](http://www.rafaelfunchal.com.br/)
181
- * Small code changes for php notices
182
- * Fix Admin Bar Feature
183
- * Different code maintenance
184
- * Enhance readme for helpful links under FAQ
185
- * Fix to remove admin bar
186
-
187
- = 1.8.4 (06/06/2013) =
188
- * Change Widget Settings, better to unregister widgets from other themes and plugins
189
- * Add more usability to the settings page
190
- * Small major changes
191
-
192
- = 1.8.3 (04/07/2013) =
193
- * Fix for use it with bbPress
194
- * Small minor changes
195
-
196
- = 1.8.2 (02/15/2013) =
197
- * Fix PHP Notice message for empty var, see [support](http://wordpress.org/support/topic/undefined-index-current_screen)
198
- * Changes for load files and functions only, if it necessary
199
- * Fix, that the changes on Admin Bar work always in all admin pages
200
-
201
- = 1.8.1 (01/10/2013) =
202
- * Fix PHP notice on message for network
203
- * Check for active links manager; change from WP 3.5
204
- * Add Widget settings (Beta)
205
- * Fix for remove admin bar in backend
206
- * Remove Backend options, there not usable with WP 3.5 and earlier
207
- * Fix 'Category Height' on Meta Box on write post; See always all categories, without scrolling inside Meta Box
208
- * Fix to hide footer, but this is still usable by adding custom content
209
- * Fix Hints, Options for Multisite install
210
- * Add Admin Bar options (Beta)
211
-
212
- = v1.8.0 =
213
- * Simple Support for WP Multisite
214
- * Enhancement for hide Text-Tab on editors in custom post types
215
- * Small fix for PHP notice
216
-
217
- = v1.7.27 =
218
- * Fix for hide Admin Bar in WP 3.4
219
- * Fix for remove sections on custom post types in edit screen table
220
- * Enhancements for reduce sections on edit post and page
221
- * Enhancement for User Info to use also in Admin Bar in front end
222
- * Fix for different pages in admin, see [forum thread](http://wordpress.org/support/topic/plugin-adminimize-hide-page-and-subpages-editphp)
223
- * Fix, if you don't use redirect for php notice
224
- * Add romanian language
225
-
226
- = v1.7.26 =
227
- * Typo for settings message [see thread](http://wordpress.org/support/topic/plugin-adminimize-what-does-the-settings-page-ignores-this-settings-mean?replies=4)
228
- * Fix for custom areas on Custom Post Types, [see thread](http://wordpress.org/support/topic/plugin-adminimize-bug-in-custom-metabox-ids-for-custom-types?replies=3)
229
- * Exclude backend theme options, was used only smaller 2.0 of WP
230
- * Exclude Hint in Footer
231
- * Exclude write scroll options
232
- * Different cleaner actions
233
-
234
- = v1.7.25 =
235
- * Update for fix menu-items with entities
236
- * [Fix](http://plugins.trac.wordpress.org/changeset/494274) for display settings on menu, if items are deactivated
237
- * Add Separator to settings of menu, for hide this for different roles
238
- * Add notice for settings page, that no settings work on this page
239
- * Fix rewrite, if change the user info area and define an rewrite
240
- * List Separator on menu-items; also possible to hide this
241
-
242
- = v1.7.24 =
243
- * Maintenance: add ID for hide html-tab on Editor also in WP 3.3
244
- * Bug fixing for WP 3.2.1 with the new functions :(
245
-
246
- = v1.7.23 =
247
- * Maintenance: change function to remove admin bar for WP 3.3, see [Forum item](http://wordpress.org/support/topic/694201)
248
- * Maintenance: change for USer Info to works also in WP 3.3
249
-
250
- = v1.7.22 =
251
- * Security fix for $_GET on the admin-settings-page
252
-
253
- = v1.7.21 =
254
- * SORRY: i had an svn bug; here the complete version
255
- * no changes; only a new commit to svn
256
-
257
- = v1.7.20 =
258
- * fix small bug for use plugin Localization
259
- * add Dashboard Widgets to remove for different roles
260
-
261
- = v1.7.19 =
262
- * fix page for links - `link.php`
263
- * add irish language files
264
- * add bulgarian language files
265
-
266
- = v1.7.18 (06/07/2011) =
267
- * Fixes Small User info on right top with Admin Bar, also ready for WP 3.2
268
- * Fixes Error for xmlrpc
269
- * Add QuickEdit-Areas for hide this
270
- * Different changes on source
271
- * With WP 3.2 remove all Admin Styles !
272
- * Add support for custom post type
273
- * many small changes on source
274
- * update de_DE language files
275
- * tested only in version 3.1 and 3.2-beta; don't test in smaller version
276
- * add hindi language file
277
-
278
- = v1.7.17 (04/11/2011) =
279
- * Fixes on Admin-CSS Styles for WP 3.*
280
- * Reduce backend Styles of the Plugins - Goal: kill all styles!!! (to heavy for Maintenance)
281
-
282
- = v1.7.16 (04/01/2011) =
283
- * Bug-fix: change init-function; admin bar also on frontend and backend and all other options of global only on backend
284
- * Remove new hock on wp admin bar; include inline styles; only on deactivate admin bar
285
- * Fix language errors
286
- * Add meta box post formats
287
- * Update de_DE language files
288
-
289
- = v1.7.15 (03/30/2011) =
290
- * Change functions for reduce WP Nav Menu
291
- * change to check for super admin; add new function and option on Global Options to set this
292
- * Maintenance: check for functions in Multisite, Super-admin for use the plugin smaller WP 3.0
293
- * Feature: add css for more usability on settings
294
- * Bug-fix: custom values for WP Nav Menu
295
- * Add Option for Super Admin
296
- * Change option for rewrite, after deactivate Dashboard; now you use a custom url, incl. http://
297
- * Maintenance: Language File
298
-
299
- = v1.7.14 (03/03/2011) =
300
- * Maintenance: remove php notice on role editor
301
- * Maintenance: Add fallback for don't load menu/sub-menu
302
- * Maintenance: Exclude all options in different files
303
-
304
- = v1.7.13 (03/02/2011) =
305
- * Maintenance: different changes on code
306
- * Maintenance: usable in WP 3.1
307
- * Feature: Remove Admin Bar per role
308
- * Feature: Add options for WP Nav Menu
309
- * Bug-fix: php warning for wrong data-type [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-in-array)
310
- * Bug-fix: php warning on foreach [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-error-invalid-argument-supplied-for-foreach)
311
-
312
- = v1.7.12 (10/02/2010) =
313
- * Bug-fix: Fallback for deactivate profile.php on roles smaller administration
314
- * Bug-fix: Redirect from Dashboard on different roles
315
- * Maintenance: small changes on code
316
-
317
- = v1.7.11 (09/24/2010) =
318
- * Bug-fix: for WP < 3.0; function get_post_type_object() is not exist
319
-
320
- = v1.7.10 (09/24/2010) =
321
- * Bug-fix: link-page in admin
322
- * Bug-fix: meta-boxes on link-page
323
- * Bug-fix: check for post or page with WP 3.*
324
- * Maintenance: german language files
325
- * Maintenance: pot-file
326
- * Feature: new css for "User-info" in WP 3.0
327
- * Maintenance: incl. the new css-file
328
-
329
- = v1.7.9 (09/15/2010) =
330
- * Bug-fix for new role-checking
331
-
332
- = v1.7.8 (09/13/2010) =
333
- * changes for WPMU and WP 3.0 MultiSite
334
- * bug-fix for admin-menu in WPMU and WP 3.0 MultiSite
335
- * bug-fix for meta boxes in WPMU and WP 3.0 MultiSite
336
- * bug-fix for global settings in WPMU and WP 3.0 MultiSite
337
- * bug-fix for link-options in WPMU and WP 3.0 MultiSite
338
- * bug-fix for custom redirect after login
339
- * different bug-fixes fpr php-warnings
340
-
341
- = v1.7.7 (03/18/2010) =
342
- * small fixes for redirect on deactivate Dashboard
343
- * add dutch language file
344
-
345
- = v1.7.6 (01/14/2010) =
346
- * fix array-check on new option disable HTML Editor
347
-
348
- = v1.7.5 (01/13/2010) =
349
- * new function: disable HTML Editor on edit post/page
350
-
351
- = v1.7.4 (01/10/2010) =
352
- * Fix on Refresh menu and sub-menu on settings-page
353
- * Fix for older WordPress versions and function current_theme_supports
354
-
355
- = v1.7.3 (01/08/2010) =
356
- * Add Im-/Export function
357
- * Add new meta boxes from WP 2.9 post_thumbnail, if active from the Theme
358
- * Small modifications and code and css
359
- * Add new functions: hide tab for help and options on edit post or edit page; category meta box with ful height, etc.
360
-
361
- = v1.7.2 (07/08/2009) =
362
- * Add fix to deactivate user.php/profile.php
363
-
364
- = v1.7.1 (17/06/2009) =
365
- * Add belorussian language file, thanks to Fat Cow
366
-
367
- = v1.7.1 (16/06/2009) =
368
- * changes for load user date on settings themes; better for performance on blogs with many Users
369
- * small bug-fixes on textdomain
370
- * changes on hint for settings on menu
371
- * new de_DE language file
372
- * comments meta box add to options on post
373
-
374
- = v1.7 (23/06/2009) =
375
- * Bug-fix for WordPress 2.6; Settings-Link
376
- * alternate for `before_last_bar()` and change class of div
377
-
378
- = 1.6.9 (19/06/2009) =
379
- * Bug-fix, Settingslink gefixt;
380
- * Changes on own defines with css selectors; first name, second css selector
381
- * Bug-fix in own options to pages
382
-
383
- = 1.6.8 (18/06/2009) =
384
- * Bug-fix in german language file
385
-
386
- = 1.6.6-7 (10/06/2009) =
387
- * Add Meta Link in 2.8
388
-
389
- = 1.6.5 (08/05/2009) =
390
- * Bug-fix, Doculink only on admin page of Adminimize
391
-
392
- = 1.6.4 (27/04/2009) =
393
- * new Backend-Themes
394
- * more options
395
- * multilanguage for role-names
396
-
397
- = 1.6.1, 1.6.3 (24/05/2009) =
398
- * ready for own roles
399
- * new options for link-area on WP backend
400
- * own options for all areas, use css selectors
401
- * ...
402
-
403
- = v1.6 =
404
- * ready for WP 2.7
405
- * new options area, parting of page and post options
406
- * add wp_nonce for own logout
407
- * ...
408
-
409
- = v1.5.3-8 =
410
- * Changes for WP 2.7
411
- * changes on CSS design
412
- * ...
413
-
414
- = v1.5.2 =
415
- * own redirects possible
416
-
417
- = v1.5.1 =
418
- * Bug-fix f&uuml;r rekursiven Array; Redirect bei deaktivem Dashboard funktionierte nicht
419
-
420
- = v1.5 =
421
- * F&uuml;r jede Nutzerrolle besteht nun die M&uuml;glichkeit, eigene Menus und Metaboxes zu setzen. Erweiterungen im Backend-Bereich und Vorbereitung f&uuml;r WordPress Version 2.7
422
-
423
- = v1.4.7 =
424
- * Bug-fix CSS-Adresse f&uuml;r WP 2.5
425
-
426
- = v1.4.3-6 =
427
- * Aufrufe diverser JS ge&auml;ndert, einige &uuml;bergreifende Funktionen nun auch ohne aktives Adminimize-Theme
428
-
429
- = v1.4.2 =
430
- * kleine Erweiterungen, Variablenabfragen ge&auml;ndert
431
-
432
- = v1.4.1 =
433
- * Bug-fixes und Umstellung Sprache
434
-
435
- = v1.4 =
436
- * Performanceoptimierung; <strong>Achtung:</strong> nur noch 1 Db-Eintrag, bei Update auf Version 1.4 zuvor die Deinstallation-Option nutzen und die Db von &uuml;berfl&uuml;ssigen Eintr&auml;gen befreien.
437
-
438
- = v1.3 =
439
- * Backendfunktn. erweitert, Update f&uuml;r PressThis im Bereich Schreiben, etc.
440
-
441
- = v1.2 =
442
- * Erweiterungen der MetaBoxen
443
-
444
- = v1.1 =
445
- * Schreiben-, Verwalten-Bereich ist deaktivierbar; CSS-Erweiterungen des WP 2.3 Themes f&uuml;r WP 2.6; Sidebar im Schreiben-Bereich noch mehr konfigurierbar, Optionsseite ausgebaut, kleine Code-Ver&auml;nderungen
446
-
447
- = v1.0 =
448
- * JavaScript schlanker durch die Hilfe von <a href="http://www.schloebe.de/">Oliver Schl&uuml;be</a>
449
-
450
- = v0.8.1 =
451
- * Hinweis im Footer m&uuml;glich, optional mit optionalen Text, Weiterleitung immer ersichtlich
452
-
453
- = v0.8 =
454
- * Weiterleitung nach Logout m&uuml;glich
455
-
456
- = v0.7.9 =
457
- * Zus&auml;tzlich ist innerhalb der Kategorien nur "Kategorien hinzuf&uuml;gen" deaktiverbar
458
-
459
- = v0.7.8 =
460
- * Mehrsprachigkeit erweitert
461
-
462
- = v0.7.7 =
463
- * Bug-fix f&uuml;r Metabox ausblenden in Write Page
464
-
465
- = v0.7.6 =
466
- * Checkbox f&uuml;r alle ausw&auml;hlen auch in Page und Post, Korrektur in Texten
467
-
468
- = v0.7.5 =
469
- * Checkbox f&uuml;r alle ausw&auml;hlen, Theme zuweisen
470
-
471
- = v0.7.3 =
472
- * Optionale Weiterleitung bei deaktiviertem Dashboard, Einstellungen per Plugin-Seite m&uuml;glich, Admin-Footer erg&auml;nzt um Plugin-infos
473
-
474
- = v0.7.2 =
475
- * Update Options Button zus&auml;tzlich im oberen Abschnitt
476
-
477
- = v0.7.1 =
478
- * Thickbox Funktion optional
479
-
480
- = v0.7 =
481
- * WriteScroll optional, MediaButtons deaktivierbar
482
-
483
- = v0.6.9 =
484
- * Theme WordPress 2.3 hinzugekommen, Footer deaktivierbar
485
-
486
-
487
- == Other Notes ==
488
- = Help with "Your own options" =
489
- See the [entry on the WP community forum](http://wordpress.org/support/topic/328449 "Plugin: Adminimize Help with Your own options (3 posts)") for help with this great possibility.
490
-
491
- = License =
492
- Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a [small donation](http://bueltge.de/wunschliste/ "Wishliste and Donate") for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)
493
-
494
- = Translations =
495
- The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows) or use, I prefers this, the [translation service from wordpress.org](https://translate.wordpress.org/projects/wp-plugins/adminimize).
496
-
497
- == Frequently Asked Questions ==
498
- = Help with "Your own options" =
499
- See the [entry on the WP community forum](http://wordpress.org/support/topic/328449 "[Plugin: Adminimize] Help with "Your own options" (3 posts)") for help with great function to add custom/own options.
500
-
501
- = Post about the plugin with helpful hints =
502
- * [wpbeginner.com: How to Hide Unnecessary Items From WordPress Admin with Adminimize](http://www.wpbeginner.com/plugins/how-to-hide-unnecessary-items-from-wordpress-admin-with-adminimize/)
503
- * [wptavern.com: Create A Custom WordPress Admin Experience With Adminimize](http://wptavern.com/create-a-custom-wordpress-admin-experience-with-adminimize)
504
-
505
- = I love this plugin! How can I show the developer how much I appreciate his work? =
506
- Please send a [review](https://wordpress.org/support/view/plugin-reviews/adminimize) and let him know your care or see the [wishlist](http://bueltge.de/wunschliste/ "Wishlist") of the author. Also you can send a [donation](https://www.paypal.me/FrankBueltge).
 
 
1
+ === Adminimize ===
2
+ Contributors: Bueltge, inpsyde
3
+ Donate link: https://www.paypal.me/FrankBueltge
4
+ Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
5
+ Requires at least: 4.0
6
+ Tested up to: 6.1
7
+ Stable tag: 1.11.8
8
+
9
+ Adminimize that lets you hide 'unnecessary' items from the WordPress backend
10
+
11
+ == Description ==
12
+ If you manage a multi-author WordPress blog or WordPress sites for clients, then you may have wondered if it was possible to clean up the WordPress admin area for your users? There are lots of things in the WordPress admin area that your users don’t need to see or use. This plugin help you to hide unnecessary items from WordPress admin area.
13
+
14
+ Adminimize makes it easy to remove items from view based on a user’s role.
15
+
16
+ = What does this plugin do? =
17
+ The plugin changes the administration backend and gives you the power to assign rights on certain parts. Admins can activate/deactivate every part of the menu and even parts of the sub-menu. Meta fields can be administered separately for posts and pages. Certain parts of the write menu can be deactivated separately for admins or non-admins. The header of the backend is minimized and optimized to give you more space and the structure of the menu gets changed to make it more logical - this can all be done per user so each role and their resulting users can have his own settings.
18
+
19
+ = Support Custom Post Type =
20
+ The plugin support all functions also for custom post types, automatically in the settings page.
21
+
22
+ = Support Custom Options on all different post types =
23
+ It is possible to add own options to hide areas in the back-end of WordPress. It is easy and you must only forgive a ID or class, a selector, of the markup, that you will hide.
24
+
25
+ = Compatibility with plugins for MetaBoxes in Write-area =
26
+ You can add your own options, you must only check for css selectors.
27
+
28
+ == Installation ==
29
+ = Requirements =
30
+ * WordPress version 4.0 and later; tested only in last stable version.
31
+ * PHP 5.2.4, newer PHP versions will work faster. Tested only from version 5.6.
32
+
33
+ Use the installer via back-end of your install or ...
34
+
35
+ 1. Unpack the download-package.
36
+ 2. Upload the files to the `/wp-content/plugins/` directory.
37
+ 3. Activate the plugin through the Plugins menu in WordPress and click Activate.
38
+ 4. Administrator can go to `Settings` > `Adminimize` menu and configure the plugin (Menu, Sub-menu, Meta boxes, ...)
39
+
40
+ == Changelog ==
41
+ = 1.11.8 (2022-07-19) =
42
+ * Fix for PHP8, #148, Probs @g-kanoufi
43
+ * Fix spaces in textara, global options, #141
44
+
45
+ = 1.11.7 (2020-07-15) =
46
+ * Add Im-/Export possibility only for different roles, Probs @JulietNoth, #139
47
+ * Fix problems with plugins in menus, like WooCommerce, #130
48
+ * Fix UI topics on settings page
49
+ * Fix simple PHP warnings
50
+
51
+ = 1.11.6 (2019-12-23) =
52
+ * Fixed to allow br, a, strong, em on admin footer hint.
53
+ * Add new filter hook to change the options, like more or less options. `mw_adminimize_options_before_update`, Probs @g-kanoufi
54
+ * Add new filter hooks to add custom area on the settings page, before and after Minmenu on top. `mw_adminimize_minimenu_before_first_tr` and `mw_adminimize_minimenu_after_last_tr`, Probs @g-kanoufi
55
+ * Add filter hook `adminimize_mu_force_options_per_site` to allow different adminimize options per site on multisite, Probs @ulietNoth
56
+ * Add filter hooks `adminimize_user_roles_filter` and `adminimize_user_roles_names_filter` to allow add or remove role column in adminimize options, Probs @ulietNoth
57
+
58
+ = 1.11.5 (2019-07-07) =
59
+ * Fixed: Remove deprecated version for support of php 7.2 #109.
60
+ * Fixed: Dashboard removels for multible roles.
61
+ * Fixed: settings link.
62
+ * Maintenance: More solid page checks, codex issues.
63
+ * Maintenance: Remove Javascript for the settings page for scrolling top, simplify.
64
+ * Fixed: A little bid spelling is now fixed.
65
+ * Feature: Close every box other than the first, to keep the page clean.
66
+ # Fixed: Hide Meta Boxes on usage of multiple roles, Probs @filipecsweb.
67
+
68
+ = 1.11.4 (2017-12-14) =
69
+ * Fixed hide of menu items, if you use custom menu, see [wiki page](https://github.com/bueltge/Adminimize/wiki/Custom-Menu-Order)
70
+ * Fixed Import/Export for different server environments.
71
+ * Remove languge file on github, we use always the translation community from wordpress.org
72
+ * Fixed check for settings page of Adminimize, so that we see all options, areas of the install.
73
+
74
+ = 1.11.3 (2017-11-16) =
75
+ * Added custom dashbaord options to admin head to hide it via css.
76
+ * Added support of multiple roles for dashboard options.
77
+ * Added new option to hide 'Add New' Button on each post type.
78
+ * Fixed ID of Menu to use each link in the full width.
79
+ * Fixed error for check dashboard setup on multiple roles.
80
+ * Removed dependency from users.php to profile.php. #61
81
+ * Allow attribute selector for custom options, remove slashes in options. #65
82
+ * Change hook for change menu items ot solve order problem with third plugins. #68
83
+ * Remove Set Theme for users option - noit relevant for the plugin, old dependencies.
84
+ * Change selector to remove footer area.
85
+ * Remove Screenshots on readme page, to big, not helpful.
86
+ * Added filter hook `adminimize_nopage_access_message` to change the message for no access to a page. see the [wiki](https://github.com/bueltge/Adminimize/wiki/Filter-Hooks)
87
+
88
+ = 1.11.2 (2016-12-04) =
89
+ * Fixed backticks for `shell_exec` error.
90
+ * Fixed prevent access function for pages.
91
+
92
+ = 1.11.1 (2016-11-24) =
93
+ * Fix fatal error for WP smaller than 4.7 - Sorry again!
94
+
95
+ = 1.11.0 (2016-11-24) =
96
+ * Fix open Translations. props pedro-mendonca
97
+ * Fix Typos.
98
+ * Fix php warning on Admin Bar items for PHP 5.2.
99
+ * Fix CPT feature support, if it false.
100
+ * Add check in different functions for AJAX request.
101
+ * Add to prevent access to pages of the back end, there are active for hiding in the settings.
102
+ * Add plugin option to remove the default behavior to prevent access to pages.
103
+
104
+ = 1.10.6 (2016-08-09) =
105
+ * Fix to see Logout link also on mobile view.
106
+ * Fix type definition.
107
+
108
+ = 1.10.5 (2016-06-28) =
109
+ * Fix PHP Warning
110
+ * Fix check for active usage of Link Manager
111
+ * Fix menu var type, if is object.
112
+ * Check for multiple roles on Menu Settings, that it works only, if the option is still active on each role of this user.
113
+
114
+ = 1.10.4 (2016-06-03) =
115
+ * Add support for multiple roles to remove the Admin Bar via global options.
116
+ * Add support for multiple roles to remove the Admin Bar Back end items.
117
+ * Add also this support for Front End Admin Bar items.
118
+ * Multiple roles supported now on "Menu Options", "Global Options", "Admin Bar Back end options" and "Admin Bar Front end options".
119
+
120
+ = 1.10.3 (2016-05-11) =
121
+ * Fix exclude of set new Admin Bar on settings page of Adminimize.
122
+ * Fix check for settings page.
123
+ * Fix colors on raw, column of the settings page.
124
+ * Add buffering for debug helper in the console.
125
+ * Fix caching for Dashboard Widget options.
126
+
127
+ = 1.10.2 (2016-03-10) =
128
+ * Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.
129
+ * Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
130
+ * More clarity for the "own options" label.
131
+
132
+ = 1.10.1 (2016-02-29) =
133
+ * Fix the Removing of Admin Color Scheme Select on the profile page.
134
+ * Back-end options are also excluded on the settings page.
135
+ * Add new settings area for options of the plugin self.
136
+ * The support for multiple roles is now optional.
137
+ * The support for bbPress is now active and optional.
138
+
139
+ = 1.10.0 (2016-02-21) =
140
+ * Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar.
141
+ * Change settings screen for custom post type.
142
+ * Fix "select all" on Admin Bar settings.
143
+ * Fix exclude settings page for pages, there is the current screen not existent.
144
+ * Improve the exclude settings page function for hooks, there fired before `get_current_screen`.
145
+ * Remove more legacy code before WP 3.3.
146
+ * Change removal of Menu and Submenu items to WP core functions, possible to non support older WP Versions.
147
+ * Supports multiple roles on "Menu Options" and "Global Options".
148
+ * Add possibility to hide Admin Notices globally, new setting point in "Global Options".
149
+
150
+ = 1.9.2 (2016-01-30) =
151
+ * Change get role name, return now a array with slug and name to fix "Select All" function for custom roles.
152
+ * Change Menu Items to Key value, not the id. Makes possible to hide also menu items, there have a stupid menu entry.
153
+ * Remove https fix; not necessary for the plugin. If you will usage, add this custom [plugin](https://gist.github.com/bueltge/01f37a868e2e1321b931).
154
+ * Update pot and de_De language files.
155
+
156
+ = 1.9.1 (2016-25-01) =
157
+ * Bugfix for fixing ssl protocol in WP core on include styles and scripts.
158
+
159
+ = 1.9.0 (2016-01-21) =
160
+ * Change Ex-/Import functions to use JSON format and remove mysql topics, there no longer valid in WP core.
161
+ * Add more checks to hide also dynamically menu items, like Customizer.
162
+ * Update spanish and german language file.
163
+ * Fix PHP Warning [PHP Warning: in_array()](https://wordpress.org/support/topic/php-warning-in_array-expects-parameter-2-to-be-array?replies=3)
164
+ * Fix PHP Notice: Array to string conversion
165
+ * UI change: Fixed head on tables.
166
+ * Update italian language files, props to marcochiesi.
167
+ * Add global option to hide admin notices for each role.
168
+ * Replace static source to get option, only one function to get it.
169
+ * Change Admin Bar Feature: Difference between front-end and back-end.
170
+ * More stability on admin bar settings. Switch hook to set, get data of admin bar.
171
+ * Add possibilty to select/unselect all checkboxess for each area.
172
+ * Fix redirect feature, if Dashboard menu item is active for a role.
173
+ * Remove css tyles small WP 4.0
174
+ * Add minify js/css.
175
+ * Several code changes.
176
+ * Add custom fix for hide editors on post types.
177
+ * Several performance changes, like replace from `array_push`.
178
+ * Fix Role check, new function to fix [#22624](https://core.trac.wordpress.org/ticket/22624).
179
+ * Exclude Settings page and Super Admin from remove Dashboard function.
180
+
181
+ = 1.8.5 (2015-03-19) =
182
+ * Add brazilian portuguese translation, thanks to [Rafael Funchal](http://www.rafaelfunchal.com.br/)
183
+ * Small code changes for php notices
184
+ * Fix Admin Bar Feature
185
+ * Different code maintenance
186
+ * Enhance readme for helpful links under FAQ
187
+ * Fix to remove admin bar
188
+
189
+ = 1.8.4 (06/06/2013) =
190
+ * Change Widget Settings, better to unregister widgets from other themes and plugins
191
+ * Add more usability to the settings page
192
+ * Small major changes
193
+
194
+ = 1.8.3 (04/07/2013) =
195
+ * Fix for use it with bbPress
196
+ * Small minor changes
197
+
198
+ = 1.8.2 (02/15/2013) =
199
+ * Fix PHP Notice message for empty var, see [support](http://wordpress.org/support/topic/undefined-index-current_screen)
200
+ * Changes for load files and functions only, if it necessary
201
+ * Fix, that the changes on Admin Bar work always in all admin pages
202
+
203
+ = 1.8.1 (01/10/2013) =
204
+ * Fix PHP notice on message for network
205
+ * Check for active links manager; change from WP 3.5
206
+ * Add Widget settings (Beta)
207
+ * Fix for remove admin bar in backend
208
+ * Remove Backend options, there not usable with WP 3.5 and earlier
209
+ * Fix 'Category Height' on Meta Box on write post; See always all categories, without scrolling inside Meta Box
210
+ * Fix to hide footer, but this is still usable by adding custom content
211
+ * Fix Hints, Options for Multisite install
212
+ * Add Admin Bar options (Beta)
213
+
214
+ = v1.8.0 =
215
+ * Simple Support for WP Multisite
216
+ * Enhancement for hide Text-Tab on editors in custom post types
217
+ * Small fix for PHP notice
218
+
219
+ = v1.7.27 =
220
+ * Fix for hide Admin Bar in WP 3.4
221
+ * Fix for remove sections on custom post types in edit screen table
222
+ * Enhancements for reduce sections on edit post and page
223
+ * Enhancement for User Info to use also in Admin Bar in front end
224
+ * Fix for different pages in admin, see [forum thread](http://wordpress.org/support/topic/plugin-adminimize-hide-page-and-subpages-editphp)
225
+ * Fix, if you don't use redirect for php notice
226
+ * Add romanian language
227
+
228
+ = v1.7.26 =
229
+ * Typo for settings message [see thread](http://wordpress.org/support/topic/plugin-adminimize-what-does-the-settings-page-ignores-this-settings-mean?replies=4)
230
+ * Fix for custom areas on Custom Post Types, [see thread](http://wordpress.org/support/topic/plugin-adminimize-bug-in-custom-metabox-ids-for-custom-types?replies=3)
231
+ * Exclude backend theme options, was used only smaller 2.0 of WP
232
+ * Exclude Hint in Footer
233
+ * Exclude write scroll options
234
+ * Different cleaner actions
235
+
236
+ = v1.7.25 =
237
+ * Update for fix menu-items with entities
238
+ * [Fix](http://plugins.trac.wordpress.org/changeset/494274) for display settings on menu, if items are deactivated
239
+ * Add Separator to settings of menu, for hide this for different roles
240
+ * Add notice for settings page, that no settings work on this page
241
+ * Fix rewrite, if change the user info area and define an rewrite
242
+ * List Separator on menu-items; also possible to hide this
243
+
244
+ = v1.7.24 =
245
+ * Maintenance: add ID for hide html-tab on Editor also in WP 3.3
246
+ * Bug fixing for WP 3.2.1 with the new functions :(
247
+
248
+ = v1.7.23 =
249
+ * Maintenance: change function to remove admin bar for WP 3.3, see [Forum item](http://wordpress.org/support/topic/694201)
250
+ * Maintenance: change for USer Info to works also in WP 3.3
251
+
252
+ = v1.7.22 =
253
+ * Security fix for $_GET on the admin-settings-page
254
+
255
+ = v1.7.21 =
256
+ * SORRY: i had an svn bug; here the complete version
257
+ * no changes; only a new commit to svn
258
+
259
+ = v1.7.20 =
260
+ * fix small bug for use plugin Localization
261
+ * add Dashboard Widgets to remove for different roles
262
+
263
+ = v1.7.19 =
264
+ * fix page for links - `link.php`
265
+ * add irish language files
266
+ * add bulgarian language files
267
+
268
+ = v1.7.18 (06/07/2011) =
269
+ * Fixes Small User info on right top with Admin Bar, also ready for WP 3.2
270
+ * Fixes Error for xmlrpc
271
+ * Add QuickEdit-Areas for hide this
272
+ * Different changes on source
273
+ * With WP 3.2 remove all Admin Styles !
274
+ * Add support for custom post type
275
+ * many small changes on source
276
+ * update de_DE language files
277
+ * tested only in version 3.1 and 3.2-beta; don't test in smaller version
278
+ * add hindi language file
279
+
280
+ = v1.7.17 (04/11/2011) =
281
+ * Fixes on Admin-CSS Styles for WP 3.*
282
+ * Reduce backend Styles of the Plugins - Goal: kill all styles!!! (to heavy for Maintenance)
283
+
284
+ = v1.7.16 (04/01/2011) =
285
+ * Bug-fix: change init-function; admin bar also on frontend and backend and all other options of global only on backend
286
+ * Remove new hock on wp admin bar; include inline styles; only on deactivate admin bar
287
+ * Fix language errors
288
+ * Add meta box post formats
289
+ * Update de_DE language files
290
+
291
+ = v1.7.15 (03/30/2011) =
292
+ * Change functions for reduce WP Nav Menu
293
+ * change to check for super admin; add new function and option on Global Options to set this
294
+ * Maintenance: check for functions in Multisite, Super-admin for use the plugin smaller WP 3.0
295
+ * Feature: add css for more usability on settings
296
+ * Bug-fix: custom values for WP Nav Menu
297
+ * Add Option for Super Admin
298
+ * Change option for rewrite, after deactivate Dashboard; now you use a custom url, incl. http://
299
+ * Maintenance: Language File
300
+
301
+ = v1.7.14 (03/03/2011) =
302
+ * Maintenance: remove php notice on role editor
303
+ * Maintenance: Add fallback for don't load menu/sub-menu
304
+ * Maintenance: Exclude all options in different files
305
+
306
+ = v1.7.13 (03/02/2011) =
307
+ * Maintenance: different changes on code
308
+ * Maintenance: usable in WP 3.1
309
+ * Feature: Remove Admin Bar per role
310
+ * Feature: Add options for WP Nav Menu
311
+ * Bug-fix: php warning for wrong data-type [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-in-array)
312
+ * Bug-fix: php warning on foreach [WP Forum](http://wordpress.org/support/topic/plugin-adminimize-warning-error-invalid-argument-supplied-for-foreach)
313
+
314
+ = v1.7.12 (10/02/2010) =
315
+ * Bug-fix: Fallback for deactivate profile.php on roles smaller administration
316
+ * Bug-fix: Redirect from Dashboard on different roles
317
+ * Maintenance: small changes on code
318
+
319
+ = v1.7.11 (09/24/2010) =
320
+ * Bug-fix: for WP < 3.0; function get_post_type_object() is not exist
321
+
322
+ = v1.7.10 (09/24/2010) =
323
+ * Bug-fix: link-page in admin
324
+ * Bug-fix: meta-boxes on link-page
325
+ * Bug-fix: check for post or page with WP 3.*
326
+ * Maintenance: german language files
327
+ * Maintenance: pot-file
328
+ * Feature: new css for "User-info" in WP 3.0
329
+ * Maintenance: incl. the new css-file
330
+
331
+ = v1.7.9 (09/15/2010) =
332
+ * Bug-fix for new role-checking
333
+
334
+ = v1.7.8 (09/13/2010) =
335
+ * changes for WPMU and WP 3.0 MultiSite
336
+ * bug-fix for admin-menu in WPMU and WP 3.0 MultiSite
337
+ * bug-fix for meta boxes in WPMU and WP 3.0 MultiSite
338
+ * bug-fix for global settings in WPMU and WP 3.0 MultiSite
339
+ * bug-fix for link-options in WPMU and WP 3.0 MultiSite
340
+ * bug-fix for custom redirect after login
341
+ * different bug-fixes fpr php-warnings
342
+
343
+ = v1.7.7 (03/18/2010) =
344
+ * small fixes for redirect on deactivate Dashboard
345
+ * add dutch language file
346
+
347
+ = v1.7.6 (01/14/2010) =
348
+ * fix array-check on new option disable HTML Editor
349
+
350
+ = v1.7.5 (01/13/2010) =
351
+ * new function: disable HTML Editor on edit post/page
352
+
353
+ = v1.7.4 (01/10/2010) =
354
+ * Fix on Refresh menu and sub-menu on settings-page
355
+ * Fix for older WordPress versions and function current_theme_supports
356
+
357
+ = v1.7.3 (01/08/2010) =
358
+ * Add Im-/Export function
359
+ * Add new meta boxes from WP 2.9 post_thumbnail, if active from the Theme
360
+ * Small modifications and code and css
361
+ * Add new functions: hide tab for help and options on edit post or edit page; category meta box with ful height, etc.
362
+
363
+ = v1.7.2 (07/08/2009) =
364
+ * Add fix to deactivate user.php/profile.php
365
+
366
+ = v1.7.1 (17/06/2009) =
367
+ * Add belorussian language file, thanks to Fat Cow
368
+
369
+ = v1.7.1 (16/06/2009) =
370
+ * changes for load user date on settings themes; better for performance on blogs with many Users
371
+ * small bug-fixes on textdomain
372
+ * changes on hint for settings on menu
373
+ * new de_DE language file
374
+ * comments meta box add to options on post
375
+
376
+ = v1.7 (23/06/2009) =
377
+ * Bug-fix for WordPress 2.6; Settings-Link
378
+ * alternate for `before_last_bar()` and change class of div
379
+
380
+ = 1.6.9 (19/06/2009) =
381
+ * Bug-fix, Settingslink gefixt;
382
+ * Changes on own defines with css selectors; first name, second css selector
383
+ * Bug-fix in own options to pages
384
+
385
+ = 1.6.8 (18/06/2009) =
386
+ * Bug-fix in german language file
387
+
388
+ = 1.6.6-7 (10/06/2009) =
389
+ * Add Meta Link in 2.8
390
+
391
+ = 1.6.5 (08/05/2009) =
392
+ * Bug-fix, Doculink only on admin page of Adminimize
393
+
394
+ = 1.6.4 (27/04/2009) =
395
+ * new Backend-Themes
396
+ * more options
397
+ * multilanguage for role-names
398
+
399
+ = 1.6.1, 1.6.3 (24/05/2009) =
400
+ * ready for own roles
401
+ * new options for link-area on WP backend
402
+ * own options for all areas, use css selectors
403
+ * ...
404
+
405
+ = v1.6 =
406
+ * ready for WP 2.7
407
+ * new options area, parting of page and post options
408
+ * add wp_nonce for own logout
409
+ * ...
410
+
411
+ = v1.5.3-8 =
412
+ * Changes for WP 2.7
413
+ * changes on CSS design
414
+ * ...
415
+
416
+ = v1.5.2 =
417
+ * own redirects possible
418
+
419
+ = v1.5.1 =
420
+ * Bug-fix f&uuml;r rekursiven Array; Redirect bei deaktivem Dashboard funktionierte nicht
421
+
422
+ = v1.5 =
423
+ * F&uuml;r jede Nutzerrolle besteht nun die M&uuml;glichkeit, eigene Menus und Metaboxes zu setzen. Erweiterungen im Backend-Bereich und Vorbereitung f&uuml;r WordPress Version 2.7
424
+
425
+ = v1.4.7 =
426
+ * Bug-fix CSS-Adresse f&uuml;r WP 2.5
427
+
428
+ = v1.4.3-6 =
429
+ * Aufrufe diverser JS ge&auml;ndert, einige &uuml;bergreifende Funktionen nun auch ohne aktives Adminimize-Theme
430
+
431
+ = v1.4.2 =
432
+ * kleine Erweiterungen, Variablenabfragen ge&auml;ndert
433
+
434
+ = v1.4.1 =
435
+ * Bug-fixes und Umstellung Sprache
436
+
437
+ = v1.4 =
438
+ * Performanceoptimierung; <strong>Achtung:</strong> nur noch 1 Db-Eintrag, bei Update auf Version 1.4 zuvor die Deinstallation-Option nutzen und die Db von &uuml;berfl&uuml;ssigen Eintr&auml;gen befreien.
439
+
440
+ = v1.3 =
441
+ * Backendfunktn. erweitert, Update f&uuml;r PressThis im Bereich Schreiben, etc.
442
+
443
+ = v1.2 =
444
+ * Erweiterungen der MetaBoxen
445
+
446
+ = v1.1 =
447
+ * Schreiben-, Verwalten-Bereich ist deaktivierbar; CSS-Erweiterungen des WP 2.3 Themes f&uuml;r WP 2.6; Sidebar im Schreiben-Bereich noch mehr konfigurierbar, Optionsseite ausgebaut, kleine Code-Ver&auml;nderungen
448
+
449
+ = v1.0 =
450
+ * JavaScript schlanker durch die Hilfe von <a href="http://www.schloebe.de/">Oliver Schl&uuml;be</a>
451
+
452
+ = v0.8.1 =
453
+ * Hinweis im Footer m&uuml;glich, optional mit optionalen Text, Weiterleitung immer ersichtlich
454
+
455
+ = v0.8 =
456
+ * Weiterleitung nach Logout m&uuml;glich
457
+
458
+ = v0.7.9 =
459
+ * Zus&auml;tzlich ist innerhalb der Kategorien nur "Kategorien hinzuf&uuml;gen" deaktiverbar
460
+
461
+ = v0.7.8 =
462
+ * Mehrsprachigkeit erweitert
463
+
464
+ = v0.7.7 =
465
+ * Bug-fix f&uuml;r Metabox ausblenden in Write Page
466
+
467
+ = v0.7.6 =
468
+ * Checkbox f&uuml;r alle ausw&auml;hlen auch in Page und Post, Korrektur in Texten
469
+
470
+ = v0.7.5 =
471
+ * Checkbox f&uuml;r alle ausw&auml;hlen, Theme zuweisen
472
+
473
+ = v0.7.3 =
474
+ * Optionale Weiterleitung bei deaktiviertem Dashboard, Einstellungen per Plugin-Seite m&uuml;glich, Admin-Footer erg&auml;nzt um Plugin-infos
475
+
476
+ = v0.7.2 =
477
+ * Update Options Button zus&auml;tzlich im oberen Abschnitt
478
+
479
+ = v0.7.1 =
480
+ * Thickbox Funktion optional
481
+
482
+ = v0.7 =
483
+ * WriteScroll optional, MediaButtons deaktivierbar
484
+
485
+ = v0.6.9 =
486
+ * Theme WordPress 2.3 hinzugekommen, Footer deaktivierbar
487
+
488
+
489
+ == Other Notes ==
490
+ = Help with "Your own options" =
491
+ See the [entry on the WP community forum](http://wordpress.org/support/topic/328449 "Plugin: Adminimize Help with Your own options (3 posts)") for help with this great possibility.
492
+
493
+ = License =
494
+ Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a [small donation](http://bueltge.de/wunschliste/ "Wishliste and Donate") for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)
495
+
496
+ = Translations =
497
+ The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows) or use, I prefers this, the [translation service from wordpress.org](https://translate.wordpress.org/projects/wp-plugins/adminimize).
498
+
499
+ == Frequently Asked Questions ==
500
+ = Help with "Your own options" =
501
+ See the [entry on the WP community forum](http://wordpress.org/support/topic/328449 "[Plugin: Adminimize] Help with "Your own options" (3 posts)") for help with great function to add custom/own options.
502
+
503
+ = Post about the plugin with helpful hints =
504
+ * [wpbeginner.com: How to Hide Unnecessary Items From WordPress Admin with Adminimize](http://www.wpbeginner.com/plugins/how-to-hide-unnecessary-items-from-wordpress-admin-with-adminimize/)
505
+ * [wptavern.com: Create A Custom WordPress Admin Experience With Adminimize](http://wptavern.com/create-a-custom-wordpress-admin-experience-with-adminimize)
506
+
507
+ = I love this plugin! How can I show the developer how much I appreciate his work? =
508
+ Please send a [review](https://wordpress.org/support/view/plugin-reviews/adminimize) and let him know your care or see the [wishlist](http://bueltge.de/wunschliste/ "Wishlist") of the author. Also you can send a [donation](https://www.paypal.me/FrankBueltge).