Skip to content
Snippets Groups Projects
Commit 140f94ff authored by catch's avatar catch
Browse files

Drupal 11.0.0

parent a6e453ec
No related branches found
No related tags found
17 merge requests!10663Issue #3495778: Update phpdoc in FileSaveHtaccessLoggingTest,!10451Issue #3472458 by watergate, smustgrave: CKEditor 5 show blocks label is not translated,!103032838547 Fix punctuation rules for inline label suffix colon with CSS only,!10150Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string...,!10130Resolve #3480321 "Second level menu",!9936Issue #3483087: Check the module:// prefix in the translation server path and replace it with the actual module path,!9933Issue #3394728 by ankondrat4: Undefined array key "#prefix" and deprecated function: explode() in Drupal\file\Element\ManagedFile::uploadAjaxCallback(),!9914Issue #3451136 by quietone, gapple, ghost of drupal past: Improve...,!9882Draft: Issue #3481777 In bulk_form ensure the triggering element is the bulk_form button,!9839Issue #3445469 by pooja_sharma, smustgrave: Add additional test coverage for...,!9815Issue #3480025: There is no way to remove entity cache items,!9757Issue #3478869 Add "All" or overview links to parent links,!9752Issue #3439910 by pooja_sharma, vensires: Fix Toolbar tests that rely on UID1's super user behavior,!9749Issue #3439910 by pooja_sharma, vensires: Fix Toolbar tests that rely on UID1's super user behavior,!9678Issue #3465132 by catch, Spokje, nod_: Show test run time by class in run-tests.sh output,!9578Issue #3304746 by scott_euser, casey, smustgrave: BigPipe cannot handle (GET)...,!9449Issue #3344041: Allow textarea widgets to be used for text (formatted) fields
Pipeline #241280 failed
Showing
with 20 additions and 24 deletions
......@@ -492,7 +492,7 @@
},
{
"name": "drupal/core",
"version": "11.0.x-dev",
"version": "11.0.0",
"dist": {
"type": "path",
"url": "core",
......@@ -654,7 +654,7 @@
},
{
"name": "drupal/core-project-message",
"version": "11.0.x-dev",
"version": "11.0.0",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
......@@ -687,7 +687,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "11.0.x-dev",
"version": "11.0.0",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......@@ -9329,11 +9329,7 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20
},
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "11.0.x-dev",
"drupal/core": "11.0.0",
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.2",
"doctrine/annotations": "~2.0.1",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "11.0.x-dev",
"drupal/core": "11.0.0",
"behat/mink": "v1.11.0",
"behat/mink-browserkit-driver": "v2.2.0",
"colinodell/psr-testlogger": "v1.3.0",
......
......@@ -27,7 +27,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
......
......@@ -26,7 +26,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
......
......@@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '11.0.0-dev';
const VERSION = '11.0.0';
/**
* Core API compatibility.
......
......@@ -10,10 +10,10 @@
"php": ">=8.3.0",
"doctrine/annotations": "^2.0",
"doctrine/lexer": "^2.0",
"drupal/core-class-finder": "11.0.x-dev",
"drupal/core-file-cache": "11.0.x-dev",
"drupal/core-plugin": "11.0.x-dev",
"drupal/core-utility": "11.0.x-dev"
"drupal/core-class-finder": "^11.0",
"drupal/core-file-cache": "^11.0",
"drupal/core-plugin": "^11.0",
"drupal/core-utility": "^11.0"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-utility": "11.0.x-dev"
"drupal/core-utility": "^11.0"
},
"autoload": {
"psr-4": {
......
......@@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-file-cache": "11.0.x-dev",
"drupal/core-serialization": "11.0.x-dev"
"drupal/core-file-cache": "^11.0",
"drupal/core-serialization": "^11.0"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-serialization": "11.0.x-dev"
"drupal/core-serialization": "^11.0"
},
"autoload": {
"psr-4": {
......
......@@ -9,7 +9,7 @@
},
"require": {
"php": ">=8.3.0",
"drupal/core-render": "11.0.x-dev"
"drupal/core-render": "^11.0"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-file-security": "11.0.x-dev"
"drupal/core-file-security": "^11.0"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-utility": "11.0.x-dev"
"drupal/core-utility": "^11.0"
},
"autoload": {
"psr-4": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment