Plugin Directory

Changeset 3108654

Timestamp:
06/27/2024 12:20:12 PM (6 weeks ago)
Author:
whiteshadow
Message:

Removed old changelog entries to comply with wordpress.org limits.

Apparently, there's a 5000 word limit for the Changelog section. Trimmed it down to about 3300 words by removing the oldest versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin-menu-editor/trunk/readme.txt

    r3085980 r3108654  
    306306* Minor performance optimizations.
    307307
    308 = 1.7.3 =
    309 * Fixed a bug where closing the menu properties of a custom menu item could set "extra capability" to "read".
    310 * Added a workaround for WooCommerce 2.6.8 to display the number of new orders in the "Orders" menu title.
    311 * Minor cosmetic changes.
    312 * Tested with WP 4.7 and 4.8-alpha.
    313 
    314 = 1.7.2 =
    315 * Added capability suggestions and access preview to the "Extra capability" dropdown.
    316 * The plugin now remembers the last selected menu item and re-selects it after you save changes.
    317 * Fixed a layout issue where menus with very long titles would appear incorrectly in the menu editor.
    318 * When you change the menu title, the window title will also be changed to match it. You can still edit the window title separately if necessary.
    319 * Moved the "Icon URL" field up and moved "Window title" down.
    320 
    321 = 1.7.1 =
    322 * Split the "required capability" field into two parts - a read-only field that shows the actual required capability, and an editable "extra capability" that you can use to restrict access to the menu.
    323 * Added more detailed permission error messages. You can turn them off in the "Settings" tab by changing "Error verbosity level" to "Low".
    324 * Tested up to WP 4.6.
    325 
    326 = 1.7 =
    327 * Added a "Plugins" tab. It lets you hide specific plugins from other users. Note that this only affects the list on the "Plugins" page and tasks like editing plugin files, but it doesn't affect the admin menu.
    328 * Tested up to WordPress 4.6-beta3.
    329 
    330 = 1.6.2 =
    331 * Fixed a bug that made menu items "jump" slightly to the left when you start to drag them.
    332 * Fixed a Multisite-specific bug where temporarily switching to another site using the switch_to_blog() function could result in the user having the wrong permissions.
    333 * When saving settings, the plugin will now compress the menu data before sending it to the server. This reduces the chances of exceeding request size limits that are imposed by some hosting companies.
    334 * You can dismiss the "Settings saved" notification by clicking the "x" button.
    335 * Tested up to WordPress 4.5.2.
    336 
    337 = 1.6.1 =
    338 * Fixed a bug introduced in version 1.6 that prevented the "collapse menu" link from working. In some cases, this bug also made it impossible to switch between "Help" tabs.
    339 
    340 = 1.6 =
    341 * Improved PHP 7 support.
    342 * Added a few more menu icons.
    343 * Added tabs to the settings page: "Admin Menu" and "Settings". These tabs replace the heading buttons that were previously used to switch between the menu editor and general plugin settings.
    344 * Added basic support for the special "customize" and "delete_site" meta capabilities.
    345 * Fixed a bug that prevented menu items with an empty slug (i.e. no URL) from showing up.
    346 * Fixed a bug where collapsing menu properties would flag the "Icon URL" field as having a custom value even if you hadn't actually changed it.
    347 * Fixed a rare WPML conflict that sometimes caused the admin menu to use a mix of different languages.
    348 * Improved compatibility with buggy plugins and themes that throw JavaScript errors in their DOM-ready handlers.
    349 * Renamed jquery.cookie.js to jquery.biscuit.js as a workaround for servers with overly aggressive ModSecurity configuration. Apparently, some servers block access to any URL that contains the text ".cookie".
    350 * Added a compatibility workaround for the DW Question & Answer plugin. The hidden "Welcome", "Changelog" and "Credits" menu items should no longer show up when you activate AME.
    351 * Added locking to reduce the risk of triggering a race condition when saving menu settings.
    352 * Removed the non-functional "Embed WP page" option.
    353 * Tested up to WordPress 4.5-RC1.
    354 
    355 = 1.5 =
    356 * Added "Keep this menu open" checkbox. This setting keeps a top level menu expanded even if it is not the current menu.
    357 * Added sort buttons to the top level menu toolbar.
    358 * Added an arrow that points from the current submenu to the currently selected parent menu. This might help new users understand that the left column shows top level menus and the right column shows the corresponding submenu(s).
    359 * Added a new editor colour scheme that makes the menu editor look more like other WordPress admin pages (e.g. Appearance -> Menus). You can enable it through the plugin settings page.
    360 * New and unused menu items will now show up in the same relative position as they would be in the default admin menu. Alternatively, they can be displayed at the bottom of the menu. You can configure this in plugin settings.
    361 * Fixed a rare bug where the menu editor would crash if one of the menu items had a `null` menu title. Technically, it's not valid to set the title to `null`, but it turns out that some plugins do that anyway.
    362 * Top level menus that have an empty title ("", an empty string) are no longer treated as separators.
    363 * Made all text fields and dropdowns the same height and gave them consistent margins.
    364 * Fixed a number of layout bugs that could cause field labels to show up in the wrong place or get wrapped/broken in half when another plugin changed the default font or input size.
    365 * Fixed a minor layout bug that caused the "expand menu properties" arrow to move down slightly when holding down the mouse button.
    366 * Fixed a minor bug that could cause toolbar buttons to change size or position if another plugin happens to override the default link and image CSS.
    367 * Added a workaround for plugins that create "Welcome", "What's New" or "Getting Started" menu items and then hide those items in a non-standard way. Now (some of) these items will no longer show up unnecessarily. If you find menus like that which still show up when not needed, please report them.
    368 * Fixed a few other layout inconsistencies.
    369 * Improved compatibility with buggy plugins that unintentionally corrupt the list of users' roles by misusing `array_shift`.
    370 * Fixed a URL parsing bug that caused AME to mix up the "Customize", "Header" and "Background" menu items in some configurations.
    371 * Fixed a layout issue where starting to drag one menu item would cause some other items to move around or change size very slightly.
    372 * Fixed JavaScript error "_.empty is not a function".
    373 * Increased minimum required WordPress version to 4.1.
    374 * Renamed the "Show/Hide" button to "Hide without preventing access". Changed the icon from a grey puzzle piece to a rectangle with a dashed border.
    375 * Made the plugin more resilient to JavaScript crashes caused by other plugins.
    376 * Use `<h1>` headings for admin pages in WordPress 4.2 and above.
    377 * Made the "delete" button appear disabled when the selected menu item can't be deleted.
    378 * Moved the "new separator" button so that it's next to the "new menu" button. 
    379 * Changed the close icon of plugin dialogs to a plain white "X".
    380 * Increased tooltip text size.
    381 * Improved compatibility with IP Geo Block.
    382 
    383 = 1.4.5 =
    384 * Fixed a `TypeError: invalid 'in' operand a` error that caused compatibility issues with WordPress 4.3.
    385 * Fixed a bug where the current menu item wouldn't get highlighted if its URL included %-encoded query parameters.
    386 * Fixed a bug in menu URL generation that could cause problems when moving a plugin menu from "Posts", "Pages" or a CPT to another menu. The URL of the menu item got changed in a way that could break some plugins.
    387 * Fixed a .htaccess compatiblility issue with with Apache 2.3+.
    388 * Fixed an incorrect directory name in an error message.
    389 * The "Links" menu will no longer show up in the editor unless explicitly enabled. As of WP 3.5, the "Links" menu still exists in WordPress core but is inaccessible because the Links Manager is disabled by default.
    390 * Tested with WordPress 4.3.
    391 
    392 = 1.4.4 =
    393 * Tested with WordPress 4.2.
    394 
    395 = 1.4.3 =
    396 * Trying to delete a non-custom menu item will now trigger a warning dialog that offers to hide the item instead. In general, it's impossible to permanently delete menus created by WordPress itself or other plugins (without editing their source code, that is).
    397 * Added a workaround for a bug in W3 Total Cache 0.9.4.1 that could cause menu permissions to stop working properly when the CDN or New Relic modules were activated.
    398 * Fixed a plugin conflict where certain menu items didn't show up in the editor because the plugin that created them used a very low priority.
    399 * Signigicantly improved sanitization of menu properties.
    400 * Renamed the "Choose Icon" button to "Media Library".
    401 * Minor compatibility improvements.
    402 
    403 = 1.4.2 =
    404 * Tested on WP 4.1 and 4.2-alpha.
    405 * Fixed a bug that allowed Administrators to bypass custom permissions for the "Appearance -> Customize" menu item.
    406 * Fixed a regression in the menu highlighting algorithm.
    407 * Fixed an "array to string conversion" notice caused by passing array data in the query string.
    408 * Fixed menu scrolling occasionally not working when the user moved an item from one menu to another, much larger menu (e.g. having 20+ submenu items).
    409 * Fixed a bug where moving a submenu item from a plugin menu that doesn't have a hook callback (i.e. an unusable menu serving as a placeholder) to a different menu would corrupt the menu item URL.
    410 * Other minor bug fixes.
    411 
    412 = 1.4.1 =
    413 * Fixed "Appearance -> Customize" always showing up as "new" and ignoring custom settings.
    414 * Fixed a WooCommerce 2.2.1+ compatibility issue that caused a superfluous "WooCommerce -> WooCommerce" submenu item to show up. Normally this item is invisible.
    415 * Fixed a bug where the plugin would fail to determine the current menu if the user tries to add a new item of a custom post type that doesn't have an "Add New" menu. Now it highlights the CPT parent menu instead.
    416 * Fixed a very obscure bug where certain old versions of PHP would crash if another plugin created a menu item using an absolute file name as the slug while AME was active. The crash was due to a known bug in PHP and only affected Windows systems with open_basedir enabled.
    417 * Added more debugging information for situations where the plugin can't save menu settings due to server configuration problems.
    418 * Other minor fixes.
    419 
    420 = 1.4 =
    421 * Added a special target page option: "< None >". It makes the selected menu item unclickable. This could be useful for creating menu headers and so on.
    422 * Added a new menu editor colour scheme that's similar to the default WordPress admin colour scheme. Click the "Settings" button next to the menu editor page title to switch colour schemes.
    423 * Fixed strange boxes showing up in the icon selector in Internet Explorer.
    424 * Fixed duplicate top level menus mysteriously disappearing. Now the plugin will properly warn the user that all top level menus must have unique URLs.
    425 * Fixed an obscure bug where changing the "Target page" from the default setting to "Custom" and back would occasionally make some menu properties suddenly show up as modified for no apparent reason.
    426 * Fixed incorrect submenu item height and margins in WP 4.0-beta.
    427 * Fixed a minor layout bug where items with no title would be smaller than other items.
    428 * Fixed combo-box dropdown button height for WP 3.9.x.
    429 * Added a workaround for a bug in WordPress Mu Domain Mapping 0.5.4.3.
    430 * Added a workaround for the very unusual situation where the "user_has_cap" filter is called without a capability.
    431 * Fixed duplicates of bbPress menu items showing up.
    432 * Changed the default custom menu icon to the generic "cogwheel" icon from Dashicons.
    433 * Other small UI changes.
    434 * Raised minimum requirements to WordPress 3.8 or later. This is mainly due to the increased reliance on Dashicons as menu icons.
    435 
    436 = 1.3.2 =
    437 * Added a large number of menu icons based on the Dashicons icon font.
    438 * Fixed default menu icons not showing up in WP 3.9.
    439 * Fixed a rare "$link.attr(...) is undefined" JavaScript error.
    440 * Fixed a bug where a hidden submenu page with a URL like "options-general.php?page=something" would still be accessible via "admin.php?page=something".
    441 * Fixed several other minor bugs.
    442 * Tested up to WordPress 3.9-RC1. Minimum requirements increased to WP 3.5.
    443 
    444 = 1.3.1 =
    445 * Tested with WordPress 3.8.
    446 * Fixed several minor UI/layout issues related to the new 3.8 admin style.
    447 * Fixed a bug where moving an item to a plugin menu and then deactivating that plugin would cause the moved item to disappear.
    448 * Fixed deleted submenus not being restored if their original parent menu is no longer available.
    449 * Fixed a rare glitch where submenu separators added by certain other plugins would sometimes disappear.
    450 * Fixed a conflict with Shopp 1.2.9.
    451 * Made the plugin treat "users.php" and "profile.php" as the same parent menu. This fixes situations where it would be impossible to hide a "Users" submenu item from roles that don't have access to the "Users" menu and instead get a "Profile" menu.
    452 * Added extra logging for situations where a menu item is hidden because a higher-priority item with the same URL is also hidden.
    453 * Minor performance improvements.
    454 
    455 = 1.3 =
    456 * Added a new settings page that lets you choose whether admin menu settings are per-site or network-wide, as well as specify who can access the plugin. To access this page, go to "Settings -> Menu Editor Pro" and click the small "Settings" link next to the page title.
    457 * Added a way to show/hide advanced menu options through the settings page in addition to the "Screen Options" panel.
    458 * Added a "Show menu access checks" option to make debugging menu permissions easier.
    459 * Added partial WPML support. Now you can translate custom menu titles with WPML.
    460 * The plugin will now display an error if you try to activate it when another version of it is already active.
    461 * Added a "Target page" dropdown as an alternative to the "URL" field. To enter a custom URL, choose "Custom" from the dropdown.
    462 * Fixed the "window title" setting only working for some menu items and not others.
    463 * Fixed a number of bugs related to moving plugin menus around.
    464 * Changed how the plugin stores menu settings. Note: The new format is not backwards-compatible with version 1.2.2.
    465 
    466 = 1.2.2 =
    467 * Replaced a number of icons from the "Silk" set with GPL-compatible alternatives.
    468 * Tested with WP 3.6.
    469 
    470 = 1.2.1 =
    471 * Fixed a rare bug where the icon selector would appear at the bottom of the page instead of right below the icon button.
    472 * Fixed incorrect icon alignment when running the MP6 admin UI.
    473 * Tested on WP 3.6-beta1-24044.
    474 
    475 = 1.2 =
    476 * Added an icon drop-down that lets you pick one of the default WordPress menu icons or upload your own through the media library (only in WP 3.5+).
    477 * Fixed misaligned button text in IE/Firefox.
    478 * Fixed menus that have both a custom icon URL and a "menu-icon-*" class displaying two overlapping icons. You can still get this effect if you set the class and URL manually.
    479 * Fixed a compatibility problem with Participants Database 1.4.5.2.
    480 * Tested on WP 3.5.1 and WP 3.6-alpha.
    481 
    482 = 1.1.13 =
    483 * Fixed a layout glitch that would cause the editor sidebar to display incorrectly in WP 3.5.
    484 * When trying to determine the current menu, the plugin will now ignore all links that contain nothing but an "#anchor". Various plugins use such links as separators and it wouldn't make sense to highlight them.
    485 * Tested on WP 3.5 (RC6).
    486 
    487 = 1.1.12 =
    488 * Fixed several more small CPT-related bugs that would cause the wrong menu to be marked as current.
    489 * Tested on WP 3.5-beta2.
    490 
    491 = 1.1.11 =
    492 * Tested on WP 3.4.2 and WP 3.5-alpha-21879.
    493 * Fixed a visual glitch related to the arrow that's used to expand menu settings. In certain situations clicking it would cause the arrow icon to be briefly replaced with multiple copies of the same icon.
    494 * Fixed the position of the URL and capability dropdown lists. Now they should show up directly under the corresponding input box instead of appearing some distance down and to the right.
    495 * Fixed the size of the toolbar buttons - now they're perfectly square.
    496 * Fixed a rare bug that would sometimes cause the wrong menu to be marked as active/expanded.
    497 * Only display the survey notice on the menu editor page, not on all admin pages.
    498 
    499 = 1.1.10 =
    500 * Added a new user survey. The notice will only appear for users who didn't complete or hide the previous one.
    501 * Fixed a number of bugs in the code that determines which menu should be expanded.
    502 * Fixed compatibility issues on sites running in SSL mode.
    503 
    504 = 1.1.8 =
    505 * Fix author URL (was 404).
    506 * Tested on WP 3.4.1
    507 * Update plugin description. Some notes were no longer accurate for the current version.
    508 
    509 = 1.1.7 =
    510 * Tested on WP 3.4
    511 * Fixed a rare "failed to decode input" error.
    512 * Fixed menus not being expanded/collapsed properly when the current menu item has been moved to a different sub-menu.
    513 * Added a shortlist of Pro version benefits to the editor page (can be hidden).
    514 
    515 = 1.1.6.1 =
    516 * Tested on WP 3.3.2
    517 * Added a user survey.
    518 
    519 = 1.1.6 =
    520 * Tested on WP 3.3.1.
    521 * Fixed a couple 404's in the readme and the plugin itself.
    522 
    523 = 1.1.5 =
    524 * Fixed an error where there would be no custom menu to show.
    525 * Removed the "Feedback" button due to lack of use. You can still provide feedback via blog comments or email, of course.
    526 
    527 = 1.1.4 =
    528 * Fixed the updater's cron hook not being removed when the plugin is deactivated.
    529 * Fixed updates not showing up in some situations.
    530 * Fixed the "Feedback" button not responding to mouse clicks in some browsers.
    531 * Fixed "Feedback" button style to be consistent with other WP screen meta buttons.
    532 * Enforce the custom menu order by using the 'menu_order' filter. Fixes Jetpack menu not staying put.
    533 * You can now copy/paste as many menu separators as you like without worrying about some of them mysteriously disappearing on save.
    534 * Fixed a long-standing copying related bug where copied menus would all still refer to the same JS object instance.
    535 * Added ALT attributes to the toolbar icon images.
    536 * Removed the "Custom" checkbox. In retrospect, all it did was confuse people.
    537 * Made it impossible to edit separator properties.
    538 * Removed the deprecated "level_X" capabilities from the "Required capability" dropdown. You can still type them in manually if you want.
    539 
    540 = 1.1.3 =
    541 * Tests for WordPress 3.2 compatibility.
    542 
    543 = 1.1.2 =
    544 * Fixed a "failed to decode input" error that could show up when saving the menu.
    545 
    546 = 1.1.1 =
    547 * WordPress 3.1.3 compatibility. Should also be compatible with the upcoming 3.2.
    548 * Fixed spurious slashes sometimes showing up in menus.
    549 * Fixed a fatal error concerning "Services_JSON".
    550 
    551 = 1.1 =
    552 * WordPress 3.1 compatibility.
    553 * Added the ability to drag & drop a menu item to a different menu.
    554 * Added a drop-down list of Dashboard pages to the "File" box.
    555 * When the menu editor is opened, the first top-level menu is now automatically selected and it's submenu displayed. Hopefully, this will make the UI slightly easier to understand for first-time users.
    556 * All corners rounded on the "expand" link when not expanded.
    557 * By popular request, the "Menu Editor" menu entry can be hidden again.
    558 
    559 = 1.0.1 =
    560 * Added "Super Admin" to the "Required capability" dropdown.
    561 * Prevent users from accidentally making the menu editor inaccessible.
    562 * WordPress 3.0.1 compatibility made official.
    563 
    564 = 1.0 =
    565 * Added a "Feedback" link.
    566 * Added a dropdown list of all roles and capabilities to the menu editor.
    567 * Added toolbar buttons for sorting menu items alphabetically.
    568 * New "Add separator" button.
    569 * New separator graphics.
    570 * Minimum requirements upped to WP 3.0.
    571 * Compatibility with WP 3.0 MultiSite mode.
    572 * Plugin pages moved to different menus no longer stop working.
    573 * Fixed moved pages not having a window title.
    574 * Hide advanced menu fields by default (can be turned off in Screen Options).
    575 * Changed a lot of UI text to be a bit more intuitive.
    576 * In emergencies, administrators can now reset the custom menu by going to http://example.com/wp-admin/?reset\_admin\_menu=1
    577 * Fixed the "Donate" link in readme.txt
    578 * Unbundle the JSON.php JSON parser/encoder and use the built-in class-json.php instead.
    579 * Use the native JSON decoding routine if it's available.
    580 * Replaced the cryptic "Cannot redeclare whatever" activation error message with a more useful one.
    581 
    582 = 0.2 =
    583 * Provisional WPMU support.
    584 * Missing and unused menu items now get different icons in the menu editor.
    585 * Fixed some visual glitches.
    586 * Items that are not present in the default menu will only be included in the generated menu if their "Custom" flag is set. Makes perfect sense, eh? The takeaway is that you should tick the "Custom" checkbox for the menus you have created manually if you want them to show up.
    587 * You no longer need to manually reload the page to see the changes you made to the menu. Just clicking "Save Changes" is enough.
    588 * Added tooltips to the small flag icons that indicate that a particular menu item is hidden, user-created or otherwise special.
    589 * Updated the readme.txt
    590 
    591 = 0.1.6 =
    592 * Fixed a conflict with All In One SEO Pack 1.6.10. It was caused by that plugin adding invisible sub-menus to a non-existent top-level menu.
    593 
    594 = 0.1.5 =
    595 * First release on wordpress.org
    596 * Moved all images into a separate directory.
    597 * Added a readme.txt
    598 
    599308== Upgrade Notice ==
    600309
Note: See TracChangeset for help on using the changeset viewer.