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

Commit

Permalink
Issue #2887367: [META] Lightning 8.x-2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
balsama committed Jul 5, 2017
1 parent cef319b commit bf0bf27
Show file tree
Hide file tree
Showing 28 changed files with 303 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,10 +13,10 @@ php:
- 7.0
env:
- VERSION=HEAD
- VERSION=2.1.6
- VERSION=2.1.5
- VERSION=2.1.4
- VERSION=2.1.3
- VERSION=2.1.2

addons:
apt:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 2.1.6
* Lightning now provides a Display Plugin for images embedded via CKEditor that
allows editors to select an image style, alt text, and other settings each
time an image is embedded. (Issue #2784699)
* You can now select and insert media items from a single-cardinality media
browser with a double-click. (Issue #2888535)
* Added documentation about the known incompatibility between Workbench
Moderation and Content Moderation. (Issue #2869257)
* Fixed a bug where Lightning Core might try to alter the value of a
non-existent array key for unit tests. (GitHub #394)

## 2.1.5
* Drupal core was security updated to 8.3.4.
* Layout Plugin is no longer included with Lightning. (Issue #2873728)
Expand Down
2 changes: 1 addition & 1 deletion build-lightning.make
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.16-dev
projects[lightning][download][tag] = 8.x-2.16

0 comments on commit bf0bf27

Please sign in to comment.