Downloads

Download lightning-5.1.10.tar.gztar.gz 107.04 KB
MD5: 6dba839daf2c9640d5360af9fd65f876
SHA-1: 8fd03e9aabf954040d1fdf34e230f3222d3e439b
SHA-256: 5b01593033c9f7f187814c7b7d38cf3ec4e41e7b626602c42aa4b3adf2182126
Download lightning-5.1.10.zipzip 139 KB
MD5: 680e5c1aa251afa6bd25d869f8a04dbb
SHA-1: 5fd2cecc64cd8ffe1da770c714521df7ec568f79
SHA-256: 223c944067f3834e041bb7fe1c4ba038187204be094c2a5240cb5bc9896f7baf

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.12.

Update steps

Update your codebase:

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

Created by: phenaproxima
Created on: 12 Aug 2021 at 19:21 UTC
Last updated: 12 Aug 2021 at 19:54 UTC

Other releases