Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
8.98 KB
MD5: f821d56d0c3586179e71362a53c33b45
SHA-1: cfa7003bc03e6ab7c6736f0094c788e67230135b
SHA-256: 6a750546b8c0be0aa7bb320bc980969910c37e7d2a499e18416e07a2ac1b12d6
Download zip
9.88 KB
MD5: 65a7037308189ee3d79a833ad75307be
SHA-1: 872792817d80901b4a14af4311416e8a75cc87a1
SHA-256: a9a26113d88012e0d7e7a9410296eda487b563eee8000814dc278dce2840080c
Release notes
Changes since 7.x-1.0-beta1:
- Unify _menu_attributes_form_alter() to not clobber any other attributes or options in the link data.
- #1132782: Added update function to fix any menu links that had the class attribute saved as a string rather than an array.
- #1144502: Fixed attribute configuration not showing up on menu settings page.
- Stripping CVS keywords
- #994402 by das-peter, Dave Reid: Fixed Prevent error in menu_attributes_menu_link_alter() if an attribute is not a string.
- by Dave Reid: Use hook_form_node_form_alter() instead of hook_form_alter().
- by Dave Reid: Store class values as an array rather than a string.