Skip to content
Snippets Groups Projects
Commit 4aff4012 authored by Jess's avatar Jess
Browse files

Drupal 8.9.1

parent 39bfbe01
No related branches found
No related tags found
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
...@@ -648,7 +648,7 @@ ...@@ -648,7 +648,7 @@
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
"version": "8.9.0", "version": "8.9.1",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "core", "url": "core",
...@@ -879,7 +879,7 @@ ...@@ -879,7 +879,7 @@
}, },
{ {
"name": "drupal/core-project-message", "name": "drupal/core-project-message",
"version": "8.9.0", "version": "8.9.1",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/ProjectMessage", "url": "composer/Plugin/ProjectMessage",
...@@ -909,7 +909,7 @@ ...@@ -909,7 +909,7 @@
}, },
{ {
"name": "drupal/core-vendor-hardening", "name": "drupal/core-vendor-hardening",
"version": "8.9.0", "version": "8.9.1",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/VendorHardening", "url": "composer/Plugin/VendorHardening",
...@@ -942,12 +942,12 @@ ...@@ -942,12 +942,12 @@
"version": "0.9.1", "version": "0.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/njh/easyrdf.git", "url": "https://github.com/easyrdf/easyrdf.git",
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
"shasum": "" "shasum": ""
}, },
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*" "webflo/drupal-core-strict": "*"
}, },
"require": { "require": {
"drupal/core": "8.9.0", "drupal/core": "8.9.1",
"asm89/stack-cors": "1.3.0", "asm89/stack-cors": "1.3.0",
"composer/semver": "1.5.1", "composer/semver": "1.5.1",
"doctrine/annotations": "v1.4.0", "doctrine/annotations": "v1.4.0",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*" "webflo/drupal-core-require-dev": "*"
}, },
"require": { "require": {
"drupal/core": "8.9.0", "drupal/core": "8.9.1",
"behat/mink": "v1.8.1", "behat/mink": "v1.8.1",
"behat/mink-browserkit-driver": "v1.3.4", "behat/mink-browserkit-driver": "v1.3.4",
"behat/mink-goutte-driver": "v1.2.1", "behat/mink-goutte-driver": "v1.2.1",
......
...@@ -82,7 +82,7 @@ class Drupal { ...@@ -82,7 +82,7 @@ class Drupal {
/** /**
* The current system version. * The current system version.
*/ */
const VERSION = '8.9.0'; const VERSION = '8.9.1';
/** /**
* Core API compatibility. * Core API compatibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment