Downloads

Download lightning-8.x-4.113.tar.gztar.gz 114.66 KB
MD5: 4393e2c1e990ec8d6d3ea45a2fe6d164
SHA-1: 56c88ea429e59972380631955078851e9f865ec9
SHA-256: 59b615381e1a874ce69581652c8bae45af6a78100231a6d601ecd4ae08246fd2
Download lightning-8.x-4.113.zipzip 152.71 KB
MD5: b3308d544a7cbbdfe7d5419bde7d169f
SHA-1: 0d5e4d6e4240fac9428b3121297387f29347b3e2
SHA-256: 9e47d975bffb32a4080701581e756fbf9dad815239ff63309067fbb837d547f5

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

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~4.1.13 --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: 21 Apr 2021 at 17:51 UTC
Last updated: 21 Apr 2021 at 18:52 UTC

Other releases