Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
24.93 KB
MD5: f2c808b23dc0d1f578cdd867ae011781
SHA-1: e22a3e69ab831934271d3fc354d765cfe1412ede
SHA-256: d05af278c44c3ff49fb6167e4883c061be2d003ecf73f77330dec8d20d0f3bcf
Download zip
31.71 KB
MD5: abd580f4cf892f30ace31fbd50f4ded3
SHA-1: 2ce58c7c6df5f39bd4eae356c19377d930a0f27c
SHA-256: 80381c2809d70ad2a1de6f44042fe8872a88a85515c9b76fea204eb9b04c1b29
Release notes
Changes since 7.x-1.0-alpha2:
- Fix entity objects may have been altered by other modules like CTools/Panels, so always reload the entity from cache.
- Clear caches when config is saved.
- Fixed PHP notice if the language context in metatag_field_attach_view_alter() is NULL.
- Fixed meta tags should use unsanitized token replacement since the meta tag theme functions run check_plain() with drupal_attributes().
- #1284056: Fixed workaround for core issue #1284642 due to form submit handlers cannot be added in hook_field_attach_form().
- Skip adding fieldset summary JavaScript if form does not have vertical tabs.