Downloads

Download tar.gz 10.52 KB
MD5: b5d78e9193d3dd559e0e0df089e4fe5e
SHA-1: ab5dfa9ceca97c5e7f10aa8ec5d1de5c5b96e92e
SHA-256: 4648da42c5549c325f71db1f2cf3c89738414a545ee04417c69fd91e9556c1e6
Download zip 13.92 KB
MD5: 9595711c943cd67a646402d81c5be067
SHA-1: a004a941324a6754ac8660c027edc12d090288ad
SHA-256: 760f0b7647254d43a1050f24e1d1726223da01e0e6087c2d20062323071006ad

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

Other releases