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

Releases: acquia/lightning

4.1.3

18 Mar 20:43
Compare
Choose a tag to compare

Install

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

Changelog

  • Security updated Drupal core to 8.8.4.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~4.1.3 --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/8.x-4.x/UPDATE.md.

3.4.2

18 Mar 21:22
Compare
Choose a tag to compare

Install

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

Changelog

  • Security updated Drupal core to 8.8.4.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.4.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://gitub.com/acquia/lightning/blob/8.x-3.x/UPDATE.md.

4.1.2

03 Feb 15:26
Compare
Choose a tag to compare

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 Drupal core to 8.8.2.
  • Fixed stale configuration of front page view created during installation. (GitHub #666)

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~4.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/8.x-4.x/UPDATE.md.

4.1.1

18 Dec 20:46
Compare
Choose a tag to compare

Install

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

Changelog

  • Security updated Drupal core to 8.8.1.
  • Claro is now the default administrative theme in new installations of Lightning.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~4.1.1 --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://gitub.com/acquia/lightning/blob/8.x-4.x/UPDATE.md.

3.4.1

18 Dec 22:22
Compare
Choose a tag to compare

Install

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

Changelog

  • Security updated Drupal core to 8.8.1.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.4.1 --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://gitub.com/acquia/lightning/blob/8.x-3.x/UPDATE.md.

3.4.0

11 Dec 15:43
Compare
Choose a tag to compare

IMPORTANT NOTE!!

This release includes Pathauto 1.6. If you are already using Pathauto 1.5 or lower, you MUST update Pathauto before updating to this release of Lightning! See https://www.drupal.org/project/drupal/releases/8.8.0, under the section "Changes to path aliases and a critical note for sites using the Pathauto contributed module":

If you have the contributed Pathauto module enabled, you must update to the latest version of Pathauto before you update to Drupal 8.8.0. Failure to update Pathauto before updating core could result in data loss. Drupal 8.8.0 declares a conflict with Pathauto 8.x-1.5 or lower for this reason.

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 Core to 5.0:
    • Updated Drupal core to 8.8.0.
    • Fixed all known deprecations. (Issue #3096212)
    • Updated Metatag to 1.10.
    • Updated Pathauto to 1.6.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.4.0 --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://gitub.com/acquia/lightning/blob/8.x-3.x/UPDATE.md.

4.1.0

04 Dec 19:10
Compare
Choose a tag to compare

IMPORTANT NOTE!!

This release includes Pathauto 1.6. If you are already using Pathauto 1.5 or lower, you MUST update Pathauto before updating to this release of Lightning! See https://www.drupal.org/project/drupal/releases/8.8.0, under the section "Changes to path aliases and a critical note for sites using the Pathauto contributed module":

If you have the contributed Pathauto module enabled, you must update to the latest version of Pathauto before you update to Drupal 8.8.0. Failure to update Pathauto before updating core could result in data loss. Drupal 8.8.0 declares a conflict with Pathauto 8.x-1.5 or lower for this reason.

Install

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

Changelog

4.1.0

  • Updated Lightning Workflow to 3.14:
    • Made Lightning Workflow compatible any installation profile. (Issue #3089223)
    • Fixed a bug where Lightning Scheduler's JavaScript libraries were not properly declared as external. (Issue #3089153)
  • Updated Lightning Core to 5.0:
    • Updated Drupal core to 8.8.0.
    • Fixed all known deprecations. (Issue #3096212)
    • Updated Metatag to 1.10.
    • Updated Pathauto to 1.6.
  • Updated Lightning Layout to 2.4:
    • Fixed an incompatibility between Lightning Landing Page and Lightning Workflow 3.14 and later.
  • Updated Lightning API to 4.4.
  • Updated Lightning Media to 3.14.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~4.1.0 --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://gitub.com/acquia/lightning/blob/8.x-4.x/UPDATE.md.

4.0.5

14 Nov 18:20
Compare
Choose a tag to compare

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 Workflow to 3.12, which:
    • Added the Autosave Form and Conflict modules as soft dependencies.
      (Issue #3060244)
    • Updated Moderation Sidebar to 1.2.
    • Added labels to the base fields created by Lightning Scheduler
      (Issues #3070984 and #3031460)
    • Added support for Drupal core 8.8.x.
  • Updated Lightning API to 4.3:
    • Added support for Drupal core 8.8.x.
    • Updated OpenAPI to 1.0-beta6.
    • Updated Simple OAuth to 3.16.
  • Updated Lightning Layout to 2.2:
    • Added support for Drupal core 8.8.x.
    • Updated Background Image Formatter to 1.10.
    • Layout Builder Symmetric Translations will only be installed if the
      site is using the Language module. (Issue #3066811)
    • Fixed a PHP warning that can occur after a cache clear. (Issue #3068755)
    • Allow CTools 3.0 or later.
    • Include the Layout Builder Styles module as a dependency.
  • Updated Lightning Media to 3.13:
    • Added support for Drupal core 8.8.x.
    • Updated Entity Embed to 1.0.
    • Updated Views Infinite Scroll to 1.6.
    • Updated Entity Browser to 2.2.
    • Fixed an improperly namespaced dependency in Lightning Media Video's info
      file.
  • Updated Lightning Workflow to 3.12:
    • Added support for Drupal core 8.8.x.
  • Fixed a bug which could break certain modules due to Drupal Console services
    being defined in the wrong place. (Issue #3084092)
  • Added the Redirect, Autosave Form, and Conflict modules.
  • Improved documentation for contributors.

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~4.0.5 --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://gitub.com/acquia/lightning/blob/8.x-4.x/UPDATE.md.

4.0.4

26 Jul 15:35
Compare
Choose a tag to compare

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 Core to 4.5, which:
    • Security updated Metatag to 1.9.
    • Fixed a Drupal Console-related error that could appear even if Drupal Console is not
      installed. (Issue #3007425)
    • Sorts module version numbers recorded in the lightning_core.versions config by key. (Issue #3050259)
  • Fixed a fatal error that could occur when enabling Devel's profiler. (Issue #2867829)
  • Many Behat contexts have been deprecated. This should not affect most users of Lightning, but
    if you are using Lightning's step definitions in your own Behat tests, there may be implications
    for you. (Issue #3068751)

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~4.0.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.

3.3.4

26 Jul 16:59
Compare
Choose a tag to compare

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 Core to 4.5, which:
    • Security updated Metatag to 1.9.
    • Fixed a Drupal Console-related error that could appear even if Drupal Console is not
      installed. (Issue #3007425)
    • Sorts module version numbers recorded in the lightning_core.versions config by key. (Issue #3050259)

Update steps

Update your codebase:

composer self-update
composer require acquia/lightning:~3.3.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.