1.x-1.22.2
quicksketch
released this
03 Aug 00:01
·
17 commits
to 1.x-1.x
since this release
This release of Metatag fixes a major compatibility problem when upgrading to Backdrop 1.22.1 and later. Due to a fixed bug in core, previous versions of Metatag would declare metatag_views_views_plugins()
a second time. See #67.
Many other bug fixes have been made in this version, upgrading is encouraged for all users.
List of Changes Since 1.x-1.22.1:
- Issue #47: i18n support
- Issue #53: Fix undefined index: description
- Issue #67: Fix double function declaration
- Issue #73: Undefined index: #attributes a metatag_html_head_alter()
- Issue #77: Use role name not RID
- Issue #80: Use help element instead of wrapping #markup with
<p>
- Issue #87: Replace drupal functions with backdrop equivalents
- Issue #53: Fix undefined index: description.
- Issue #30: Warning: "Theme hook "metatag_http_equiv" not found."
- Issue #70: Fix renamed 'language' to 'langcode' property.
- Issue #92: Fix incorrect caching of enabled tags and test failures
- Issue #60: Add type=module to Metatag Devel info file.
- Issue #83: Removing pre-release info from README.md, formatting.
- Issue #64: Move MetatagSearchTestSearchApiService to dedicated file.