Install
To start a new Drupal project with version 10.6.3:To update your site and all dependencies to the latest version of Drupal:
To update your site to this specific release:
Pinning to a specific release may make it more challenging to update your site in future, see composer documentation for managing pinned versions
Using Composer to manage Drupal site dependencies
Downloads
Download tar.gz
20.41 MB
MD5: 0f2be954b8824eb32a1736103daa9d3a
SHA-1: f7e498a668ad1f071d0d8609bb08ebaca8e89c5d
SHA-256: 53db1543fdf159f630f098c132d52d9950083efda9572e061d4ed63799c52736
Download zip
33.7 MB
MD5: b45e1046ca021ab66115f874ba3853c1
SHA-1: 93f79eb881143dd60e61afe04913fe3ddc621424
SHA-256: b7c9ab93977cb3e0dabca022053a77aad292a57af095274f642811bfc8facd50
Release notes
This is a patch (bugfix) release of Drupal 10 and is ready for use on production sites. Learn more about the latest version of Drupal.
Drupal 10.6.x will receive security support until December 2026. Drupal 10.5.x will continue to receive security support until June 2026.
Drupal 10.4.x security support has ended. Sites on any Drupal version prior to 10.5.x should upgrade to a supported release as soon as possible.
All changes since 10.6.2
- task: #3566054 Add heddn as a maintainer of the Image subsystem
- task: #3566053 Add heddn as a maintainer of the Authentication and Authorization subsystem
- test: #3571492 Several tests fail on PHP 8.1 on 10.6.x because of requirements issues
- fix: #3463524 editor_post_update_sanitize_image_upload_settings fails on missing text format
- Reapply "task: #3571196 Update symfony/process constraint"
- task: #3570133 PHPUnit security update
- Revert "task: #3571196 Update symfony/process constraint"
- task: #3571196 Update symfony/process constraint
- docs: #3532469 Documentation mentions Drupal being fully "repaired"
- task: #3569877 Add PHP 8.4 and 8.5 end of life dates to PhpRequirements
- docs: #3559209 cache contexts should use `list` everywhere
- task: #3566060 Add smustgrave as a maintainer of the Menu UI subsystem
- task: #3566058 Add penyaskito as a maintainer of the Content Translation subsystem
- task: #3566059 Add penyaskito as a maintainer of the Language subsystem
- fix: #3561800 Using \Drupal\Core\Database\Query\Insert::from() on postgres on a table with a serial field can result in duplicate key error
- fix: #3327662 Deleting the system.site:page.front config results in a PHP deprecation
- fix: #3539508 form-data: Usage of unsafe random function
- fix: #3450792 Only set #group is status field exists in NodeForm
- fix: #3389633 SwitchShortcutSet form does not set access on machine name element
- test: #3520036 [random test failure] CKEditor5MarkupTest
- fix: #3550787 [random test failure] CKEditor5Test::testLanguageOfPartsPlugin
- fix: #3419203 ckeditor5_post_update_code_block() throws an error for format using CKE5 but with CKE4 settings
- fix: #3468180 Undefined array key "view_mode" in block_content_theme_suggestions_block_alter
- fix: #3566429 Update to 10.6.0 fails due to nodejs version incompatibility
- Back to dev.