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

5.1.2

Compare
Choose a tag to compare
@phenaproxima phenaproxima released this 08 Feb 21:24
· 19 commits to 5.0.x since this release

Install

For the best developer experience and dependency management, install with Composer using the following command: composer create-project acquia/lightning-project MYPROJECT

Changelog

  • Updated Lightning Media to 4.6.
  • Fixed a bug where installing Drupal from exported configuration could revert certain settings. (Issue #3153885)
  • Fixed an accidental incompatibility with PHP 7.2 and lower introduced by a core patch. (Issue #3193991)

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~5.1.2 --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 https://github.com/acquia/lightning/blob/5.1.x/UPDATE.md.