Skip to content

Releases: backdrop-contrib/metatag

1.x-1.22.6

23 Oct 17:23
1fe1848
Compare
Choose a tag to compare

This release of Metatag fixes the below bugs.

What's Changed

1.x-1.22.5

16 Feb 22:36
Compare
Choose a tag to compare

Changes since 1.x-1.22.4:

  • #108: Increase text contrast for accessibility.
  • #95: Don't assume config is available during upgrade
  • #75: Restore i18n insert/update/delete support.

1.x-1.22.4

26 Nov 00:32
f46feac
Compare
Choose a tag to compare

What's Changed

1.x-1.22.3

04 Nov 05:07
9264dbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.x-1.22.2...1.x-1.22.3

1.x-1.22.2

03 Aug 00:01
0d7a701
Compare
Choose a tag to compare

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

02 Jan 21:42
Compare
Choose a tag to compare

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

02 Jan 21:42
Compare
Choose a tag to compare

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

15 Aug 05:37
eb76bea
Compare
Choose a tag to compare

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

28 Dec 23:05
37a9da6
Compare
Choose a tag to compare

Changes since 1.x-1.21.4

  • #1: Port the Metatag favicons submodule.

1.x-1.21.4

24 Dec 19:43
Compare
Choose a tag to compare

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.