Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This release includes a wealth of changes, both feature additions, preparations for the forthcoming Metatag v2 launch, and many minor bug fixes. Updating is strongly recommended for all sites.
As always, a huge thank you to everyone who collaborated towards this release, it has been a long time coming.
Contributors (24)
DamienMcKenna, circuscowboy, JeroenT, gowrann, Dave Reid, beatrizrodrigues, wamwam, alex.skrypnyk, immaculatexavier, Pracheth, dineshreddymathuku, lostcarpark, lucassc, sergey.semchuk, Eugene Bocharov, Ronino, JamesDevware, Dmitrii_Zadorozhnyi, loon, ravi.joshi53, Borodada, Alan D., Kuldeep K, Antares89
Changelog
Issues: 14 issues resolved.
Changes since 7.x-1.30:
Bug
- #3344475 by DamienMcKenna, circuscowboy: Must be of type string, array given in strpos().
- #3249349 by beatrizrodrigues, DamienMcKenna, wamwam: Error: Call to a member function tokenize_value() on null in function metatag_views_page_alter.
- #3337784 by DamienMcKenna, alex.skrypnyk: Undefined array key "description" on Feeds integration; API improvement to log meta tags, groups that are missing default values.
- #3164895 by Eugene Bocharov, DamienMcKenna: Loss of existing meta tags after importing Page Title or Metatags Quick data.
- #3274588 by Dmitrii_Zadorozhnyi, DamienMcKenna, loon: PHP warnings during static code analysis using Phan.
- #3309125 by DamienMcKenna, ravi.joshi53, Borodada: Argument 1 passed to metatag_config_save() must be an instance of object, instance of stdClass given, called in metatag/metatag.admin.inc.
Feature
- #1918738 by DamienMcKenna, JeroenT, gowrann, Dave Reid: Character count on fields via Maxlength integration.
- #3106692 by sergey.semchuk, DamienMcKenna: Add Google's new robots tags.
- #3295314 by JamesDevware, DamienMcKenna: Integrate with Language Hierarchy.
- #2217549 by DamienMcKenna, Alan D., Kuldeep K, Antares89: Integration with the Diff module.
Task
- #3359952 by DamienMcKenna: Rename logo file to just "logo.png".
- #3210889 by immaculatexavier, Pracheth, DamienMcKenna, dineshreddymathuku: Convert the README.txt to a markdown file.
- #3311543 by DamienMcKenna, lostcarpark, lucassc: Add new Metatag logo files, update tests to use them.
- #3037874 by Ronino, DamienMcKenna: Build meta tags for panels much later like metatag and metatag_views do so they can be altered after page data has been processed.