Downloads

Download lightning-8.x-2.21-core.tar.gztar.gz 19.28 MB
MD5: 6ca913139b821527be4467aaac8a139f
SHA-1: 3b49ce7801bd64da6d24c783797a52d47b089350
SHA-256: 48abd4d9b1271d77574ef34c600cbb1e6f43ba5b63116a2b58624940b6087fe8
Download lightning-8.x-2.21-core.zipzip 30.31 MB
MD5: f174d5d7a38448732d15cdb8b2eb57b7
SHA-1: 062d2a7d2c1bcd04b040ff88988bc5a2c66b035d
SHA-256: e33d3b970cdf338c922acd87eac8f5baf3c5afa8b24729aa61977889c100d7ef
Download lightning-8.x-2.21-no-core.tar.gztar.gz 6.45 MB
MD5: ab1eea442a97be00c010b562969c097a
SHA-1: 380d4486b841682e06ce05382c55bf62628a28fb
SHA-256: a9da9f2d15589712441a6ac3fc00a7a064a2b828c95cdbff53823bc2cbec057e
Download lightning-8.x-2.21-no-core.zipzip 8.66 MB
MD5: 06ac2cbbb413abc26b570dab6bd1ccd1
SHA-1: 24fc6527a30ca4c4f360ef1fd4aaef2b7aa80d30
SHA-256: dd60c1dd248626758de4c4c724bbed6fd0c7d1f4ae4c8900f3f7a959867123d9
Download lightning-8.x-2.21.tar.gztar.gz 2.3 MB
MD5: b074b0e815e2fade49d00bd4e01a6a32
SHA-1: d25e98a6dd6d93226169f703c923e0e633066f52
SHA-256: 74db30fd359ef763961173a39bc6ed92e4500ef7f140dcdf38420af3522304f9
Download lightning-8.x-2.21.zipzip 2.66 MB
MD5: 198a9f09bd4da772479ed98e3c68f450
SHA-1: 79159d149e587b053740ea7522d052447c90558a
SHA-256: 05902841e6f91834e2d944173359432d5f5b665f8bbbd706eb44207a0ec9c805

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

  • Lightning Media has been updated to use the new Core Media system.
  • Fixed a bug where the "Publishing status" checkbox appeared on content edit forms when it should have been hidden. (GitHub #479)

Manual Update Steps

Special instructions for media entity migration

This release will migrate your existing media entities to the core media module. Prior to running the database updates, you must:

  1. Ensure Composer properly downloaded and patched all dependencies.
  2. Rebuild Drupal's caches.

This release changes the set of patches that are applied to drupal/core without actually updating core, which exposes this bug in the composer-patches plugin. As a result, you will likely need to run composer update twice. Specifically:

composer update acquia/lightning --with-dependencies
composer update drupal/core

Alternatively, you can delete your "/docroot/core" and "/docroot/modules" folders and your composer.lock file before running composer update. If you use BLT, the provided composer nuke command will do that for you.

Once you have confirmed that your codebase has been update properly, you must rebuild your site's caches before running the database updates.

drush cache-rebuild

If your codebase has been updated properly, you should see the following four pending database updates when you run drush updatedb:

lightning_api module : 
  8002 -   Installs the Consumers module. 

lightning_media module : 
  8018 -   Updates the media browser's argument validation. 

media_entity module : 
  8200 -   Clears the module handler's hook implementation cache. 
  8201 -   Replace Media Entity with Media. 

Configuration updates

  • Visit Structure > Content types. For each moderated content type, click "Manage form display", then drag the "Publishing status" field into the "Disabled" section and press "Save".

Known issues

Media

  • 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.
  • Some of the Lightning contributed media module listed above might not yet be compatible with the Core Media entity.
  • The Video Embed Field module, a dependency of Lightning Media, might report that it is unsupported. We're working with the module maintainer to remove this warning.

Workflow

  • Lightning Workflow is based on Workbench Moderation, which is incompatible with the experimental Content Moderation module included with Drupal core 8.3.0 and later and serves the same purpose as Workbench Moderation. We plan to seamlessly migrate Lightning Workflow to Content Moderation once it is ready and an update path exists (see Issue #2863059 for more information). But for now, installing Content Moderation alongside Lightning Workflow may have unpredictable and dangerous effects, an is best avoided.
Created by: balsama
Created on: 25 Oct 2017 at 19:52 UTC
Last updated: 30 Oct 2017 at 15:58 UTC
Bug fixes
New features

Other releases