Releases: wp-media/adminimize
Releases · wp-media/adminimize
Simple, but helpful.
- Fix to see Logout link also on mobile view.
- Fix type definition.
Multiple Roles Support for Menu Items
Fixed
- Fix PHP Warning
- Fix check for active usage of Link Manager
- Fix menu var type, if is object.
- Check for multiple roles on Menu Settings, that it works only, if the option is still active on each role of this user.
More support for multiple roles
Added
- Add support for multiple roles to remove the Admin Bar via global options.
- Add support for multiple roles to remove the Admin Bar Back end items.
- Add also this support for Front End Admin Bar items.
- Multiple roles supported now on "Menu Options", "Global Options", "Admin Bar Back end options" and "Admin Bar Front end options".
Bug fixing pure.
Fixed
- Fix exclude of set new Admin Bar on settings page of Adminimize.
- Fix check for settings page.
- Fix colors on raw, column of the settings page.
- Fix caching for Dashboard Widget options.
Added
- Add buffering for debug helper in the console.
1.10.2
- Add possibility for custom menu slugs, especially for Plugins, Themes, there add different slug for different roles.*
- Add the possibility to use the WP object cache for settings, if the webspace support this, like Memcached, APC.
- More clarity for the "own options" label.
Leap Day
- Fix the Removing of Admin Color Scheme Select on the profile page.
- Back-end options are also excluded on the settings page.
- Add new settings area for options of the plugin self.
- The support for multiple roles is now optional.
- The support for bbPress is now active and optional.
Much More Testers (ing) is necessary
- Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar.
- Change settings screen for custom post type.
- Fix "select all" on Admin Bar settings.
- Fix exclude settings page for pages, there is the current screen not existent.
- Improve the exclude settings page function for hooks, there fired before
get_current_screen
. - Remove more legacy code before WP 3.3.
- Change removal of Menu and Submenu items to WP core functions, possible to non support older WP Versions.
- Supports multiple roles on "Menu Options" and "Global Options".
- Add possibility to hide Admin Notices globally, new setting point in "Global Options".
More changes for stupid plugins.
- Change get role name, return now a array with slug and name to fix "Select All" function for custom roles.
- Change Menu Items to Key value, not the id. Makes possible to hide also menu items, there have a stupid menu entry.
- Remove https fix; not necessary for the plugin. If you will usage, add this custom plugin.
- Update pot and de_De language files.
SSL Bugfix for Enqueued scripts/styles
- Bugfix for fixing ssl protocol in WP core on include styles and scripts.
Overtake without Obtaining
- Change Ex-/Import functions to use JSON format and remove mysql topics, there no longer valid in WP core.
- Add more checks to hide also dynamically menu items, like Customizer.
- Update spanish and german language file.
- Fix PHP Warning PHP Warning: in_array()
- Fix PHP Notice: Array to string conversion
- UI change: Fixed head on tables.
- Update italian language files, props to marcochiesi.
- Add global option to hide admin notices for each role.
- Replace static source to get option, only one function to get it.
- Change Admin Bar Feature: Difference between front-end and back-end.
- More stability on admin bar settings. Switch hook to set, get data of admin bar.
- Add possibilty to select/unselect all checkboxess for each area.
- Fix redirect feature, if Dashboard menu item is active for a role.
- Remove functions for WordPress versions smaller 3.5.
- Remove css tyles small WP 4.0
- Add minify js/css.
- Several code changes.
- Add custom fix for hide editors on post types.
- Several performance changes, like replace from
array_push
. - Fix Role check, new function to fix #22624.
- Exclude Settings page and Super Admin from remove Dashboard function.