Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Three years in the making, this marks the first stable release of Metatag module. It is recommended to update all sites. As always, it is also recommended to test updating the module in a copy of the site, just to ensure that no glaring bugs snook past.
NOTE: v7.x-1.3 (and 1.1, 1.2) has been released which resolves several bugs in this version.
It has taken some time to reach this point, but it is a testimony to the amazing collaboration of the community that this release is so flexible and powerful. Version 1.0 marks a point where the core entity-driven functionality is solid and has been tested through a great number of scenarios, from support for revisions, to multilingual, to manual manipulation using node_save() (and similar functions for other entities).
I would like to sincerely thank Dave Reid for building the original version that providing a solid architecture to expand upon and for the ongoing support, Jen Lampton for rewriting the entity integration to leverage the appropriate entity hooks, Greg Knaddison for patch review and issue queue triage, my employer Mediacurrent for providing time on-the-clock to work on this and other modules, and everyone else who has collaborated in the issue queues - from the tiniest bug report right up to to the largest patches, it's all greatly appreciated!
Going forward, there is work to be done to improve the submodules that integrate with Panels, Views and Context, along with plenty of other bug reports and feature requests.
List of changes since 7.x-1.0-rc2:
- #2319389 by DamienMcKenna: Additional Open Graph meta tags, for videos.
- #2169575 by gvorbeck: Workbench Moderation v2 doesn't need any hackery, so removed the message in hook_requirements().
- #2140189 by ttkaminski, DamienMcKenna: Added an index to {metatag} table for the 'type' and 'revision_id' fields.
- #1391554 by DamienMcKenna: Handle scenarios where the legacy "metatags" module had been installed.
- #2325459 by DamienMcKenna: Used JSHint to correct some minor JS bugs.
- #2326197 by Dave Reid: metatag_generate_entity_metatags() cache can be bypassed.
- By DamienMcKenna: Updated the og:image size guidelines.
- By DamienMcKenna: Remove the redundant metatag_taxonomy_term_view_alter().
- By DamienMcKenna: Support Twitter Cards fieldset in Metatag:Context.
- #1778286 by alberto56: Removed the deprecated metatag_ui module.
- #2331677 by othermachines: Updates 7025 and 7027 attempted to update the wrong tables.
- #2330823 by othermachines: Remove the deprecated G+ Author meta tag.
- #2186155 by DamienMcKenna, grahamC, JeroenT: Resolved problems when saving an entity directly rather than via entity form.
- By DamienMcKenna: Corrected the namespace prefix for OG video meta tags.
- #2186155 by DamienMcKenna: Follow-up to fix a number of scenarios.
Previous releases: