Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

4.1.4

Compare
Choose a tag to compare
@phenaproxima phenaproxima released this 20 May 19:29
· 45 commits to 8.x-4.x since this release

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 5.2:
    • Security updated Drupal core to 8.8.6.
  • Ported the lightning:subprofile Drupal Console command to Drush. To generate a sub-profile,
    run drush generate lightning-subprofile.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~4.1.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 https://github.com/acquia/lightning/blob/8.x-4.x/UPDATE.md.