Changeset 1190552
- Timestamp:
- 07/01/2015 12:02:22 AM (11 years ago)
- File:
-
- 1 edited
-
webmaster-user-role/tags/1.3.2/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webmaster-user-role/tags/1.3.2/readme.txt
r1145307 r1190552 5 5 Tested up to: 4.2 6 6 Stable tag: 1.3.2 7 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 9 8 10 Adds a new "Admin" user role between Administrator and Editor. Perfect for clients and those who know just enough to be dangerous. … … 51 53 52 54 == Changelog == 53 = v 1.3.2 =54 * Improve support for new Gravity Forms version55 * Fix register_scripts_and_styles PHP warning56 * Fix potential issue with webmaster user being given no access permissions57 55 58 = v 1.3.1 = 59 * Show Yoast metabox when editing pages (still hide settings) by default 56 = 1.3.2 = 57 * Improved: Improve support for new Gravity Forms version 58 * Fixed: register_scripts_and_styles PHP warning 59 * Fixed: potential issue with webmaster user being given no access permissions 60 60 61 = v 1.3 = 62 * Hide Users menu (often requested, and really the webmaster user couldn't do much in this screen anyway) 63 * Add support for ACF5 (hide Custom Fields Menu compatible with new version) 64 * Add support for Contact Form 7 65 * Add support for iThemes Security 61 = 1.3.1 = 62 * Improved: Show Yoast metabox when editing pages (still hide settings) by default 66 63 67 = v 1.21 = 68 * Add support for TablePress [http://wordpress.org/plugins/tablepress/] 64 = 1.3 = 65 * New: Hide Users menu (often requested, and really the webmaster user couldn't do much in this screen anyway) 66 * New: Add support for ACF5 (hide Custom Fields Menu compatible with new version) 67 * New: Add support for Contact Form 7 68 * New: Add support for iThemes Security 69 70 = 1.21 = 71 * New: Add support for TablePress [http://wordpress.org/plugins/tablepress/] 69 72 70 73 = v 1.2 = … … 72 75 * Multisite bugfix: Stop removing Settings & Tools from network administrator 73 76 74 = v1.1.1 =75 * N ow hides non-essential dashboard items76 * Fixe s a conflict with Mizzo theme (thanks djesch)77 = 1.1.1 = 78 * New: Now hides non-essential dashboard items 79 * Fixed: Fixes a conflict with Mizzo theme (thanks djesch) 77 80 78 = v1.1 =79 * Add support for Sucuri Scanner [http://wordpress.org/plugins/sucuri-scanner/]80 * Add support for Advanced Custom Fields [http://wordpress.org/plugins/advanced-custom-fields/]81 * Remove tools menu – so webmaster users can't import/export/migrate/find&replace81 = 1.1 = 82 * New: Add support for Sucuri Scanner [http://wordpress.org/plugins/sucuri-scanner/] 83 * New: Add support for Advanced Custom Fields [http://wordpress.org/plugins/advanced-custom-fields/] 84 * New: Remove tools menu – so webmaster users can't import/export/migrate/find&replace 82 85 83 = v1.0.9 =84 * Add support for Ultimate Branding [http://premium.wpmudev.org/project/ultimate-branding/]86 = 1.0.9 = 87 * New: Add support for Ultimate Branding [http://premium.wpmudev.org/project/ultimate-branding/] 85 88 86 = v1.0.8 =87 * Add Gravity Forms edit_forms capability as an option (only allows entry viewing by default) via filter:89 = 1.0.8 = 90 * Improved: Add Gravity Forms edit_forms capability as an option (only allows entry viewing by default) via filter: 88 91 add_filter( 'td-webmaster-user-roleoption_cap_gravityforms_edit_forms', __return_true ); 89 92 90 = v1.0.7 =91 * Remove settings menu from wp-admin93 = 1.0.7 = 94 * New: Remove settings menu from wp-admin 92 95 93 = v1.0.5 =94 * Remove capability to delete users96 = 1.0.5 = 97 * New: Remove capability to delete users 95 98 96 = v1.0.4 =97 * Add "editor" cap for role so plugins checking for "editor" explicitly work99 = 1.0.4 = 100 * Improved: Add "editor" cap for role so plugins checking for "editor" explicitly work 98 101 99 = v1.0.3 =100 * Remove capabiilty to add, edit, promote users101 * Remove capability to update core102 = 1.0.3 = 103 * New: Remove capabiilty to add, edit, promote users 104 * New: Remove capability to update core 102 105 103 = v1.0.2 =106 = 1.0.2 = 104 107 * Initial Release
Note: See TracChangeset
for help on using the changeset viewer.