Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
211.48 KB
MD5: d9b888b4367f5e54c5852ec5cde4fcb0
SHA-1: bc1b22d2fe58be388560ec1587c932d719a257aa
SHA-256: 03491b152eb3067e0055c32484eb1d3480b1e6b0e1be87629fe126709debf213
Download zip
308.15 KB
MD5: 279c8393c3d3cce04d85c26c788540cd
SHA-1: 65006f7b7f0068fa95c7d5172e7d25633b54527b
SHA-256: 4d622bd3aede68e6078dc1d8d6f75b861852b25846c23d6d345163fb49a08944
Release notes
The Happy Holidays release.
This release includes a number of bug fixes and adds several new meta tags along with a few new features and much improved tests, all thanks to members of our wonderful community.
Key highlights:
- Fixed integration with the Me and Media modules.
- Added meta tags for Google Custom Search Engine (CSE) and amphtml, and the brand new today (!) "handheld" alternate link tag.
- The Author and Publisher meta tags were moved to the Google Plus submodule.
- The Revert page is now much more useful, it gives full control over which meta tags and languages are to be reverted.
Full changelog since v7.x-1.17:
- #2761817 by DamienMcKenna: Fixed metatag_update_replace_config() so it isn't hardcoded to only work with og:video.
- #2759843 by DamienMcKenna: Removed the Alexa verification tag.
- #2759855 by DamienMcKenna: Removed the Yahoo verification tag.
- By DamienMcKenna: Clear Metatag's caches after deleting or renaming a meta tag.
- #2763499 by DamienMcKenna: Don't use entity_load() when saving Metatag data, it can cause anomolies.
- #2750705 by jalpesh, susannecoates: Updated description of the Google Play app ID meta tag.
- #2771603 by FeyP: Fixed incorrect argument name to metatag_metatag_save().
- #2745177 by DamienMcKenna: Tests to confirm each meta tag can be filled in and added to the global settings.
- #2773839 by DamienMcKenna: Remove 'metatag_ui' from the {system} table.
- #2773465 by DamienMcKenna: Because Page Title is now fully deprecated, promote converting its settings and uninstalling it.
- #1944862 by FeyP, DamienMcKenna: Allow control over which meta tags and languages are reverted on the Bulk Revert page.
- #2766315 by recrit, DamienMcKenna: metatag_entity_type_enable() would incorrectly change settings in certain circumstances.
- #2774859 by DamienMcKenna: Refactored main tests to not use the submodules by default.
- #2678896 by nmalinoski: Fixed redundant t() calls to fix double translation.
- #2787189 by DamienMcKenna: Added some tests to confirm that the different node preview options don't interfere with saving meta tag values.
- By DamienMcKenna: Added a Known Issue for problems with Entity Token.
- #2790967 by DamienMcKenna: Added tests for taxonomy term config translations using i18n.
- #2795255 by lazysoundsystem: 'disabled' was misspelled.
- By DamienMcKenna: Updated the description of content-language to clarify its usage and the fact that Bing may still use it.
- #1865228 by DamienMcKenna: Moved Author meta tag to GooglePlus submodule.
- #1343914 by DamienMcKenna: Moved Publisher meta tag to GooglePlus submodule.
- #2784879 by sorinb, DamienMcKenna: Change metatag_update_7108 to use a sandbox.
- #2791963 by ttkaminski, DamienMcKenna: Don't change protocol-relative URLs in image values.
- #2797069 by Internet, DamienMcKenna: Corrected the URL to Wikipedia's ICBM page.
- #2799317 by mdooley: Use a static date example for the Expires meta tag's description to avoid flooding the {locales_source} table.
- #2800479 by DamienMcKenna, david.gil: Avoid showing errors if Search API is not installed.
- By DamienMcKenna: Slight reordering of the main info file.
- #2663208 by DamienMcKenna, geertvd: Don't load meta tags on the /user/me page, avoid problems when the Me module is installed.
- #2813429 by DamienMcKenna: Added tests for metatag_mobile.
- #2813427 by DamienMcKenna: Added support for the amphtml link tag.
- #2811735 by Stevel, DamienMcKenna: Added dependencies to all tests so that tests will only be listed if those dependencies are also available.
- By stimalsina: Minor improvements to the amphtml meta tag's description.
- #2823367 by DamienMcKenna: Fixed tests after internal API change in Media.
- #2826023 by renatog, DamienMcKenna, gfcamilo: Coding standards fixes for metatag.module.
- #2831030 by prince_zyxware: Fixed some minor coding standard bugs, spacing issues.
- #2759461 by DamienMcKenna: hreflang=x-default is no longer removed when another hreflang meta tag has the same URL, instead the other tag is removed as it was supposed to be. Added a new [node:url-original] token for showing the URL for the source node for translations; updated the default value for the hreflang=x-default meta tag to use the new token instead of [node:source:url]. Updates to many tests to allow these changes.
- #2532588 by cebasqueira, renatog, DamienMcKenna: Added new meta tags for Google CSE.
- #2796701 by DrupalDano, DamienMcKenna: Some XSS tests for meta tag handling.
- #2831073 by DamienMcKenna: Added Workbench Moderation as a test dependency, for future use.
- #2831822 by DamienMcKenna: Added support for the handheld mobile alternate link tag, supported by Google.