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

Commit

Permalink
3.2.7 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Mar 20, 2019
1 parent bc73984 commit 5cec672
Show file tree
Hide file tree
Showing 11 changed files with 607 additions and 311 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 3.2.7
* Updated Lightning Core to 3.9, which:
* Security updated Drupal core to 8.6.13 (SA-CORE-2019-004).
* Removed deprecated function calls. (Issue #3034195)
* Updated Lightning API to 3.5, which:
* Adds support for Drupal core 8.7.
* Updates Consumers module to 1.9 and unpins its Composer
constraint.
* Updated Lightning Media to 3.8, which:
* Adds support for Drupal core 8.7.
* Updates Entity Browser to 2.1.
* Adds a link to the settings form on the module list page.
(Issue #3033650)
* Adds descriptions to administrative links. (Issue #3034042)
* Updated Lightning Layout to 1.7, which:
* Adds support for Drupal core 8.7.
* Adds a description to an administrative link. (Issue #3034041)
* Updated Lightning Workflow to 3.5, which:
* Adds support for Drupal core 8.7.
* Fixed missing configure button for Lightning Scheduler module in
list page. (Issue #3034047)
* Replaces entity_load() calls with entity load(). (Issue #3033637)
* Adds a missing description in Lightning Scheduler module in
links.menu.yml file. (Issue #3034048)

## 3.2.6
* Updated Lightning Core to 3.7, which:
* Security updated Drupal core to 8.6.10 (SA-CORE-2019-003).
Expand Down
3 changes: 3 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,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.

### 3.2.6 to 3.2.7
There are no manual update steps for this version.

### 3.2.5 to 3.2.6
* If you would like to enable support for user account pictures (avatars):
1. Create a new image field on user accounts. In Lightning Core, this field
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-3.x
projects[lightning][download][tag] = 8.x-3.207
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"cweagans/composer-patches": "^1.6.4",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/lightning_api": "3.x-dev",
"drupal/lightning_core": "3.x-dev",
"drupal/lightning_layout": "1.x-dev",
"drupal/lightning_media": "3.x-dev",
"drupal/lightning_workflow": "3.x-dev",
"drupal/lightning_api": "^3.5",
"drupal/lightning_core": "^3.9",
"drupal/lightning_layout": "^1.7",
"drupal/lightning_media": "^3.8",
"drupal/lightning_workflow": "^3.5",
"oomphinc/composer-installers-extender": "^1.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 5cec672

Please sign in to comment.