Downloads

Download lightning-8.x-3.207-core.tar.gztar.gz 51.67 MB
MD5: 745302cb279c7c687559e3c7976b9ef5
SHA-1: f68eaae36fedaa2bd952f313b8cf068ccc91b096
SHA-256: 7c255dd01975e04f6bff431edfcccb7d5b0b8eef0a7befae785f8b09276e562f
Download lightning-8.x-3.207-core.zipzip 62.9 MB
MD5: a98dfc8b46d33a51fb3f54b56b094f90
SHA-1: 0e24d6599ba3469f3a4c4c5d9889bd82033f8e41
SHA-256: 9ff5ff887b49d7c41220b37df7a4133a9c3942bc2f3dcaeb86b7a2a8ac4089af
Download lightning-8.x-3.207-no-core.tar.gztar.gz 37.11 MB
MD5: 640e79f24976ee70ebf3d25ecb89bf35
SHA-1: dcb2c7ffe2b5822c903c5562db0dd69c1ac2b062
SHA-256: 2896b00f405b100ad4ef2237542760ad24136424c0268af77fb85e9fee2312e2
Download lightning-8.x-3.207-no-core.zipzip 39.66 MB
MD5: 0fdfff5c8e4ddcaf737042268b9d059f
SHA-1: 9725927f2361419aca218da51bf52b57e0e20472
SHA-256: 992da9a6cf5a0b394421b04f44f77599bed27ca1629b2d4304a02015f0285036
Download lightning-8.x-3.207.tar.gztar.gz 8.86 MB
MD5: 1f2cb2063c62ee66aa288c0bd1c32466
SHA-1: 84e79e4a2437a20aecb57ee4283d200551b3713b
SHA-256: 8266c5c714f14842016ba3569f86ac84e7c345a28f95228878ed13dd5d42b572
Download lightning-8.x-3.207.zipzip 9.01 MB
MD5: 13b8f78489627120fa59232a943b4989
SHA-1: 2f090af58615570a2b9391a8afc51781f9794e70
SHA-256: dc2429a23b1bb6417d4f0498f77245d4e92dca733b0c78f9f7a534a5953f3318

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.9, which:
    • Security updated Drupal core to 8.6.13 (SA-CORE-2019-004).
    • Removed deprecated function calls. (Issue #3034195)
  • Updated Lightning API to 3.5, which:
    • Adds support for Drupal core 8.7.
    • Updates Consumers module to 1.9 and unpins its Composer
      constraint.
  • Updated Lightning Media to 3.8, which:
    • Adds support for Drupal core 8.7.
    • Updates Entity Browser to 2.1.
    • Adds a link to the settings form on the module list page.
      (Issue #3033650)
    • Adds descriptions to administrative links. (Issue #3034042)
  • Updated Lightning Layout to 1.7, which:
    • Adds support for Drupal core 8.7.
    • Adds a description to an administrative link. (Issue #3034041)
  • Updated Lightning Workflow to 3.5, which:
    • Adds support for Drupal core 8.7.
    • Fixed missing configure button for Lightning Scheduler module in
      list page. (Issue #3034047)
    • Replaces entity_load() calls with entity load(). (Issue #3033637)
    • Adds a missing description in Lightning Scheduler module in
      links.menu.yml file. (Issue #3034048)

Update Steps

  1. Update your codebase:

                composer self-update
                composer require acquia/lightning:~3.2.7 --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 Mar 2019 at 19:20 UTC
Last updated: 20 Mar 2019 at 19:23 UTC
Bug fixes

Other releases