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

Commit

Permalink
3.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima authored and balsama committed Sep 5, 2018
1 parent 09e2f1d commit c2dfe35
Show file tree
Hide file tree
Showing 13 changed files with 242 additions and 158 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.0-beta1
- VERSION=3.2.0
# 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: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 3.2.0
* Drupal core has been updated to 8.6.0.
* Updated Lightning Core to 3.0, which requires Drupal core 8.6.0.
* Updated Lightning Workflow to 3.0.
* Updated Lightning Media to 3.0.
* The `lightning:subprofile` command is no longer compatible with the
sub-profile system from Drupal 8.5.x. The `dependencies` list is replaced by
`install`, `base profile` is the name of the base profile instead of an
Expand Down
2 changes: 1 addition & 1 deletion UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ 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.7 to 3.2.0-beta1
### 3.1.7 to 3.2.0
* If you have any sub-profiles (regardless of whether or not they extend
Lightning), you must change their info files to work with Drupal 8.6.0:
* Change `base profile` to a string, containing the name of the base
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.200
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
},
"require": {
"cweagans/composer-patches": "^1.6.4",
"drupal/lightning_api": "2.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": "^2.7",
"drupal/lightning_core": "^3.0",
"drupal/lightning_layout": "^1.4",
"drupal/lightning_media": "^3.0",
"drupal/lightning_workflow": "^3.0",
"drupal-composer/drupal-scaffold": "^2.0.0",
"oomphinc/composer-installers-extender": "^1.1"
},
Expand Down
Loading

0 comments on commit c2dfe35

Please sign in to comment.