Install

To start a new Drupal project with version 10.3.9:

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 19.85 MB
MD5: c9cefabb01bd1d42f92396bfb5de9121
SHA-1: 2c7bf49bf4196ddce33a7f2c910d85636f6ac727
SHA-256: 419774bdd551d9c627a4b64aabb2f00346f150e05f738085ee808c0222466703
Download zip 32.32 MB
MD5: 23f3d11bf2db6271487f00257b84027c
SHA-1: 407905ea193a305ace16f52e6d19afbf8b8bd93c
SHA-256: 893485578fa3199c1165de89a1e2e5b5e50672994a64b72184d00e8ab7de5025

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

  • Drupal 10.3.x will receive security coverage until June 2025 when Drupal 10.5.0 is released.
  • Sites on 10.2.x should update immediately to Drupal 10.2.11, but plan to update to Drupal 10.3, 10.4, or 11 by December 2024.
  • Drupal 8 and 9 are end-of-life and do not receive security coverage.

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 contributed Drupal driver for SQL Server and SQL Azure (sqlsrv)) do not require additional configuration. The contributed 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:40 UTC
Last updated: 20 Nov 2024 at 20:22 UTC
Security update
Insecure
Unsupported

Other releases