Downloads

Download lightning-8.x-2.06-core.tar.gztar.gz 16.22 MB
MD5: abeb367831d8b4d759e983b1bca3d377
SHA-1: 9866909b49e002d2721e49dd264913d749b85750
SHA-256: ec4f491e2f0fa851c6ee3c41be21f6d16f605fa7ac6404700fe6ab2493775c26
Download lightning-8.x-2.06-core.zipzip 26.15 MB
MD5: e55d8229ea844f2bad6842292aab8971
SHA-1: 59e9cf41babf37480fef7ff6aa1e7b408c832eb8
SHA-256: 4cc202d3a89f0531cac75f4fa1a5cc7d8a04a012bb6ce57e50e45c1e09b27bbe
Download lightning-8.x-2.06-no-core.tar.gztar.gz 4.61 MB
MD5: 9556d9066479a3be217d1f35fabd8975
SHA-1: 4de26388e1ee07d8325a3c269e1fec8b851322d7
SHA-256: ff032622ba40ae80f8b2cdee24c02c5fc6dd47bf05cb20cd7d157ac8f5dfc7e9
Download lightning-8.x-2.06-no-core.zipzip 6.55 MB
MD5: 53a87c30e8d0ddc2da292783f4177b63
SHA-1: 27bba31228cd42cb90dbdd545b7585fe7f886f6a
SHA-256: cd59d0a56bef7685ed1cd5abaa00da96fb129fa824977d1d0f9156fd3130f9a7
Download lightning-8.x-2.06.tar.gztar.gz 2.19 MB
MD5: 9a70ee9be5dfcd4e8a42c2af71e59a37
SHA-1: 882641b8e79004cd3cad8cd0bc693f83a33d026a
SHA-256: 53ae59c290d8d3cf81af9ca646f71ccc0a13340d967ca017e0c312cb419be581
Download lightning-8.x-2.06.zipzip 2.39 MB
MD5: b0e26ddc12816a8cbd98987ffb290349
SHA-1: 24644e6fa32e5089c0ac913cee106c488a4c9c9c
SHA-256: 1e1c3fb9264e96f6e7ebcd85ec281ed969cabc194c9625fc4dc0386460394b23

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:

Release Notes

  • All user roles provided by Lightning's various components have been split out into a new sub-component of Lightning Core, called Lightning Roles. This sub-component is installed with Lightning by default, but you can disable it in a sub-profile. If it's disabled, Lightning will not create or install any user roles. (Issue #2855724)
  • New entity reference fields that reference media items will now use Lightning's media browser by default. This change only applies to new entity reference fields; existing fields are left alone. (GitHub #298)
  • A preview of embed code-based media items will now be displayed when adding or editing them outside of the media browser. (Issue #2825935)
  • Fixed a bug where the file upload widget used by Lightning's media and image browsers would wrongly assume that all media bundles use a source field. (Issue #2861292)
  • Drush, which is included with Lightning as a dev dependency, was patched to fix a problem where dependencies of parent profiles could not be uninstalled. (GitHub #311)
  • The lightning.config_helper service is deprecated and replaced by a new facade for manipulating a module's default configuration. (GitHub #303)
  • Many tags have been added to Lightning's Behat test suite to make it easier to isolate and run (or skip) individual tests. (Issue #2862119)
  • The internal Lightning Dev module now generates a special behat.yml file in Drupal's public files directory, allowing any module to expose its own Behat test suite by including a tests/behat.yml file. (GitHub #299)
Created by: balsama
Created on: 29 Mar 2017 at 13:47 UTC
Last updated: 30 Mar 2017 at 18:38 UTC
Bug fixes
New features

Other releases