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

Commit

Permalink
3.2.5 Release (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima authored Feb 6, 2019
1 parent bbf41cf commit bca3241
Show file tree
Hide file tree
Showing 13 changed files with 291 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ php:
- 7.0
env:
- VERSION=HEAD
- VERSION=3.2.4
- VERSION=3.2.5
# The final CI slot should be used to test the update path from the oldest
# available database fixture.
- VERSION=3.0.0
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.2.5
* Security updated Acquia Connector to 1.16 (SA-CONTRIB-2019-014)
* Updated Consumers to 1.8.
* Updated JSON:API to 2.1.

## 3.2.4
* Updated Lightning Core to 3.5, which:
* Security updated Drupal core to 8.6.6.
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.4 to 3.2.5
There are no manual update steps for this version.

### 3.2.3 to 3.2.4
* Configure the "Show in media library" field of the "Audio file" media type to
be non-translatable.
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-dev
projects[lightning][download][tag] = 8.x-3.205
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.2",
"drupal/lightning_core": "^3.5",
"drupal/lightning_layout": "^1.6",
"drupal/lightning_media": "^3.5",
"drupal/lightning_workflow": "^3.3",
"oomphinc/composer-installers-extender": "^1.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit bca3241

Please sign in to comment.