Downloads

Download lightning-8.x-3.300-beta1-core.tar.gztar.gz 53.39 MB
MD5: c69a8eb965ee57427582831373f6ae5b
SHA-1: 79a6292d2c0450991556d739f8d888b086553192
SHA-256: 84685501794bfcf4bddc59dc09dc32a53fa583bafc314af5b6ce9c4667d52009
Download lightning-8.x-3.300-beta1-core.zipzip 65.14 MB
MD5: 2fecb19214c190f0af0a315adae68d48
SHA-1: deaa37925c915e3ac1f90a5069116eba51182f9c
SHA-256: 05820fc7385f581a3f99d7c9a5fe1670a543ad850df0e175bd7624e5564c7612
Download lightning-8.x-3.300-beta1-no-core.tar.gztar.gz 38.23 MB
MD5: 5c13cde9781c04fef2e3ed07ab12bac3
SHA-1: 62440bc9a7e73a4db2ccc122804c546f33c0927c
SHA-256: a47eb61705aa1c50277737d98d04688700b926625da0f555b7ed052acff7481d
Download lightning-8.x-3.300-beta1-no-core.zipzip 40.64 MB
MD5: 0b70b19ae365b52c05af98a31cbeeaf6
SHA-1: 53c5a31a384fd06493ffb51346721df8ba5c61ad
SHA-256: c30493ceebb57cfb9e158edb93ba2942ee14a533cb585ae71ba8fa008d96f9cc
Download lightning-8.x-3.300-beta1.tar.gztar.gz 9.45 MB
MD5: 5ef2c7698f4476130312996c2f4a6927
SHA-1: 048d6ff74d854e48641a748ac2bd43eda1e128eb
SHA-256: aa68380bd72a611da43ef8b550f93b3bcdcbce5c032892e752a56639c52299ca
Download lightning-8.x-3.300-beta1.zipzip 9.6 MB
MD5: d053e0515897460de7a071e500272b04
SHA-1: 137ba1d4da8914cd39fd5212168cafff49f02e7c
SHA-256: 4bc6e0f42107a40f26d9d269466279591815d4eeefbda9d87bb4de13c3a11818

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 4.0-beta1, which:
    • Updated Drupal core to 8.7.0-beta1.
  • Updated Lightning API to 4.0-beta1, which:
    • Updated Lightning Core to 4.0.0-beta1, which requires Drupal core 8.7.0 and replaces the contributed JSON:API module with the core version.
  • Updated Lightning Workflow to 3.6, which:
    • Fixed a bug that could occur with Drupal 8.7 when installing the moderation_history view.

Update Steps

  1. Update your codebase:

                composer self-update
                composer require acquia/lightning:~3.3.0 --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: 4 Apr 2019 at 16:20 UTC
Last updated: 4 Apr 2019 at 16:23 UTC

Other releases