Downloads

Download lightning-8.x-4.001-core.tar.gztar.gz 61.31 MB
MD5: 5c31f2a9948917f371aed2a85963027f
SHA-1: 3db81834e0b43c031f7748967204d5292c25ebbd
SHA-256: f6820c146d2bb0178f3f9c7b77e2b097f33a4f99f0d6ca2e9b543c3ede913eed
Download lightning-8.x-4.001-core.zipzip 73.11 MB
MD5: b801490648868a6907387b3843e8be3e
SHA-1: ceb01ede93dbe9acd82d05ec277d3ca2963bedac
SHA-256: efe2b79343664c57520664bdb9831ec97e5f031c7f7ae0f4f4edbee3372e6edf
Download lightning-8.x-4.001-no-core.tar.gztar.gz 46.15 MB
MD5: 0c8b9d0dc8dcc2d0982366736ac577de
SHA-1: 228b191022fa86f2e2b3f9a4068b5e2d69b4a0a9
SHA-256: d66df7d3b7366921c22e78ea0e44040e4e6a9912c9ce5d32c2724c99c862e7b9
Download lightning-8.x-4.001-no-core.zipzip 48.8 MB
MD5: bb5f2c9114915d3b6dca1a9e2956782f
SHA-1: 3ba7a09cb03405eb28fa72063757d10908478b77
SHA-256: 3533849e3f7f9ba0349ebe5494aec8ac12abbdd89c3e45cdd3f380a742a7303c
Download lightning-8.x-4.001.tar.gztar.gz 12.25 MB
MD5: 2c843d743ad897af907b5df2c6ff9f8d
SHA-1: 7c44ac3b6d5c93af8d0769e83b93bc3948770267
SHA-256: b217cd721bbdff9c34d4b069748825877929f9b5e77a4e9dbe40697d787c3fdc
Download lightning-8.x-4.001.zipzip 12.4 MB
MD5: 86fee520bae82742d23c42b8b7c1b3e0
SHA-1: b4463b62bd82c16dc870335517cc9529dbd91f8e
SHA-256: 1b41c0599726cfbee625975d54bce524914df2fe56f47de654a7f87cb592d62f

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 Media to 3.11, which:
    • Updated DropzoneJS to 2.0-alpha4.
    • Updated Entity Embed to 1.0-rc2.
    • Updated Media Entity Twitter to 2.0-alpha3.
  • Updated Lightning Workflow to 3.7 (no user-facing changes).
  • Updated Lightning Layout to 2.1, which:
    • Added the Layout Builder Symmetric Translations module to provide basic translation support for landing pages.
    • Updated Background Image Formatter to 1.9.
    • Updated Layout Builder Library to 1.0-beta1.
    • Updated Layout Builder Restrictions to 2.1.
    • Updated Panels to 4.4.
  • Many changes to internal testing infrastructure, but nothing that should affect users of Lightning.

Update Steps

  1. Update your codebase:

                composer self-update
                composer require acquia/lightning:~4.0.1 --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 Jun 2019 at 20:04 UTC
Last updated: 25 Jun 2019 at 20:08 UTC

Other releases