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

Commit

Permalink
3.1.12 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Apr 17, 2019
1 parent 803fea2 commit 7baa2c5
Show file tree
Hide file tree
Showing 13 changed files with 340 additions and 325 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ cache:
directories:
- "$HOME/.composer/cache"
- "$HOME/.drush/cache"
- "$HOME/.npm"

php:
- 7.0

env:
- VERSION=HEAD
- 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 Expand Up @@ -40,9 +40,7 @@ install:
# acknowledge all prompts.
- yes '' | pecl install yaml
# Tweak PHP configuration.
- echo 'max_execution_time = 120' >> drupal.php.ini;
- echo 'sendmail_path = /bin/true' >> drupal.php.ini;
- phpenv config-add drupal.php.ini
- phpenv config-add tests/travis.php.ini
- phpenv rehash

# Build the Lightning code base with the latest dependencies.
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.12
* Lightning Core has been updated to 2.16, which:
* Security updates Drupal core to 8.5.15.

## 3.1.11
* Lightning Core has been updated to 2.15, which:
* Security updates Drupal core to 8.5.14 (SA-CORE-2019-004).
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.11 to 3.1.12
There are no manual update steps for this version.

### 3.1.10 to 3.1.11
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.111
projects[lightning][download][tag] = 8.x-3.112
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"require": {
"cweagans/composer-patches": "^1.6.4",
"drupal/lightning_api": "^2.9",
"drupal/lightning_core": "^2.15",
"drupal/lightning_core": "^2.16",
"drupal/lightning_layout": "^1.7",
"drupal/lightning_media": "^2.4",
"drupal/lightning_workflow": "^2.4",
Expand Down
Loading

0 comments on commit 7baa2c5

Please sign in to comment.