Downloads

Download lightning-5.1.4.tar.gztar.gz 110.62 KB
MD5: c5b0c37dc4df8e394e5f769e275eaa72
SHA-1: e1b845e7f80d28a05658116a59094530bebad5bc
SHA-256: 03233c6dbc40b92edac869a33d5984167dd8f4f691541a9741a84f4f859ffc7f
Download lightning-5.1.4.zipzip 144.96 KB
MD5: c0f6cf144a583a3cebfcd2a191055aee
SHA-1: 51ecab4a8811986506b8574f7a74746c2d176241
SHA-256: 260ac71a050f9a0c4f9b360291138cd2d249c4428dd0cc90c3daa77f323f7ac5

Release notes

Install

For the best developer experience and dependency management, install with Composer using the following command: composer create-project acquia/lightning-project MYPROJECT

Changelog

  • Fixed a bug in the uninstaller related to Headless Lightning.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~5.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/5.1.x/UPDATE.md.

Created by: phenaproxima
Created on: 9 Apr 2021 at 12:18 UTC
Last updated: 9 Apr 2021 at 12:18 UTC
Bug fixes

Other releases