Downloads

Download lightning-8.x-3.203-core.tar.gztar.gz 44.14 MB
MD5: d743071e921643e05ea5d347ad686011
SHA-1: e403654c99250916244e618a1c86cc985deb7b25
SHA-256: 7c5229c21a3e8b0dbd68df91787f631bc1a760117f2722332f823062a954d6a6
Download lightning-8.x-3.203-core.zipzip 55.25 MB
MD5: 5155f0919302790cd6160b6f1343583d
SHA-1: 46644574ffbecca7de05a7796db077052ef58735
SHA-256: 4337b9bdf9e05819c87c92a2d26c961de8c241ce11e13ac90b59dae87693d4ee
Download lightning-8.x-3.203-no-core.tar.gztar.gz 30.28 MB
MD5: 35ed9f5acbe3ed3e8bd8dc821d44d7d3
SHA-1: 1408b85196c8cb910fdd02636c3210c4a489d40d
SHA-256: c1dac04d20f26fd141a53765b394c9147a2cb7fdc987ecc1b7e6367e09856f31
Download lightning-8.x-3.203-no-core.zipzip 32.76 MB
MD5: e8d6e6142c31445a7b71c85f4bb71639
SHA-1: 76e77209eb7a2c8e0f7586e07cc5da4c3ebf5939
SHA-256: 36d6648b889c6d7537e7276ded459628507b070e14abdd5d74ca5016dafb9f09
Download lightning-8.x-3.203.tar.gztar.gz 7.55 MB
MD5: 6b3c068091daec3b7da6c69558def013
SHA-1: 0b9569958fc0350436fe432203f3916e69f51c33
SHA-256: 6b68ba7c367a4c1eb1c8f291dfa17e3a7b5ea89216864117dee00b035c66a9ab
Download lightning-8.x-3.203.zipzip 7.7 MB
MD5: afed1eb2188eb035bd005cc6f3a6bc71
SHA-1: 3014051037ab15dbdcf33003ad84065c81ef5fed
SHA-256: d37309f8d0bc671baebae463ffff17705385c4c0d9b7406911f577567acf540b

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

  • Lightning API now defaults to the 2.x branch of the JSON:API module. See the release notes for the 2.x branch.

    If you must use the 1.x branch, you can switch to it with the following commands:

    composer require drupal/lightning_api:^2.7 --no-update
    composer update drupal/lightning_api --with-all-dependencies
    
  • Updated Lightning Layout to 1.5.
  • Updated Lightning Media to 3.4.
  • Updated Lightning Workflow to 3.2.

Update Steps

  1. Update your codebase:

                composer self-update
                composer require acquia/lightning:~3.2.3 --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: phenaproxima
Created on: 20 Dec 2018 at 13:53 UTC
Last updated: 20 Dec 2018 at 13:58 UTC

Other releases