Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download metatag-7.x-1.0-alpha7.tar.gztar.gz 25.99 KB
MD5: 362fcee537d5ebcefa561383a0e56535
SHA-1: 0bda31af25ec91c243b9f1d785160ab46767a47b
SHA-256: 860269407e4ee38939036fe0b2d2b28a37083808c132e2e9d81cbdc18e03bfb6
Download metatag-7.x-1.0-alpha7.zipzip 32.38 KB
MD5: d4ed67a55ff765cefe07a2ed3ac72e12
SHA-1: 53c9fdcc5ac1ecc54565da779353a1bbeedbe7b1
SHA-256: d978f9de7025026006dbdf71d2b417281a0647e70f8e7eb38e6cabc2d3da65ff

Release notes

Changes since 7.x-1.0-alpha6:

  • Added support for showing the token browser with a dialog when http://drupal.org/node/1684984 is fixed.
  • Added a more generic and reusable metatag_page_set_metatags() and metatag_page_get_metatags() rather than having to add and inspect a static variable for each entity type.
  • #1281770: Do not show the meta tag form or skip metatag_entity_view() if an entity does not have any custom meta tags or does not have any non-global defaults.
  • #1706156: Fixed metatag_metatags_delete_multiple() did not actually delete anything due to an improper array_keys() on the array.
  • #1448412: Added static cache for db_table_exists() in metatag_metatags_load_multiple().
  • Added an option to metatag_config_load_with_defaults() to skip loading the global config.
  • #1708718: Fixed output on node pages (stems from #1363476).
  • Simplified conditions in _metatag_entity_is_page().
  • Increase default weight of metatag fieldset.
  • #1363476 by jenlampton: Use hook_entity_view() to add meta tags to the page.
  • #1466292 by DamienMcKenna: Placeholder file for documenting the API.

Warning: meta tags won't load on taxonomy term pages due to a bug in Drupal core, follow http://drupal.org/node/1700160 for more details.

Created by: Dave Reid
Created on: 5 Aug 2012 at 21:06 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
New features
Bug fixes
Insecure

Other releases