Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
108.5 KB
MD5: 45d91b29c393f09435ca46109b85578c
SHA-1: 6e4b9c7a6ac40c1b590568d10dd379968f4a8c39
SHA-256: 659e27c41aa3021a6db1593d8f9ca9c3fec297ba5c64f618d268846fff27b149
Download zip
127.56 KB
MD5: 965494eff340a28634055fa87079883b
SHA-1: 8c74eeda71acf06ef65b35f7f10003f01552713b
SHA-256: 94d9f1dbe183610964b0fb4416300e53c0ecfac18d2efc46f0484427f5c0118d
Release notes
Regressions
See #3183346: [regression] Overridden features are reverting upon update.
If you have not already updated, do not do so. Instead, wait for a future release.
Fixes
- #3075578: implode() called with wrong parameter order in ctools_component_features_export_render(). (PHP 7.4)
- #3086633: PHP 7.4 Compatibility - Curly brace syntax
- #2473935: Warning in features_help() if README.txt was deleted or made unreadable on deployment
- #2006432: Router item 'features/ajaxcallback/%' has bogus title callback.
- #3176326: Unknown column 'udated' in 'field list' - regression from #3162854
- #2644586: Wrong parent_identifier created for menu items
Performance
Performance, data model changes
This replaces #1325288: Use regular cache table for features_codecache
Code style, documentation
- #3082427: Code style fixes for inline comments
- #3081898: Misc code style fixes
- #3081268: Non-controversial whitespace code style fixes
- #3075616: Add @see comments on function strings, for easy navigation in IDEs.
- #3079939: Document hook_features_export_options_alter()
- #1758774: Document hook_features_disable_feature() and hook_features_enable_feature().
- #3060511: Enhance (function) doc comments in features.
Reverted
Changes in the -dev branch since 7.x-2.11, that were reverted before this release 7.x-2.12.
- #3162809: Revert change on menu_links identifier logic from #2385853
This reverts #2385853: menu link shows as overridden: options identifier showing in default, not in overrides - #3162806: Revert introduction of UUID entity path for menu links from #2353585.
This reverts #2353585: UUID export and import of menu items linking to nodes, terms and users