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

3.3.0

Compare
Choose a tag to compare
@balsama balsama released this 02 May 01:00
· 86 commits to 8.x-3.x since this release
f42b25c

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 4.0, which:
    • Updated Drupal core to 8.7.0.
  • Updated Lightning API to 4.0, which:
    • Updated Lightning Core to 4.0.0, which requires Drupal core 8.7.0 and
      replaces the contributed JSON:API module with the core version.
  • Updated Lightning Workflow to 3.6, which:
    • Fixed a bug that could occur with Drupal 8.7 when installing the

Update your codebase:

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

Run database updates:

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.