Install
To start a new Drupal project with version 9.3.0-rc1@RC: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
Release notes
This is a release candidate for the next minor version (feature release) of Drupal 9. Release candidates are not supported for production sites, but they are intended for widespread testing in preparation for the upcoming stable release. More information on release candidates.
This minor release provides new improvements and functionality without breaking backward compatibility (BC) for public APIs. Note that there may be changes in internal APIs and experimental modules that require updates to contributed and custom modules and themes per Drupal core's backwards compatibility and experimental module policies.
Drupal 9.3.x contains new features, and should be the target for new site development. Drupal 9.2.x will continue to have security support until June 2022.
Drupal 8.9.x security coverage ended in November 2021, so if you are using Drupal 8, you must upgrade as soon as possible to Drupal 9.2.x or Drupal 9.3.x to keep your site secure.
Important update information
If you are updating from 9.2.x or earlier, also read:
- 9.3.0-alpha1 update information
- 9.3.0-beta1 update information
- 9.3.0-beta2 update information
- 9.3.0-beta3 update information
Drupal's recommended PHP version has been raised to PHP 8.0. Sites on PHP 7.4 or lower will begin to see suggestions to upgrade in the status report.
Dependency updates since 9.2.0-beta3
Production dependencies
- egulias/email-validator has been updated to version 3.1.2, this will result in stricter validation of e-mail addresses, for example
example@examp&which would previously have been valid with egulias/email-validator 2 will now be rejected.