Install

To start a new Drupal project with version 10.2.11:

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 18.13 MB
MD5: 2b1d5b43e6371381093a1bfe06acde93
SHA-1: 57d0fd609eef43139916b807a3fee7fd6f7c693d
SHA-256: 788e545003b321deedc0df01a99ee5e7b26ed3b6e7350b2c03553dd52d2ab01b
Download zip 30.02 MB
MD5: 8eb8f0a4f55730f8ab6926db1d03b3b7
SHA-1: d8cff3767bed7f5975905123b7fc94c82dc1f35b
SHA-256: ee18fb4d3552104e037d63b98d1a4fda83f47e14b9ec107519b7e1a6eee672d2

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.

Which release do I choose? Security coverage information

Important update information

As part of the protection against a potential vulnerability, additional checks have been added to some of Drupal core's database related code. If you use a third-party database driver that makes use of the Drupal\Core\Database\StatementPrefetchclass, you may need to allow-list the driver by adding it to settings.php.

Drupal Core's own database drivers (and the contrib sqlsrv driver) do not require additional configuration. The contrib Oracle driver is allow-listed by default.

Example for settings.php:

$settings['database_statement_prefetch_valid_db_drivers'] = ['mydbdriver'];

What’s next?

  1. Learn how to install Drupal
  2. Learn how to update Drupal
  3. Extend Drupal to do more
  4. Get training
  5. Check out what others built
Created by: longwave
Created on: 20 Nov 2024 at 19:41 UTC
Last updated: 20 Nov 2024 at 20:22 UTC
Security update
Insecure
Unsupported

Other releases