Downloads

Download lightning-8.x-3.403.tar.gztar.gz 176.5 KB
MD5: 13ddc64a18cd3fe5c64c4e855e1e9794
SHA-1: 89b9d781b8fd9cf59f609d7bc7c672547890abcb
SHA-256: f7e76cc501392292d2794901f081666ffe05df2d4cfd70fbaba5412ae7ff51e1
Download lightning-8.x-3.403.zipzip 327.93 KB
MD5: 54d837e6ef92465dde8913823e2b2186
SHA-1: a44a0397775e7692918da4ec46a6f80d13344470
SHA-256: fc9179b5b554a98ff94f96d03187a0af858d8db0864a543e3621a2ad78d3b501

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

  • Updated Lightning Core to 5.2:
    • Security updated Drupal core to 8.8.6.
  • Ported the lightning:version Drupal Console command to Drush.
  • Ported the lightning:subprofile' Drupal Console command to Drush. To generate a sub-profile, rundrush generate lightning-subprofile`.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.4.3 --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: 8 Jun 2020 at 12:53 UTC
Last updated: 8 Jun 2020 at 12:53 UTC

Other releases