Downloads

Download lightning-8.x-3.400-core.tar.gztar.gz 21.43 MB
MD5: 97388652a915dec7a5464649ce83d83c
SHA-1: c31b75873cc0a18d32b60d98df155ddf7daba13b
SHA-256: 391416596ad834ea1a49f4e706ca1bff0eb35f3fb7b0d6490c86f8e64a88bf3d
Download lightning-8.x-3.400-core.zipzip 34 MB
MD5: e33dd38d082238ec85bed141f70e4904
SHA-1: 665fba57d74d0adf993e141f0a826fb8bb9c43ea
SHA-256: 22de3c01c983a5614b6a46d119aceadb9e193855eb3ce8cc61f93aa5dab6cc4b
Download lightning-8.x-3.400-no-core.tar.gztar.gz 4.69 MB
MD5: 93539167b451797b4737dd9ec33643c6
SHA-1: 05434f099a0f90ac286716b1055f2d80abe76f34
SHA-256: f56822434879ac1782ba37a41e6a11d7cae7341cc8c24544d86d423c95ae62b2
Download lightning-8.x-3.400-no-core.zipzip 7.31 MB
MD5: 3597f1681b73e467cb5d6dac97ffdc10
SHA-1: 97fdf67461ce82ede6ff65b9c30e67834314e211
SHA-256: 997179ee81be8b2d670536f970db2d3c25d6d1dcaccd15ec1bd24fa851c4dbbf
Download lightning-8.x-3.400.tar.gztar.gz 176.55 KB
MD5: e1280fa1cfef9d14d317989260986665
SHA-1: 138c1a4ec9ffc91339904fe1a9e8687f1c88a33f
SHA-256: ceadde92e7f35a4a46c54d11b5232c6dade9887424a922bba413a60d56e41041
Download lightning-8.x-3.400.zipzip 326.07 KB
MD5: 1bef5a73ee80e9dfd183451f2829512b
SHA-1: 8894d14b0a64e45481098772f038d9bc998f00e9
SHA-256: ada04dd679fabd41e4772edae7cdf02984121e51581286f2defa19b99af555ce

Release notes

IMPORTANT NOTE!!

This release includes Pathauto 1.6. If you are already using Pathauto 1.5 or lower, you must update Pathauto before updating to this release of Lightning. See https://www.drupal.org/project/drupal/releases/8.8.0, under the section "Changes to path aliases and a critical note for sites using the Pathauto contributed module":

If you have the contributed Pathauto module enabled, you must update to the latest version of Pathauto before you update to Drupal 8.8.0. Failure to update Pathauto before updating core could result in data loss. Drupal 8.8.0 declares a conflict with Pathauto 8.x-1.5 or lower for this reason.

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.0:
    • Updated Drupal core to 8.8.0.
    • Fixed all known deprecations. (Issue #3096212)
    • Updated Metatag to 1.10.
    • Updated Pathauto to 1.6.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.4.0 --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: 11 Dec 2019 at 15:45 UTC
Last updated: 20 Jan 2020 at 21:15 UTC

Other releases