Downloads

Download tar.gz 13.58 KB
MD5: d07a41079567415fdb2c316a65d58428
SHA-1: 8768d8c6672b8567851a72cf9473fe7476499afc
SHA-256: bb95945e2fb54bca7e9f87c1ee4588b6308bef537047c9fc1be71e098f39ab95
Download zip 19.44 KB
MD5: 1a7e341dd3752f33678f18d6205336a5
SHA-1: 8dc58a6669c485a83f1defc0937367af1bd4ac09
SHA-256: cca34383935a799ba65c4d7771f2f60c18641a883428520aa43ccd71820de2dc

Release notes

Another beta! So soon, you ask? Why, yes...we're fast cool like that. We fixed several bugs that surfaced in beta1 when Drupal core 11.3 was released, and added one great feature to the administrative UI.

As per usual with pre-releases, this release should be used for testing only and is not suitable for building websites. There is no update path for Drupal CMS.

To spin up a Drupal CMS project, use the following commands:

composer create-project drupal/cms:^2 -s beta --no-install
cd cms
composer config minimum-stability beta
composer install
composer drupal:recipe-unpack

If you are using DDEV, run these commands in an empty directory:

ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms:^2 -s beta --no-install
ddev composer config minimum-stability beta
ddev composer install
ddev composer drupal:recipe-unpack

To install Drupal CMS using Drush, you can use:

drush site:install

This will install the Starter site template. To install Byte, use:

drush site:install ../recipes/byte

Have fun!

Contributors (6)

catch, dejan0, grienauer, pameeela, phenaproxima, thejimbirch

Changelog

Issues: 9 issues resolved.

Changes since 2.0.0-beta1 (compare):

Bug

  • fix: #3563819 Don't redirect unpublished nodes to login page
  • fix: #3564037 Redirecting to the login page on 403 is broken
  • fix: #3564139 Tweak Selenium timeout to reduce performance testing flakiness

Feature

  • feat: #3563854 Add Drupal community events block to the dashboard

Misc

  • Refine tagging script so that it only finds components that are in the subtree split.
  • Adjust outdated constraints in project template.

Task

  • feat: #3563772 For development, always install dev branches of ancillary projects
  • CI: #3564039 Make performance tests a manually triggered job
  • feat: #3559823 Switch to Drupal 11.3
  • feat: #3562036 Starter should test that it ships copies of all Canvas components that is uses
  • feat: #3564128 Send performance data to Tag1
Created by: phenaproxima
Created on: 19 Dec 2025 at 15:55 UTC
Last updated: 19 Dec 2025 at 15:55 UTC
Bug fixes
New features
Unsupported

Other releases