Downloads

Download lightning-8.x-3.103-core.tar.gztar.gz 28.97 MB
MD5: 33a5af352e5f33b24a5cc58b29681e06
SHA-1: 2a589acc77d31db13929683f18527ef492b24367
SHA-256: 97ca8715b7bf277ddd7543b4b3871d2f805fef714ac56ca83662fd848f54d438
Download lightning-8.x-3.103-core.zipzip 39.16 MB
MD5: 3f6c3bae6e06d968e2e3f87f7f65b336
SHA-1: 41046f3738297c1430e9fed3f04511cf94cffc09
SHA-256: ec5e68bf730eb193c4df6f17a0de22e0d94a953a1f6934bcf61cd22cc7acd0b0
Download lightning-8.x-3.103-no-core.tar.gztar.gz 15.96 MB
MD5: b58c32327e0f75edbacc86aea04acd1c
SHA-1: e5fb7f375cea0bc60643070006e207027e5b7ad6
SHA-256: 675ef10c0fe6bbe81f8f98e649826527c078a19c94cc7114bc5fb23512b65727
Download lightning-8.x-3.103-no-core.zipzip 18.04 MB
MD5: 856a814fad66bf5e875c1624a0659c1a
SHA-1: 87bba821962c99d8b853c3aec5b886cc138cc32b
SHA-256: 5c279db430a3cf10f562826b4d2539a7c1802a8f43d1f1b37d9e0ac5acc9c378
Download lightning-8.x-3.103.tar.gztar.gz 3.96 MB
MD5: fd457e70a8434fbe6008e3c857c4d877
SHA-1: 3399ecaf25f89555a2115f93bb8abdb9e9e80145
SHA-256: fc2709517c313dba64f6f9d8e9630faa720a31c33a1c8fde7ca54182ebc778db
Download lightning-8.x-3.103.zipzip 4.11 MB
MD5: 13ae20b6655e1573c8a0476ca03e3224
SHA-1: 7a3955958f19f20a5d526839edbff5b426570985
SHA-256: b8386249534844c7bad339dca1646d831027af1785b6ca7de7924fca9033d947

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

  • Drupal core has been security updated to 8.5.3. (SA-2018-004)
  • Lightning API has been updated to 2.2.0, which includes a security update to JSON API.

Update Steps

  1. Update your codebase:

                composer self-update
                composer require acquia/lightning:~3.1.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: 25 Apr 2018 at 20:45 UTC
Last updated: 25 Apr 2018 at 20:43 UTC
Bug fixes

Other releases