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

Commit

Permalink
3.1.11 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Mar 20, 2019
1 parent e19e806 commit 803fea2
Show file tree
Hide file tree
Showing 12 changed files with 535 additions and 278 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.1.10
- VERSION=3.1.11
# The final CI slot should be used to test the update path from the oldest
# available database fixture.
- VERSION=3.0.0
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.11
* Lightning Core has been updated to 2.15, which:
* Security updates Drupal core to 8.5.14 (SA-CORE-2019-004).

## 3.1.10
* Lightning Core has been updated to 2.13, which:
* Security updates Drupal core to 8.5.11. (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.1.10 to 3.1.11
There are no manual update steps for this version.

### 3.1.9 to 3.1.10
There are no manual update steps for this version.

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.110
projects[lightning][download][tag] = 8.x-3.111
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"require": {
"cweagans/composer-patches": "^1.6.4",
"drupal/lightning_api": "^2.9",
"drupal/lightning_core": "^2.13",
"drupal/lightning_layout": "^1.6",
"drupal/lightning_core": "^2.15",
"drupal/lightning_layout": "^1.7",
"drupal/lightning_media": "^2.4",
"drupal/lightning_workflow": "^2.4",
"drupal-composer/drupal-scaffold": "^2.0.0",
Expand Down
Loading

0 comments on commit 803fea2

Please sign in to comment.