This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
4.0.4
Install
For the best developer experience and dependency management, install with Composer using the following command: composer create-project acquia/lightning-project MYPROJECT
Changelog
- Updated Lightning Core to 4.5, which:
- Security updated Metatag to 1.9.
- Fixed a Drupal Console-related error that could appear even if Drupal Console is not
installed. (Issue #3007425) - Sorts module version numbers recorded in the lightning_core.versions config by key. (Issue #3050259)
- Fixed a fatal error that could occur when enabling Devel's profiler. (Issue #2867829)
- Many Behat contexts have been deprecated. This should not affect most users of Lightning, but
if you are using Lightning's step definitions in your own Behat tests, there may be implications
for you. (Issue #3068751)
Update steps
Update your codebase:
composer self-update
composer require acquia/lightning:~4.0.4 --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.