Downloads

Download lightning-8.x-2.11-core.tar.gztar.gz 16.45 MB
MD5: a2be01b8c2a3abe376f9cadbe1b7d345
SHA-1: 8cdafec224d6d031982d2131f54c250616175d05
SHA-256: 2a47250c3b902cf1389801e2efe6b5c1def3cfc1915dfc914ac29f56fbe59b4e
Download lightning-8.x-2.11-core.zipzip 26.39 MB
MD5: 4d2e843404ff62dd7868604528e53ddc
SHA-1: 5789312b70ae5b5dd098aa4c098806895a8308cd
SHA-256: 1c7f95b42299e80b65c55a55ccf3eb51d741c1b6635970c520fdbf4f5c842e49
Download lightning-8.x-2.11-no-core.tar.gztar.gz 4.3 MB
MD5: d2b645cc809baa44b053d8b69f13fe11
SHA-1: 73cadbac6ec826bdc8e49606d35b29d532dbcb87
SHA-256: f10c3b205600a10d1653246b56533d14ddd00b496d15b3aad8f1ea18c5ea44ca
Download lightning-8.x-2.11-no-core.zipzip 6.04 MB
MD5: 2b702ecc03d5d9cc27b3ef7611deac0f
SHA-1: 1911c6f0680fc6c9052b47ae9bb1e370f54db39f
SHA-256: d009e95c18042f1bda00b46f4cf0b731d50eab6875afa3bb0a0a129e2d534fb8
Download lightning-8.x-2.11.tar.gztar.gz 2.08 MB
MD5: 578ca7b61466e273fa9af87c9162bc22
SHA-1: 49592fa87535b6da77c76c1ee0810373f67549f0
SHA-256: cbf8baf0f1e97a728dd4464234bbd1ce86464436c5a99b75975bc99817c2e13e
Download lightning-8.x-2.11.zipzip 2.26 MB
MD5: 33fc61eff3073cf1742a5e756be17b22
SHA-1: f84150985d198f75e60ff2044f820cf2efea7f03
SHA-256: 18c281fdfb13d6777a0d779d9520375c0ec26aa8d1cb0d54ad847866a81d4f85

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:

Manual Update Steps

To allow fields that use the media browser to filter to only the media types accepted by the field, do the following:

  • Edit the Browser display of the Media view.
  • Add the Bundle contextual filter, to the current display only, with the following settings:
    • When the filter value is NOT available, provide a default value:
      • Type: Entity Browser Context
      • Context key: target_bundles
      • Fallback value: all
      • Multiple values: OR
    • When the filter value IS available or a default is provided:
      • Specify validation criteria: Yes
      • Validator: Media bundle
      • Multiple arguments: One or more IDs separated by , or +
      • Action to take if filter value does not validate: Display all results for the specified field
    • Under the "More" section, "Allow multiple values" should be checked.
  • If the view has the media bundle as an exposed filter (most likely named "Media: Bundle"), edit it and set the "Yield to argument" select box to the name of the argument you just created (which will probably be "Media: Bundle"). If you don't see the "Yield to argument" select box, clear all caches and try again.
  • Save the view.

Release Notes

  • Panels, Panelizer and Page Manager have been upgraded to their new (stable!) 8.x-4.x releases. These releases use the experimental Layout Discovery module in Drupal core, and will turn off Layout Plugin upon installation. Layout Discovery is incompatible with Layout Plugin, so do NOT install Layout Plugin once the upgrade is complete. (Issue #2870521)
  • The media browser will now be filtered conditionally when used with media reference fields, depending on which media types the field can reference. (Issue #2869240)
  • Implemented an API for bulk entity creation. A UI for bulk upload media items was implemented, then pulled due to packaging issues. A patch containing that UI is available at https://www.drupal.org/node/2672038#comment-12044162, and will be merged back into Lightning when the packaging problems are fixed. (Issue #2870740)
  • Fixed a bug where Lightning Workflow would wrongly interfere with the Save button when creating or editing unmoderated content types. (Issue #2867465)
  • Fixed a bug where uninstalling Field UI would break Lightning due to an implicit dependency. (GitHub #340 and #327)
  • Search API was updated to its latest release candidate. (GitHub #334)
  • Listed third-party Lightning Media integrations in the README. (GitHub #339 and #346)
  • Lightning now uses short array syntax in all of its code. (Issue #2867638)
Created by: balsama
Created on: 19 Apr 2017 at 18:45 UTC
Last updated: 20 Apr 2017 at 16:24 UTC
Bug fixes
New features

Other releases