Downloads

Download lightning-8.x-3.404.tar.gztar.gz 176.65 KB
MD5: 4cac8908a975cb44a78ab8f9503cea11
SHA-1: 2372d52101e299b6b2e1adca3d37a304d18a6f13
SHA-256: 69f464e47b06c88f93997383eb49efc4ff9e2504be8cac6e94bbd34276dae4be
Download lightning-8.x-3.404.zipzip 328.16 KB
MD5: c00e03d0477bbad1d0f3562e11a31112
SHA-1: 7a193155bad63803d757fa42bec79b8597c0ac45
SHA-256: 9d333873a40cabeaf9490f0cfc0b732fa3f5b11b949bbffffea761d29d733140

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

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.4.4 --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://gitub.com/acquia/lightning/blob/8.x-3.x/UPDATE.md.

Created by: phenaproxima
Created on: 17 Jun 2020 at 19:49 UTC
Last updated: 17 Jun 2020 at 20:21 UTC

Other releases