Downloads

Download lightning-8.x-4.110.tar.gztar.gz 110.6 KB
MD5: 04c13c323702e3229c109d1fcf2ca4f3
SHA-1: 80e2e21f2251b88bab47165ac2f36659023bd0a0
SHA-256: b612dbf9ea794a8a0188523996a32da239e30701f98d548052fd8c9ad3e48ef2
Download lightning-8.x-4.110.zipzip 148.94 KB
MD5: f4e48738c5fac59b2111bc8bb49334c8
SHA-1: 33d65984fcc7977adbc8d8c67117ebcf4fddc5b8
SHA-256: b6c1b4bf3a57eaf6e2615c8922844102719f1cf8b7a5ba8e43a6ca0459b6ca67

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:~4.1.10 --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.

Created by: phenaproxima
Created on: 20 Jan 2021 at 20:16 UTC
Last updated: 20 Jan 2021 at 20:21 UTC
Bug fixes

Other releases