Downloads

Download lightning-5.1.1.tar.gztar.gz 104.14 KB
MD5: dc532a98ad44a49608bc79fa8c17b699
SHA-1: b717d9a02a61e1eac642ff68d92fb1b1a999c9d0
SHA-256: 0b8baba5305b9bf633e67ad7b027acdaa9c41439dcf74df2abc8c90aa508e10c
Download lightning-5.1.1.zipzip 135.35 KB
MD5: 69a29c139d0662ed2b327ed9761f9fdd
SHA-1: 1332a3e1660833d80bb9f8ece7c01880af7b5c89
SHA-256: 18c3387b9024714719ba61e106e165718791412c6ffa7ded08d29e70b4ca2f86

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 9.1.3.
  • Fixed a minor bug where composer.json did not explicitly declare compatibility with Drush 10.
  • Removed deprecated code and services.

Update steps

Update your codebase:

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

Other releases