Install
To start a new Drupal project with version 10.4.10:To update your site and all dependencies to the latest version of Drupal:
To update your site to this specific release:
Using Composer to manage Drupal site dependencies
Downloads
Security issues fixed
Release notes
This is a security release of the Drupal 10 series.
This release fixes security vulnerabilities. Sites are urged to update immediately after reading the notes below and the security announcements:
No other fixes are included.
Important update information
Symfony and Twig have both published security releases today fixing multiple CVEs affecting Drupal. These dependencies can be updated via Composer.
If you currently use the drupal/core-recommended metapackage, you will need to replace it with drupal/core to be able to update these packages to new minor versions:
composer require drupal/core:^10.4.10 --no-update
composer remove drupal/core-recommended --no-update
composer update drupal/core* -W
Known issues
-
Drupal 10.4 is end-of-life and does not receive security coverage. This release is being provided outside our normal policy due to the severity of the above security announcement.
-
Drupal 10.4 includes other previously-disclosed security vulnerabilities that are not fixed by this release. You should plan to update to Drupal 10.6 or higher as soon as possible.