Install
Works with Drupal: ^8.8 || ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
59.46 KB
MD5: a0d15833d0a432ff0e1e6dac1e5bc7dd
SHA-1: 2b7826a307dd71d8f69632c50d29d359438a81ab
SHA-256: 76281a33fe2d11edd35efaa5cef07ddf26cd8ea959726aa72ae9c6b2d88f2ec2
Download zip
95.16 KB
MD5: af36f62f889ef499d851f99bfd1600dd
SHA-1: 413b41062817c560f3e95cb5e1373260ab5ae6e1
SHA-256: c1b059d955f332cbb8e95bdebcb9be43fe00820104675f085c77eadda44e6bc1
Release notes
Drupal 10 ready release.
It is recommended that you change the deployment identifier in settings.php.
$settings['deployment_identifier'] = 'something-new--for-example-config_split-2.0.0-rc3';
Or in order not to have to change this, set it to the hash of composer.lock.
Contributors (4)
bircher, jollysolutions, pyrello, benjifisher
Changelog
Issues: 3 issues resolved.
Changes since 2.0.0-rc1:
Bug
- #3263968 by bircher: separate state config override services to attempt to avoid circular references in some cases
- #3279331 by bircher, jollysolutions, pyrello: Allow customising the way sequence keys are generated
Task
- #3284552 by bircher, benjifisher: Drupal 10 compatibility