Downloads

Download lightning-8.x-1.03-core.tar.gztar.gz 14.33 MB
MD5: fc9683646739082dea50bee121c58e22
SHA-1: 60c78ee8404945d989181c489564b5820ebfec7e
SHA-256: fb607d4e14ac2de4452907d2ebeb12a42862b19c88f3d3e3e8cc107171bb0315
Download lightning-8.x-1.03-core.zipzip 23.44 MB
MD5: bb9e502bcda351b9ce3e1c7a4daaefcd
SHA-1: aad189c7bf0594d126e05d373dd94fe91da3d522
SHA-256: 1f81ddc8d7740c9bf64e85ca1f71d205617ef4ae7f2d6763087f715fd7e39a07
Download lightning-8.x-1.03-no-core.tar.gztar.gz 2.25 MB
MD5: 79e5470d94b8d34860001ee090b45a7c
SHA-1: c939f25f952e79af2c2269302b44317492b8a96e
SHA-256: 860a584df76320dd20bf4b8f45962b032651bdb9d161bab4aab43aa970fa8c70
Download lightning-8.x-1.03-no-core.zipzip 3.42 MB
MD5: 335e39d953f8acfced07c4c06df654a6
SHA-1: 27be87edb2a78b6fd907cbf5200345e5407ec29f
SHA-256: b79505bc36b1cca6999dd6aeeb3693a160ebb734d0c50a095f529650f8bda899
Download lightning-8.x-1.03.tar.gztar.gz 769.27 KB
MD5: 1157071d2867e7f4611ff0c819a43522
SHA-1: e69f1a50bd3fbd7ba73ecd3dcf51e23b84ff6fdf
SHA-256: 6221e701dde8fa5e853afc8a834664a238f2be29a10f570d30995f48c63332bb
Download lightning-8.x-1.03.zipzip 890.61 KB
MD5: 30c949d17fe5eab3d97afc683836b846
SHA-1: 34a48b59f37abfb8f8ab3056b00af8dc0cb4db9f
SHA-256: fcfbe29b818e9ce0de818c4aedcfc5c86bc0d1879d90ea4a538bf43e029c72d4

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:^8.1.0 MYPROJECT --no-interaction

Or click the "Install with Composer" button below:

Changelog

  • Lightning now includes an image browser for uploading images to and selecting images from your media library. It is automatically used for all new image fields by default, to give your users a much nicer out-of-the-box experience of dealing with image assets. The image browser is NOT automatically added to any existing image fields, but they can be manually changed to use it. (#2767213)
  • Several other modules, including Entity Browser, were updated as well. Note that Entity Browser introduced several backwards-incompatible API changes, so if you have custom Entity Browser code you may need to update. Be safe and back up your database before running updating to this version of Lightning. (#2778437)
  • Views Infinite Scroll was updated to 8.x-1.2. (#2773811)
  • A sanity check was added to prevent fatal errors when preparing extra fields for media asset previews. (#2759825)
  • The Lightning Extender will now search for lightning.extend.yml in sites/all as well as your site's individual directory. This means it's now possible for every site in a multisite Lightning installation to use the same extender configuration. (#2766337)
  • Fixed a problem where the media browser would not appear when editing a node with an embedded tweet. (#2768849)
  • The Lightning Extender's redirection feature was not working and would always send users to a "Drupal is already installed" error page. (#2775425)
  • Fixed a PHP notice arising from the media asset preview handler. (PR #140)

Known Issues

  • If you upload an image into an image field using the new image browser, you can set the image's alt text at upload time, but that text will not be replicated to the image field. This is due to a limitation of Entity Browser's API.
Created by: balsama
Created on: 3 Aug 2016 at 19:21 UTC
Last updated: 4 Aug 2016 at 19:47 UTC
Bug fixes
New features

Other releases