Downloads

Download lightning-8.x-3.416.tar.gztar.gz 158.04 KB
MD5: cf68e22d08484cc8ab38acfab4a35026
SHA-1: 2f6b220334c75abbd57a0aa7688ee26a15ab42f3
SHA-256: ab2599856b41009a0686f1fb96c194f346d7bf7d2c60456cfe90f2adbf430e4b
Download lightning-8.x-3.416.zipzip 310.92 KB
MD5: 1f421204fef98475dca2956933035249
SHA-1: 44fdef2f40a620feb2847ad150ba3b252cab971f
SHA-256: 620a55a2f26828700fb9595e91daa897a81000bbdf064e6778ddeb17ff248470

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

Update steps

Update your codebase:

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

Created by: phenaproxima
Created on: 12 Aug 2021 at 19:24 UTC
Last updated: 12 Aug 2021 at 19:55 UTC

Other releases