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

Commit

Permalink
4.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Jun 25, 2019
1 parent ec2eb83 commit 4e2cc40
Show file tree
Hide file tree
Showing 13 changed files with 674 additions and 428 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 4.0.1
* Updated Lightning Media to 3.11, which:
* Updated DropzoneJS to 2.0-alpha4.
* Updated Entity Embed to 1.0-rc2.
* Updated Media Entity Twitter to 2.0-alpha3.
* Updated Lightning Workflow to 3.7 (no user-facing changes).
* Updated Lightning Layout to 2.1, which:
* Added the Layout Builder Symmetric Translations module to provide basic translation support for landing pages.
* Updated Background Image Formatter to 1.9.
* Updated Layout Builder Library to 1.0-beta1.
* Updated Layout Builder Restrictions to 2.1.
* Updated Panels to 4.4.
* Many changes to internal testing infrastructure, but nothing that
should affect users of Lightning.

## 4.0.0
* Added the Claro administration theme.
* Security updated Lightning Core to 4.1.0, which updates Drupal core to 8.7.1.
Expand Down
3 changes: 3 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ are currently running 2.2.0 and are trying to update to 2.2.6, you will need to
follow the instructions for updating from 2.2.0 to 2.2.1, then from 2.2.1 to
2.2.2, in that order.

### 4.0.0 to 4.0.1
There are no manual update steps for this version.

### 3.3.1 to 4.0.0
Lightning 4.0.0 includes Lightning Layout 2.0, which uses Layout Builder in place
of Panels and Panelizer. However, both modules are still packaged with Lightning
Expand Down
2 changes: 1 addition & 1 deletion build-lightning.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ includes[] = drupal-org-core.make
projects[lightning][type] = profile
projects[lightning][download][type] = git
projects[lightning][download][branch] = 8.x-3.x
projects[lightning][download][tag] = 8.x-4.x-dev
projects[lightning][download][tag] = 8.x-4.001
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"drupal/claro": "^1.0",
"drupal/lightning_api": "^4.1",
"drupal/lightning_core": "^4.1",
"drupal/lightning_layout": "2.x-dev",
"drupal/lightning_media": "^3.8",
"drupal/lightning_workflow": "^3.6",
"drupal/lightning_layout": "^2.1",
"drupal/lightning_media": "^3.11",
"drupal/lightning_workflow": "^3.7",
"oomphinc/composer-installers-extender": "^1.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 4e2cc40

Please sign in to comment.