Plugin Directory

Changeset 3465747


Ignore:
Timestamp:
02/20/2026 11:35:00 AM (6 weeks ago)
Author:
whiteshadow
Message:

Version 1.15

Location:
admin-menu-editor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin-menu-editor/trunk/menu-editor.php

    r3438701 r3465747  
    44Plugin URI: http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/
    55Description: 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.14.1
     6Version: 1.15
    77Author: Janis Elsts
    88Author URI: http://w-shadow.com/blog/
  • admin-menu-editor/trunk/readme.txt

    r3428600 r3465747  
    55License: GPLv3
    66Requires at least: 5.9
    7 Tested up to: 6.8.2
    8 Stable tag: 1.14.1
     7Tested up to: 6.9.1
     8Stable tag: 1.15
    99
    1010Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more.
     
    8484
    8585== 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.
    86100
    87101= 1.14.1 =
Note: See TracChangeset for help on using the changeset viewer.