Install
Works with Drupal: ^9.3 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
221.96 KB
MD5: 435b65e83405dcf895991f5ed60ebc61
SHA-1: 48a4b55039f16719ca247261ca92097ab21c744b
SHA-256: d75193f5b3d03fddc02abb573ec792a08d0af3c66c92dee4d694d5f2475e6b19
Download zip
533.84 KB
MD5: 4c37b60a1807789c76619cb6da1e7471
SHA-1: d0e53e4f41c759ea8ca4c504fc6fee9a5184a701
SHA-256: ca7c44a297442e2aabfce3216048329d2a23171860c686c06b725fd17f339b08
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.
Change notices
- metatag_generate_entity_metatags() renamed to metatag_generate_entity_all_tags()
- Certain Twitter Card meta tags deprecated in Metatag v8.x-1.23, removed in v2.0.0
- TypedData plugin removed in Metatag 2.0.0
Contributors (26)
DamienMcKenna, jwilson3, PapaGrande, parisek, RenatoG, achap, bsnodgrass, Anna D, Panchuk, mukesh88, rckstr_rohan, klimp, godotislate, idebr, sahil.goyal, amanshukla6158, joshua.boltz, ressa, Project Update Bot, Steven Jones, jenger1965, wells, JesperN, othermachines, flocondetoile, nkraft
Changelog
Issues: 34 issues resolved.
Changes since 8.x-1.22:
Bug
- #3336301 by RenatoG, DamienMcKenna: Unnecessary else in metatag_post_update_convert_author_data().
- #3335302 by DamienMcKenna, bsnodgrass, Anna D: Deprecated function: str_replace() line 432 MetaNameBase.php.
- #3325035 by Panchuk, DamienMcKenna: View page meta tags can be overridden by view block that placed on same page.
- #3353594 by mukesh88, rckstr_rohan, DamienMcKenna: Spellung misteaks.
- #3336234 by DamienMcKenna: Add UUID values to fixture config items.
- #3329792 by DamienMcKenna, sahil.goyal, amanshukla6158: Drupal coding standards issues.
- #3299222 by DamienMcKenna: Mobile tags are not overwriting core's tags as expected.
- #3314204 by DamienMcKenna, joshua.boltz: Handling of single vs multiple-value metatags with Search API integration.
- #3327418 by Steven Jones, DamienMcKenna: Trivial typo in description of metatag_routes module.
- #3323467 by DamienMcKenna: Wrong source module for Nodewords migrations.
- #3313273 by DamienMcKenna, jenger1965, wells, JesperN, othermachines, flocondetoile: Incorrect unserialization error logged.
- #3312950 by DamienMcKenna, nkraft: Warning: Undefined array key "href" in Drupal\metatag_favicons\Plugin\metatag\Tag\MaskIcon->output().
Feature
- #3356420 by DamienMcKenna, jwilson3, PapaGrande: Character count on fields via Maxlength integration.
- #3351558 by parisek, DamienMcKenna: Translation of meta tags is limited to 128 characters.
- #3308774 by achap, DamienMcKenna: Allow modules to alter views before building meta tags.
- #3217263 by DamienMcKenna: Updated fixtures file for content-language tag.
- #3332348 by DamienMcKenna: Add function for getting list of overridden meta tags for a given entity.
Task
- #3359952 by DamienMcKenna: Rename logo file to just "logo.png".
- #3358948 by DamienMcKenna: Add a function for abstracting the field data encoding method.
- #3353826 by DamienMcKenna: Add default settings file.
- #3352508 by DamienMcKenna, klimp: Resolve access check errors for D10 compatibility.
- #3351181 by godotislate, DamienMcKenna: Missing access checks on entity queries in metatag_open_graph update hooks.
- #3350298 by DamienMcKenna: Backport metatag_data_decode() from v2.
- #3132062 by DamienMcKenna: Updated fixtures with some documentation and todo's.
- #3335688 by idebr, DamienMcKenna: Document meta name="referrer" relationship with Referrer-policy HTTP header.
- #3065441 by DamienMcKenna: Updated fixtures file with more Google Plus values.
- #3132065 by DamienMcKenna: Updated fixtures with Twitter Cards data.
- #2973351 by DamienMcKenna: Updated fixtures file.
- #3334601 by DamienMcKenna: Backport fixture file from 2.0.x.
- #3323961 by ressa, DamienMcKenna: Update README.md with new standard format.
- #3329362 by Project Update Bot, DamienMcKenna: Minor improvement to metatag.api.php.
- #3329071 by DamienMcKenna: Deprecate some Twitter Card plugins.
- #3329070 by DamienMcKenna: Remove remaining Console references.
- #3326102 by DamienMcKenna: Deprecate TypedData plugin (for Search API integration).