Downloads

Download lightning-8.x-2.26-core.tar.gztar.gz 17.57 MB
MD5: 233ecc097407ae3566de39b672867e60
SHA-1: 667e31e48d078a4f451dcb2afb3db49a3fe9bd97
SHA-256: a1a596110b572ae03dee9ab606d10a2aed2717a98c58c3c745b0a2e8037c4cf5
Download lightning-8.x-2.26-core.zipzip 27.32 MB
MD5: 7bcc2a9775fe05ad7fa152e73d6fad17
SHA-1: 753d4fb961cb02ab00c964b202a2ebc84d4c421d
SHA-256: 7a23826f7f8a93a27f31b207446fa5d6ba87bb80945ae0507377bc14b63cb4ad
Download lightning-8.x-2.26-no-core.tar.gztar.gz 6.44 MB
MD5: f716b39469422f94120d67a606a93983
SHA-1: 720508c95b35a0bbd1d962a141bf6bddea4dfd90
SHA-256: 67af6bbdb208958bfe9d991d6f28b20bd324a6f121e40c1560e764c245caa544
Download lightning-8.x-2.26-no-core.zipzip 8.66 MB
MD5: c04ded338f64cba77b6b39d021cc9930
SHA-1: db5deb368401ae0890cf947e1fc5a0e6fd38c402
SHA-256: 585398a44b936ee0a5673e7b75d8a2f3dce577b6dcbd59cfa3ad042364199e2d
Download lightning-8.x-2.26.tar.gztar.gz 2.13 MB
MD5: eca7fd5f6595604eb90ae5467c5c0105
SHA-1: 07e7b763ab2257c19eca653516bca6152ca5dcaa
SHA-256: 43e8070bbab1616f2128d1fa1529be3a256800a1ef1de600e98a2feda59a7c8c
Download lightning-8.x-2.26.zipzip 2.47 MB
MD5: f0cce0b2f07e3c01fdb670c908ff8470
SHA-1: 2e0495285c0b3ce650df48d400ac195cfbade0a0
SHA-256: 37bf42ba7890aaee7a50bfddefc39decf63952c9c35755f16149704ba0d33790

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

  • Fixed a problem that caused errors when placing blocks that contained date fields via IPE. (Issue #2825028)
  • Fixed a problem with CKEditor caused by a bug in the new Lightning Scheduler. (Issue #2929997)
  • Lightning and Lightning Project no longer override the default location of Composer's "bin" directory. (Issue #2927504)
  • Made the Moderation History view compatible with Content Moderation. (Issue #2930288)
  • Added a Console command that will return the current version of Lightning in SemVer format. (GitHub #543)
  • Upadated the following modules:
    • DropzoneJS
    • Media Entity (Only used by sites that have not migrated to core Media.)
    • JSON API
    • Simple OAuth
    • Video Embed Field

Update Steps

## Update Steps

Run drush updatedb && drush cache-rebuild, or visit update.php, to perform automatic database updates. You can also use Drupal Console's update:execute command.

You can then use Drupal Console to automatically run Lightning configuration updates:

$ drupal update:lightning CURRENT_VERSION

...where CURRENT_VERSION is the version of Lightning you're currently using, in semantic version format (e.g., "8.x-2.24" should be "2.2.4", and "8.x-2.21-beta3" is "2.2.1-beta3").

To run all available configuration updates without any prompting, use:

$ drupal update:lightning CURRENT_VERSION --no-interaction

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.
  • Using the bulk upload feature in environments with a load balancer might result in some images not being saved.
Created by: balsama
Created on: 20 Dec 2017 at 19:58 UTC
Last updated: 21 Dec 2017 at 01:48 UTC
Bug fixes

Other releases