Releases: backdrop-contrib/metatag
Releases · backdrop-contrib/metatag
1.x-1.22.6
This release of Metatag fixes the below bugs.
What's Changed
- Issue #109: No canonical link output at all if core tags disabled. by @quicksketch in #114
- Issue #112. Fix metatag token type output by @argiepiano in #113
- Issue #115: Run tests on pull requests. by @quicksketch in #116
- Issue #110: Add test coverage for canonical link. by @quicksketch in #117
1.x-1.22.5
1.x-1.22.4
What's Changed
- Issue #102: Adding MetatagSearchAlterCallback to autoloader by @quicksketch and @laryn in #105
- Issue #98: Fix displaying metatag options on views. Port metatag_views tests by @quicksketch in #104
- Fix documentation wiki link in README.md by @djzwerg in #103
1.x-1.22.3
What's Changed
- Issue #95: Don't modify update/install maintenance pages. by @quicksketch in #96
- Fixes #76 - missing name and label in new config by @yorkshire-pudding in #97
- Issue #51: Only set og:image defaults if field_image exists. by @quicksketch in #100
- Issue #99: Clean up the metatag_config table. by @quicksketch in #101
Full Changelog: 1.x-1.22.2...1.x-1.22.3
1.x-1.22.2
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.
1.x-1.22.1
Changes since 1.x-1.22.0:
- Issue #20 Allow enabling individual metatags site-wide
- Issue #1: Initial port of the Metatag Views submodule.
- Issue #58: Fixed remaining broken functional tests
- Issue #56: Restore change from name to property for specific groups.
- Issue #56: Revert previous change from name to property.
- Fixes #49: Fixed php warning on count()
- Issue #2852260 by DamienMcKenna: Output cache doesn't fully disable
- Issue #2821713 by WidgetsBurritos: Don't output the mask-icon 'color' attribute if it's empty
- Issue #24: Add better explanation for the sanitize option.
1.x-1.22.0
Changes since 1.x-1.21.6:
- #2297647 by DamienMcKenna: Fatal error: views_plugin_display::destroy()
- Update hreflang tokens.
- #2864524 by JamesK: Improve field descriptions for abstract and geo.position
- #2857982 by arosboro: Fixed tests in 7.x-1.x branch
- #3108311 by mvc, DamienMcKenna: meta tags not working with taxonomy terms Views page ending in /all
1.x-1.21.6: Merge pull request #38 from jenlampton/33-less-info-on-vtab
Changes since 1.x-1.21.5:
- #33: Only put basic metatags onto the vertical tab.
- #25: Update link to xmlsitemap module.
- #15: Remove message about metatag when content type is created.
- #31: Comment out invalid requirements, add todos for putting them back.
- #17: Fixed multi-valued image field tokens.
- #19: Add placeholder text for inherited default values.
- #28: Support Open Graph Protocol standards.
- #12: Invalid link is shown
1.x-1.21.5
Changes since 1.x-1.21.4
- #1: Port the Metatag favicons submodule.
1.x-1.21.4
Changes since 1.x-1.21.3
- Remove RDF support from facebooks submodule.
- Prevent PHP notices, and begin to port other metatag submodules.
- Remove unnecessary calls to the metatag_property theme hook.
- Update documentation.