diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f377ee..9fbbce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Security - update imbo/behat-api-extension (v2.3.3 => v5.0.0) +- upgrade drupal/metatag (1.26.0 => 2.0.2) ## [1.2.0] - 2024-09-11 ### Added diff --git a/composer.json b/composer.json index 9109bed..f78995f 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "drupal/gin_login": "^2.0", "drupal/image_effects": "^3.0", "drupal/jsonapi_extras": "^3.23", - "drupal/metatag": "^1.14", + "drupal/metatag": "^2.0", "drupal/migrate_file": "^2.0", "drupal/migrate_source_csv": "^3.4", "drupal/migrate_tools": "^6.0", @@ -124,10 +124,6 @@ }, "drupal/core": { "[3347343] - Add Views EntityReference filter to be available for all entity reference fields": "https://git.drupalcode.org/project/drupal/-/merge_requests/9226.patch" - }, - "drupal/metatag": { - "[2945817] - Support JSON API, REST, GraphQL and custom normalizations": "https://www.drupal.org/files/issues/2023-11-30/metatag-n2945817-186.patch", - "[3363582] - Resolve problems with field serialization changes": "https://www.drupal.org/files/issues/2023-05-30/metatag-n3363582-2.patch" } }, "autoload-drupal": { diff --git a/composer.lock b/composer.lock index e4def73..244b5ea 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "265c63c401a4d031a40ba9e888f5b3d0", + "content-hash": "8b4a386a9f0830bd4f4d85be30518f10", "packages": [ { "name": "asm89/stack-cors", @@ -2783,42 +2783,45 @@ }, { "name": "drupal/metatag", - "version": "1.26.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.26" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip", - "reference": "8.x-1.26", - "shasum": "afa4a37422748baa2f0c35b13961438668ef3be8" + "url": "https://ftp.drupal.org/files/projects/metatag-2.0.2.zip", + "reference": "2.0.2", + "shasum": "748013c50a0ed5e10359413bb3481392a0bf0d3f" }, "require": { - "drupal/core": "^9.3 || ^10", - "drupal/token": "^1.0" + "drupal/core": "^9.4 || ^10 || ^11", + "drupal/token": "^1.0", + "php": ">=8.0" }, "require-dev": { - "drupal/devel": "^4.0 || ^5.0", - "drupal/hal": "^9 || ^1 || ^2", + "drupal/hal": "^1 || ^2 || ^9", "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", "drupal/page_manager": "^4.0", - "drupal/panelizer": "^4.0", "drupal/redirect": "^1.0", - "drupal/webprofiler": "^9 || ^10", + "ergebnis/composer-normalize": "*", "mpyw/phpunit-patch-serializable-comparison": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.26", - "datestamp": "1687856123", + "version": "2.0.2", + "datestamp": "1722869772", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "composer-normalize": { + "indent-size": 2, + "indent-style": "space" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -2832,7 +2835,7 @@ "role": "Developer" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" } ],