Install
Works with Drupal: ^9.4 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
238.83 KB
MD5: f166625c20c56c56834bb07b9768b3cd
SHA-1: 0d40ad9b9417c96115c2c39cdaee5a7430499d69
SHA-256: affbab0a69e5d0771465bc7eb78f99c7b609607e2bc84408cdd0f4a860eb4a26
Download zip
551.21 KB
MD5: 886ddd93a15f96fde2711ac4854e3bcf
SHA-1: 94f272db388cbf1e4df775a2677f8c35818c9382
SHA-256: 98ffadd332f77204f3c837f987bbf0b3050f792d125c738ee9e9139afe830536
Release notes
This is a bug fix release for the Metatag 2.1.x branch, all sites are recommended to update.
Thanks as always to everyone who collaborated on this release.
Note: Please make sure that you no longer have a file named "metatag.tokens.inc" after the update, otherwise you will run into problems with duplicate functions; to resolve the problem, just delete "metatag.tokens.inc".
Contributors (12)
ivnish, johnjw59, damienmckenna, andresalvarez, ggh, project update bot, ptmkenny, nickdickinsonwilde, joegraduate, qaiser iqbal, sleitner, claudiu.cristea
Changelog
Issues: 8 issues resolved.
Changes since 2.1.0:
Bug
- #3484792 by ivnish, johnjw59, damienmckenna: Update Page Manager integration for latest version.
- #3504986 by andresalvarez, damienmckenna, ggh: Coding standard fixes.
- #3503253 by joegraduate, damienmckenna, qaiser iqbal: TypeError: uasort(): Argument #1 ($array) must be of type array, null given in uasort() (line 285 of modules\metatag\src\MetatagManager.php).
- #3518526 by sleitner, damienmckenna: Resolve access check errors.
Feature
- #3515603 by claudiu.cristea, damienmckenna: PHP 8.4 support.
Task
- #3520695 by damienmckenna: Move functions from metatag.tokens.inc to metatag.module.
- #3499128 by project update bot, damienmckenna: Automated Drupal 11 compatibility fixes in V2UpdatesTest.
- #3490807 by ptmkenny, damienmckenna, nickdickinsonwilde: PHP 8.4 deprecations.