Downloads

Download lightning-8.x-3.409.tar.gztar.gz 158 KB
MD5: 897dd162963b535f89de14808c8215c8
SHA-1: 7366fd0544281b3a8c02e2e559d17bcec99d13a5
SHA-256: 6bb82ae62174890080053d6346cded943f53ec00016b202cce4e27e8fc35f167
Download lightning-8.x-3.409.zipzip 310.93 KB
MD5: 848dda4053c7afa626b38462519f998a
SHA-1: 6c503b8cb37ea0dbae12eee9fce16ee04e51eeb7
SHA-256: dc92a9dc1144309d736e4c4344c90fcc3eb3f364ad5fbdb999dec0acaced4659

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

  • Security updated Drupal core to 8.9.13.
  • Dropped support for Drupal 8.8.x.
  • Fixed a minor bug where composer.json did not explicitly declare compatibility with Drush 10.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.4.9 --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: 20 Jan 2021 at 20:13 UTC
Last updated: 20 Jan 2021 at 20:15 UTC
Bug fixes

Other releases