Commit 4f4326be authored by Adam G-H's avatar Adam G-H Committed by Damien McKenna
Browse files

Issue #3109835 by phenaproxima: Declare compatibility with Drupal 9.

parent f76d3fa9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
  MetatagFirehose.php.
#3111900 by Hardik_Patel_12: Replace \Drupal calls with dependency injection in
  MetatagViewsTranslationController.
#3109835 by phenaproxima: Declare compatibility with Drupal 9.


Metatag 8.x-1.11, 2019-12-20
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    "source": "https://git.drupalcode.org/project/metatag"
  },
  "require": {
    "drupal/core": "^8 || ^9",
    "drupal/token": "^1.0"
  },
  "require-dev": {
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ name: Metatag
type: module
description: Manage meta tags for all entities.
core: 8.x
core_version_requirement: '^8 || ^9'
package: SEO
configure: entity.metatag_defaults.collection
dependencies:
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ name: 'Metatag: App Links'
type: module
description: Provides support for applinks.org meta tags.
core: 8.x
core_version_requirement: '^8 || ^9'
package: SEO
dependencies:
  - metatag:metatag
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ name: 'Metatag: Dublin Core'
type: module
description: Provides the fifteen <a href="https://dublincore.org/documents/dces/">Dublin Core Metadata Element Set 1.1</a> meta tags from the <a href="https://dublincore.org/">Dublin Core Metadata Institute</a>.
core: 8.x
core_version_requirement: '^8 || ^9'
package: SEO
dependencies:
  - metatag:metatag
Loading