Skip to content
Snippets Groups Projects
Verified Commit 60a00db9 authored by Jess's avatar Jess
Browse files

Drupal 9.4.2

parent b1fb8a19
Branches
Tags 9.4.2
20 merge requests!12482Issue #3291780 by longwave, xjm: guzzlehttp/guzzle 6.5.8 requires guzzlehttp/psr7 ^1.9,!8357Issue #2994000 by Lendude, Pasqualle, quietone, pameeela: Notice in logs when...,!4488Issue #3376281: Random machine names no longer need to be wrapped in strtolower(),!3149Issue #3282285: Email "" does not comply with addr-spec of RFC 2822,!3000Issue #793660: Check for failure of hook_install,!2940Issue #3320240: Entity count query returns a string instead of int,!2937Issue #3315245: Order of languages overrides default language fallback,!2877Issue #3056652 by yogeshmpawar, mashermike, aalin, ranjith_kumar_k_u: Link...,!2804URL of image field formatter use absolute URL option.,!2749Issue #3309024: Focus on the wrong submit button after AJAX submit,!2692Issue #3284010 by _shY, mherchel, Abhijith S: "Create content" link within...,!2608Issue #2430379 by quietone, znerol, larowlan: Add explicit test for session...,!2575Issue #3198340 by alexpott, xjm, cilefen, Mile23, mmjvb, catch, longwave, mfb,...,!2555Issue #3277148 by rpayanm, andregp, joachim, Farnoosh, Athrylith, Jingting:...,!2554Issue #3277148 by rpayanm, andregp, joachim, Farnoosh, Athrylith, Jingting:...,!2539Issue #3299806 by BenStallings: Include uuid field in d7_node migration, if present.,!1627Issue #3082958: Add gitignore(s) to composer-ready project templates,!1014Issue #3226806: Move filter implementations from filter.module to plugin classes,!939Issue #2971209: Allow the MediaLibraryUiBuilder service to use an alternative view display,!88Issue #3163299: Ajax exposed filters not working for multiple instances of the same Views block placed on one page
...@@ -522,7 +522,7 @@ ...@@ -522,7 +522,7 @@
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
"version": "9.4.x-dev", "version": "9.4.2",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "core", "url": "core",
...@@ -780,7 +780,7 @@ ...@@ -780,7 +780,7 @@
}, },
{ {
"name": "drupal/core-project-message", "name": "drupal/core-project-message",
"version": "9.4.x-dev", "version": "9.4.2",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/ProjectMessage", "url": "composer/Plugin/ProjectMessage",
...@@ -813,7 +813,7 @@ ...@@ -813,7 +813,7 @@
}, },
{ {
"name": "drupal/core-vendor-hardening", "name": "drupal/core-vendor-hardening",
"version": "9.4.x-dev", "version": "9.4.2",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/VendorHardening", "url": "composer/Plugin/VendorHardening",
...@@ -8239,11 +8239,7 @@ ...@@ -8239,11 +8239,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": [],
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*" "webflo/drupal-core-strict": "*"
}, },
"require": { "require": {
"drupal/core": "9.4.x-dev", "drupal/core": "9.4.2",
"asm89/stack-cors": "~1.3.0", "asm89/stack-cors": "~1.3.0",
"composer/semver": "~3.3.2", "composer/semver": "~3.3.2",
"doctrine/annotations": "~1.13.2", "doctrine/annotations": "~1.13.2",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*" "webflo/drupal-core-require-dev": "*"
}, },
"require": { "require": {
"drupal/core": "9.4.x-dev", "drupal/core": "9.4.2",
"behat/mink": "v1.10.0", "behat/mink": "v1.10.0",
"behat/mink-selenium2-driver": "v1.6.0", "behat/mink-selenium2-driver": "v1.6.0",
"composer/ca-bundle": "1.3.2", "composer/ca-bundle": "1.3.2",
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"config": { "config": {
"allow-plugins": { "allow-plugins": {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"config": { "config": {
"allow-plugins": { "allow-plugins": {
......
...@@ -75,7 +75,7 @@ class Drupal { ...@@ -75,7 +75,7 @@ class Drupal {
/** /**
* The current system version. * The current system version.
*/ */
const VERSION = '9.4.2-dev'; const VERSION = '9.4.2';
/** /**
* 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