This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
4.0.0-beta1
phenaproxima
released this
16 Apr 20:07
·
147 commits
to 8.x-3.x
since this release
Install
For the best developer experience and dependency management, DO NOT use the packaged links above. Install with composer using the following command: composer create-project acquia/lightning-project MYPROJECT
Changelog
- Updated Lightning Core to 4.0-beta2, which:
- Updated Drupal core to 8.7.0-beta2.
- Updated Lightning Layout to 2.0-beta1, which:
- Uses Layout Builder in place of Panels and Panelizer. However, both modules are still shipped with Lightning Layout, allowing you to migrate your layouts to Layout Builder manually as needed. An automated migration path will eventually be introduced, but until then, any Panelizer/Panels layouts you have should continue to work as before. (Issue #2952620)
Update your codebase:
composer self-update
composer require acquia/lightning:~4.0.0 --no-update
composer update
Run database updates (if required - depending on the version from which you are updating):
drush cache:rebuild
drush updatedb
Run Lightning configuration updates (if required - depending on the version from which you are updating):
drush cache:rebuild
drush update:lightning
For general update instructions see UPDATE.md.