Changeset 3465747
- Timestamp:
- 02/20/2026 11:35:00 AM (6 weeks ago)
- Location:
- admin-menu-editor/trunk
- Files:
-
- 2 edited
-
menu-editor.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-menu-editor/trunk/menu-editor.php
r3438701 r3465747 4 4 Plugin URI: http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/ 5 5 Description: Lets you directly edit the WordPress admin menu. You can re-order, hide or rename existing menus, add custom menus and more. 6 Version: 1.1 4.16 Version: 1.15 7 7 Author: Janis Elsts 8 8 Author URI: http://w-shadow.com/blog/ -
admin-menu-editor/trunk/readme.txt
r3428600 r3465747 5 5 License: GPLv3 6 6 Requires at least: 5.9 7 Tested up to: 6. 8.28 Stable tag: 1.1 4.17 Tested up to: 6.9.1 8 Stable tag: 1.15 9 9 10 10 Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more. … … 84 84 85 85 == Changelog == 86 87 = 1.15 = 88 * Increased the minimum required PHP version to 7.4. 89 * Increased the minimum required WordPress version to 5.9. 90 * Fixed the "admin_menu_editor-menu_url_blacklist" filter being called too early, before most other plugins have been loaded. Now other plugins should be able to actually use this filter to modify the menu blacklist. 91 * Fixed some users showing as "missing" in the "Redirects" tab when the site has more than 50 users. 92 * Added a workaround for a bug in ActivityPub 7.8.5 that could cause a PHP fatal error by returning an invalid value from the "user_has_cap" filter. 93 * Fixed a PHP notice about enqueueing a style before registering the "menu-editor-base-style" dependency. 94 * Fixed a PHP compatibility issue where using PHP versions older than 8.1 could lead to errors like "Fatal error: Uncaught Error: Cannot unpack Traversable with string keys". 95 * Fixed conflicts with "WooCommerce Product Options" and "WooCommerce Quantity Manager" where menu items that link to setup wizards would become visible when AME is active. 96 * Fixed a PHP 8.5 deprecation notice: "Using null as an array offset is deprecated, use an empty string instead". 97 * Fixed a PHP 8.5 deprecation notice: "Non-canonical cast (boolean) is deprecated, use the (bool) cast instead". 98 * Removed the special URL parameter that let admins manually reset the admin menu configuration. 99 * Tested with WP 6.9.1 abd 7.0-alpha. 86 100 87 101 = 1.14.1 =
Note: See TracChangeset
for help on using the changeset viewer.