Downloads

Download lightning-8.x-3.411.tar.gztar.gz 161.72 KB
MD5: be9097abfe5c8e7521be2aa1b5d55f20
SHA-1: 95f712f5b55d690e53bcf8a38c20d08e544bb006
SHA-256: 6fa2f879e6988fab4e3fecd6fcf135ff93ee009f87623f115f1a2a55c73edcaa
Download lightning-8.x-3.411.zipzip 314.38 KB
MD5: b0791b32d7b0dfc5918e4e03f4a9df08
SHA-1: d592c38661ec24eac1ac4c18960f8e6c70897c13
SHA-256: 388dca70b7951b26033f2b4630d26b709ffe29fd51fc9502ed8de7790da3e82f

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.
  • Updated Lightning Media to 3.21 or 4.6.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.4.11 --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://gitub.com/acquia/lightning/blob/8.x-3.x/UPDATE.md.

Created by: phenaproxima
Created on: 9 Apr 2021 at 16:28 UTC
Last updated: 9 Apr 2021 at 16:28 UTC
Bug fixes

Other releases