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

Drupal 11.2.0

parent c2f61df0
No related branches found
No related tags found
25 merge requests!13399Edit robots.txt to disallow search pages without a trailing slash,!13385Issue #3549904 by xiff: Taxonomy term [term:published_status] token not available,!13375Issue #3535199 by alexpott, godotislate: Saving untrusted config results in memory leak,!13373ckeditor5.api.php fix @encode,!13234Issue #3533030 by catch, mondrake: Move QuickStart tests to build tests,!13231Issue #3533030 by catch, mondrake: Move QuickStart tests to build tests,!13182Provide offending asset path in asset preprocess error messages.,!13164Issue #3545027 Fixed typehints in ContextDefinition's $label and $description.,!13121Issue #3530262 by mohit_aghera, kim.pepper, quietone, xjm: Add mohit_aghera as...,!13086Issue #3525642 by amateescu, smustgrave: The active workspace is not persisted...,!13015Issue #3465041 by prudloff, xjm, smustgrave, larowlan:...,!12812Issue #3527142 by andypost, catch, longwave, xjm: Update Composer and...,!12811Issue #3527142 by andypost, catch, longwave, xjm: Update Composer and...,!12686Draft: Issue #3535330: Assets paths in CSS no longer rewritten when aggregation is enabled,!12661Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12660Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12618Issue #3522970 by longwave, smustgrave: Remove unused BrowserTestBase::$originalContainer,!12486Resolve #3532360 "Check for session",!12473Issue #3521639 by mstrelan, smustgrave for 11.2,!12462Issue #3523109 by ghost of drupal past, donquixote, nicxvan, dww, larowlan,...,!9182Representative Node Views fails due to invalid SQL,!9103Issue #3150540 by kriboogh: Configuration langcode is forced to site default language,!8811Issue #3129179: Provide some way to rebuild the persistent bundle field map,!7916Remove taxonomy dependency on node module - 11.x,!4367Issue #2671162: Also use text editor (CKEditor) for "summary" of a text field
Pipeline #525708 failed
Showing
with 23 additions and 28 deletions
...@@ -493,7 +493,7 @@ ...@@ -493,7 +493,7 @@
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
"version": "11.2.x-dev", "version": "11.2.0",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "core", "url": "core",
...@@ -661,7 +661,7 @@ ...@@ -661,7 +661,7 @@
}, },
{ {
"name": "drupal/core-project-message", "name": "drupal/core-project-message",
"version": "11.2.x-dev", "version": "11.2.0",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/ProjectMessage", "url": "composer/Plugin/ProjectMessage",
...@@ -694,7 +694,7 @@ ...@@ -694,7 +694,7 @@
}, },
{ {
"name": "drupal/core-recipe-unpack", "name": "drupal/core-recipe-unpack",
"version": "11.2.x-dev", "version": "11.2.0",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/RecipeUnpack", "url": "composer/Plugin/RecipeUnpack",
...@@ -730,7 +730,7 @@ ...@@ -730,7 +730,7 @@
}, },
{ {
"name": "drupal/core-vendor-hardening", "name": "drupal/core-vendor-hardening",
"version": "11.2.x-dev", "version": "11.2.0",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/VendorHardening", "url": "composer/Plugin/VendorHardening",
...@@ -10119,16 +10119,11 @@ ...@@ -10119,16 +10119,11 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": [],
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-recipe-unpack": 20,
"drupal/core-vendor-hardening": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": {}, "platform": [],
"platform-dev": {}, "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "8.3.0" "php": "8.3.0"
}, },
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*" "webflo/drupal-core-strict": "*"
}, },
"require": { "require": {
"drupal/core": "11.2.x-dev", "drupal/core": "11.2.0",
"asm89/stack-cors": "~v2.3.0", "asm89/stack-cors": "~v2.3.0",
"composer/semver": "~3.4.3", "composer/semver": "~3.4.3",
"doctrine/annotations": "~2.0.2", "doctrine/annotations": "~2.0.2",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*" "webflo/drupal-core-require-dev": "*"
}, },
"require": { "require": {
"drupal/core": "11.2.x-dev", "drupal/core": "11.2.0",
"behat/mink": "v1.12.0", "behat/mink": "v1.12.0",
"behat/mink-browserkit-driver": "v2.2.0", "behat/mink-browserkit-driver": "v2.2.0",
"brick/math": "0.12.3", "brick/math": "0.12.3",
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,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": {
......
...@@ -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": {
......
...@@ -76,7 +76,7 @@ class Drupal { ...@@ -76,7 +76,7 @@ class Drupal {
/** /**
* The current system version. * The current system version.
*/ */
const VERSION = '11.2.0-dev'; const VERSION = '11.2.0';
/** /**
* Core API compatibility. * Core API compatibility.
......
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
"php": ">=8.3.0", "php": ">=8.3.0",
"doctrine/annotations": "^2.0", "doctrine/annotations": "^2.0",
"doctrine/lexer": "^2.0", "doctrine/lexer": "^2.0",
"drupal/core-class-finder": "11.2.x-dev", "drupal/core-class-finder": "^11.2",
"drupal/core-file-cache": "11.2.x-dev", "drupal/core-file-cache": "^11.2",
"drupal/core-plugin": "11.2.x-dev", "drupal/core-plugin": "^11.2",
"drupal/core-utility": "11.2.x-dev" "drupal/core-utility": "^11.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.3.0", "php": ">=8.3.0",
"drupal/core-utility": "11.2.x-dev" "drupal/core-utility": "^11.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.3.0", "php": ">=8.3.0",
"drupal/core-file-cache": "11.2.x-dev", "drupal/core-file-cache": "^11.2",
"drupal/core-serialization": "11.2.x-dev" "drupal/core-serialization": "^11.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.3.0", "php": ">=8.3.0",
"drupal/core-serialization": "11.2.x-dev" "drupal/core-serialization": "^11.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
"require": { "require": {
"php": ">=8.3.0", "php": ">=8.3.0",
"drupal/core-render": "11.2.x-dev" "drupal/core-render": "^11.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.3.0", "php": ">=8.3.0",
"drupal/core-file-security": "11.2.x-dev" "drupal/core-file-security": "^11.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.3.0", "php": ">=8.3.0",
"drupal/core-utility": "11.2.x-dev" "drupal/core-utility": "^11.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment