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

Commit

Permalink
Issue #2893521: [META] Lightning 8.x-2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
balsama committed Oct 4, 2017
1 parent 4f19738 commit 3888e6f
Show file tree
Hide file tree
Showing 78 changed files with 1,275 additions and 549 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ php:
- 7.0.22
env:
- VERSION=HEAD
- VERSION=2.2.0
- VERSION=2.1.8
- VERSION=2.1.7
- VERSION=2.1.6
- VERSION=2.1.5

addons:
apt:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2.0
* Lightning has been updated to run on and now requires Drupal Core 8.4.x.

## 2.1.8
* Added the ability to easily crop images contained in media entities and use
the cropped version when embedding or selecting the media item.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@ your environment, but generally you will not need to do this.
with the experimental Content Moderation module included with Drupal core
8.3.0 and later and serves the same purpose as Workbench Moderation. We plan
to seamlessly migrate Lightning Workflow to Content Moderation once it is
stable, most likely in Drupal 8.4.0. But for now, installing Content
Moderation alongside Lightning Workflow may have unpredictable and dangerous
effects, and is best avoided.
ready and an update path exists (see [Issue #2863059](https://www.drupal.org/node/2863059)
for more information). But for now, installing Content Moderation alongside
Lightning Workflow may have unpredictable and dangerous effects, an is best
avoided.

### Inherited profiles
Neither Drush nor Drupal Console are aware of the concept of inherited profiles
Expand Down
4 changes: 2 additions & 2 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ protected function taskBehat($behat = NULL) {

return parent::taskBehat($behat)
->config('docroot/sites/default/files/behat.yml')
->option('strict')
->stopOnFail();
->option('stop-on-failure')
->option('strict');
}

/**
Expand Down
3 changes: 3 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ are currently running Beta 1 and are trying to update to Beta 3, you will need
to follow the instructions for updating from Beta 1 to Beta 2, then from Beta 2
to Beta 3, in that order.

### 2.1.8 to 2.2.0
There are no manual update steps for this version.

### 2.1.7 to 2.1.8
* Lightning now ships with support for image cropping, using the Image Widget
Crop module. To use it for the Image media bundle (the default behavior in
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-2.x
projects[lightning][download][tag] = 8.x-2.20-dev
projects[lightning][download][tag] = 8.x-2.20
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@
"https://www.drupal.org/files/issues/workbench_moderation-quickedit-support-2749503-6.patch"
},
"drupal/core": {
"2652138 - ImageFormatter does not support SVGs":
"https://www.drupal.org/files/issues/2652138-41.patch",
"1356276 - Allow profiles to provide a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/1356276-360.patch",
"2880374 - Experimental modules should not have warnings after being installed":
Expand All @@ -100,9 +98,7 @@
"2869592 - Disabled update module shouldn't produce a status report warning":
"https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch",
"2885441 - EntityReferenceAutocompleteWidget should define its size setting as an integer":
"https://www.drupal.org/files/issues/2885441-2.patch",
"2904798 - 8.3.7 Views SA patch should use ajaxEnabled() and not check option 'use_ajax' directly":
"https://www.drupal.org/files/issues/2904798-7.patch"
"https://www.drupal.org/files/issues/2885441-2.patch"
},
"drupal/entity_embed": {
"2832504 - Send the CKEditor instance ID to the embed.preview route":
Expand All @@ -126,7 +122,9 @@
"2825034 - Form error messages do not appear in IPE":
"https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch",
"2908897 - CategoryView leaves AJAX request marked active":
"https://www.drupal.org/files/issues/2908897-2.patch"
"https://www.drupal.org/files/issues/2908897-2.patch",
"2913353 - IPE attaches behaviors a bit too quickly":
"https://www.drupal.org/files/issues/2913353-2.patch"
},
"drupal/panelizer": {
"2908917 - SaveTabView blindly assumes a Revert tab exists":
Expand All @@ -140,7 +138,7 @@
},
"require": {
"cweagans/composer-patches": "^1.5.0",
"drupal/core": "~8.3.1",
"drupal/core": "~8.4.0",
"drupal/embed": "^1.0",
"drupal/entity_embed": "1.0.0-beta2",
"drupal/media_entity": "^1.0",
Expand Down
Loading

0 comments on commit 3888e6f

Please sign in to comment.