Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

3.2.4

Compare
Choose a tag to compare
@phenaproxima phenaproxima released this 16 Jan 22:33
· 103 commits to 8.x-3.x since this release
e3ea779

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

Changelog

  • Updated Lightning Core to 3.5, which:
    • Security updated Drupal core to 8.6.6.
    • Will automatically clear all persistent caches before running database
      updates with Drush 9.
  • Updated Lightning API to 3.2, which introduces no user-facing changes.
  • Updated Lightning Layout to 1.6, which introduces no user-facing changes.
  • Updated Lightning Media to 3.5, which:
    • Added a configuration option to control whether newly-created media fields
      (i.e., entity reference fields which reference media items) will be
      configured to use the media browser by default. (Issue #2945153)
    • Made the "Show in media library" field non-translatable by default in every
      media type included with Lightning Media. (Issue #3014913)
  • Updated Lightning Workflow to 3.3, which:
    • Made the time steps in Lightning Scheduler's UI configurable.
      (Issue #2981050)
    • Fixed a bug in the Moderation History where the users and timestamps didn't
      correctly correspond to the actual revisions. (Issue #3022898)
    • Updated Moderation Dashboard to its latest stable version.
    • Refactored underlying scheduler UI code to be less sensitive to time zones.
    • Added project namespaces to all stated dependencies. (Issue #2999322)
  • Changes were made to the internal testing infrastructure, but nothing that
    will affect users of Lightning.

Update your codebase:

composer self-update
composer require acquia/lightning:~3.2.4 --no-update
composer update

Run database updates (if required - depending on the version from which you are updating):

drush cache:rebuild
drush updatedb

Run Lightning configuration updates (if required - depending on the version from which you are updating):

drush cache:rebuild
drush update:lightning

For general update instructions see UPDATE.md.