Downloads

Download tar.gz 239.53 KB
MD5: 7146d7aa938f930cfcf60c5db6a00ccf
SHA-1: 0767310cc3f7b38340a6d409d06750b6a5ec84eb
SHA-256: 186e4b1668cbebe9168e224c8075c2f291af7ac20bf5f388bdbfefe83cf184e2
Download zip 243.54 KB
MD5: e39ca195deb8f6a7b4782c2263533c3d
SHA-1: 93a9e4284f6d848d07094c5b61adeeb36c24a701
SHA-256: c5ffe198c0e6fbfc7dbb9527dfaa923e04e76d94156eefc2a63248641bfc25b0

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:54 UTC
Last updated: 19 Dec 2025 at 15:54 UTC
Bug fixes
New features
Unsupported

Other releases