Downloads

Download lightning-8.x-3.200-core.tar.gztar.gz 39.59 MB
MD5: 5ba03f9ea7032c2039b16ef084d53dd2
SHA-1: 8b606db30427dc3af137098cf262415ca705cf80
SHA-256: 6a190b853b650315ebdc6f4d80c013cc9df7a694cc8fc96fc6b547bc99181705
Download lightning-8.x-3.200-core.zipzip 50.28 MB
MD5: d4d255ae16202604ec096b9da4c0eb61
SHA-1: fc5e2401b0759c8062b9c802e7c30a9b210becd9
SHA-256: af41b1cdc39fd8ca70d9f023a8df4da5076097de773193d4c675cb36f7b46495
Download lightning-8.x-3.200-no-core.tar.gztar.gz 25.89 MB
MD5: e959a40485d474323120f0bfd46693c3
SHA-1: 3c29481dcf2300cc142e732148929d0210c1eaba
SHA-256: eae64a2d9c4bc12806734d2df2afc499e46f18c7d534ea3d634eaae54b71d776
Download lightning-8.x-3.200-no-core.zipzip 28.06 MB
MD5: 7597718478e99e9e3a9ee36eb5e0449d
SHA-1: 381a960ed0b9f7efec1bac23c4ba8d5616aa1842
SHA-256: 4ebc945650a644ab491134a8c252cb21d9eec259c38541652b9dfe76cd47ecfd
Download lightning-8.x-3.200.tar.gztar.gz 6.03 MB
MD5: 56a355f0f6cbd627f2ae96cc64b9353e
SHA-1: 22531dffbb30468ad73ee6ae99c8c0649664b9f9
SHA-256: 365871def8d2de93ab02ad41b5e7aebc243eb92ec3b7ebd72896291452bedc22
Download lightning-8.x-3.200.zipzip 6.18 MB
MD5: e7f7b516d44f8efd535c54672a53c66d
SHA-1: 7dcb8a9876f56159a5af09e336cf12b8490f0f97
SHA-256: e24d8935b44fc0140b65eb033c44a18fde8210c791ab5e6f006dd80cef2d38cf

Release notes

Install

For the best developer experience and dependency management, DO NOT use the packaged links above. Install with composer using the following command: composer create-project acquia/lightning-project MYPROJECT Or click the "Install with Composer" button below:

Changelog

  • Updated Lightning Core to 3.0, which requires Drupal core 8.6.0.
  • Updated Lightning Workflow to 3.0.
  • Updated Lightning Media to 3.0.
  • The lightning:subprofile command is no longer compatible with the
    sub-profile system from Drupal 8.5.x. The dependencies list is replaced by
    install, base profile is the name of the base profile instead of an
    array, and all excluded modules and themes are listed in a single exclude
    array. (#585)

Update Steps

  1. Update your codebase:

                composer self-update
                composer require acquia/lightning:~3.2.0 --no-update
                composer update
            
  2. Run database updates (if required - depending on the version from which you are updating):

                drush cache:rebuild
                drush updatedb
            
  3. 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 UPDATE.md.

Created by: balsama
Created on: 5 Sep 2018 at 23:39 UTC
Last updated: 5 Sep 2018 at 23:43 UTC

Other releases