Downloads
Download tar.gz
757.22 KB
MD5: 2da4fb7ec3e96bbcdf31f788d96f3ef5
SHA-1: cb54edd89b87541d5ad0527f7346a36b41412867
SHA-256: 9002020eaf7b7c2dd4cc6e1727ee4766b2a2c92b3644b91d6495c029b7f9178e
Download zip
776.44 KB
MD5: 6c2893dc1642aace36525ff989345989
SHA-1: 31fd41ce1d2f5ca974ad97b3b7c9de15d1930a12
SHA-256: 34d719906d2b13988ea219aa251a1638ccd945c6bdc8607613a5e8b2fc5ce27c
Release notes
A few bug fixes, mainly in the installer and the site:export command-line tool. Configuration is now exported outside the web root by default, per best practices.
Contributors (7)
antiorario, brianperry, dorficus, mandclu, pameeela, phenaproxima, pritishkumar
Changelog
Issues: 8 issues resolved.
Changes since 2.1.0 (compare):
Bug
- fix: #3581778 Entity display form alter prevents enabling additional view modes
- feat: #3572886 The selected site template does not visually change when it receives focus by keyboard
- fix (drupal_cms_installer): #3582917 Increase the execution timeout for Composer operations in the installer
- chore: #3582753 Add canary tests that the config shipped by recipes is consistent when exported
- feat (drupal_cms_helper): #3584002 The site exporter should try to actually determine package names, rather than assuming they all start with `drupal/`
Feature
- feat (cms, cms_cpanel): #3580694 The project template should always place config outside the web root by default
Misc
- fix (drupal_cms_helper): SiteExportCommand should check that the base recipe directory is known before checking that it exists
- cleanup: Remove StorageCopyTrait from SiteArchiveCommand