Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
25.17 KB
MD5: 212cb45a278ef99aae871d67da81e2d1
SHA-1: cf1ac37d5cf0426b5d75bd482f60ee6609f4f6f2
SHA-256: 4639bcf7020e8310429727374b7d8ed61a00fd619b8aa74629599a6181052b68
Download zip
31.38 KB
MD5: 8d1f676e56ab4507bba15a1c5813bfec
SHA-1: 5be1fad9f3ea1ac4e3f085691b61fa3470e9fc68
SHA-256: 899e752bd7cc9a4aa09d41bb7ac0d83bf72916cbf87636ad10e7c95d42f5d523
Release notes
Changes since 7.x-1.0-alpha3:
- #1323692: Fixed do not use the [user:picture:url] token for og:image default if user pictures are not enabled.
- Add translatable flag to the {metatag_config} table.
- #1344284: Fixed the {metatag_config}.cid column should not be NULL.
- #1281624: Merged metatag_ui.module back into metatag.module.
- Removed warning not to use module in production from header.
- #1343914: Added support for the
meta tag for Google+ integration. - #1313550: Module is not using the proper HTML tag theme function inside the meta tag theme functions.
- #1304038: Fixed the generator tag cannot be disabled.
- #129664: Fixed summary for robots meta tag did not display and caused a PHP warning with htmlspecialchars().
- #1298752: Fixed PHP notice undefined variable instance in metatag_field_attach_rename_bundle().
- #1299028: Fixed export library not included in metatag_config_cache_clear().
- Ensure decode_entities() is run prior to strip_tags().