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

Commit 21fdce7

Browse files
committed
Issue #2875515: [META] Lightning 8.x-2.1.4
1 parent 3d71c16 commit 21fdce7

File tree

27 files changed

+233
-189
lines changed

27 files changed

+233
-189
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ php:
1313
- 7.0
1414
env:
1515
- VERSION=HEAD
16+
- VERSION=2.1.4
1617
- VERSION=2.1.3
1718
- VERSION=2.1.2
1819
- VERSION=2.1.1
19-
- VERSION=2.1.0
2020

2121
addons:
2222
apt:

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
1+
## 2.1.4
2+
* Implemented UX improvements for media reference fields using Lightning's
3+
media browser -- the maximum number of items you can select will be displayed
4+
above the field. (GitHub #363)
5+
* Fixed a bug where the media browser's upload widget, when used with an entity
6+
reference field, would not respect the media bundles that the field could
7+
reference. (GitHub #370)
8+
* Fixed a bug where content types that do not use Workbench Moderation would not
9+
display their "Create new revision" checkbox. (Issue #2876698)
10+
* All of the entity view and form displays bundled with Lightning now include
11+
region information. (GitHub #366)
12+
* Patched Drupal core to suppress non-actionable warnings about expected
13+
behavior. (Issue #2878149 and GitHub #372)
14+
* Various default configuration bundled with Lightning Media was updated.
15+
(GitHub #365)
16+
* Hid the "Entity View" block provided by CTools from Panels IPE, since it was
17+
not compatible anyway. (Issue #2834173)
18+
* Acquia Connector, Media Entity Instagram, Metatag, and Search API were
19+
updated to their latest versions. (GitHub #376)
20+
* Patched Panels to include three UI/UX improvements. (Issue #2884163)
21+
* Implemented a system to continuously generate configuration snapshots so that
22+
config schema changes made by modules can be propagated into Lightning's
23+
bundled default configuration. (GitHub #368)
24+
* Implemented a safeguard to ensure that dependencies which Lightning is
25+
patching are always be pinned to a specific version. (GitHub #361)
26+
127
## 2.1.3
2-
* Created new DrupalConsole commands that generate and customize behat.yml
3-
configuration files for functional testing. (Issue #2812775 and GH #350)
28+
* Created new Drupal Console commands that generate and customize behat.yml
29+
configuration files for functional testing. (Issue #2812775 and GitHub #350)
430
* Fixed a bug where the media library filter was hidden when the contextual
5-
filter value was "all". (GH #352 and #354)
31+
filter value was "all". (GitHub #352 and #354)
632
* Updated Panels, Panelizer, Page Manage, and CTools to stable releases.
733
(Issue #2874521)
834
* Fixed a bug where Lightning could, under certain circumstances, break Drupal's

UPDATE.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,23 @@ use. For example, if you are currently running Beta 1 and are trying to update
5454
to Beta 3, you will need to follow the instructions for updating from Beta 1 to
5555
Beta 2, then from Beta 2 to Beta 3, in that order.
5656

57+
## 2.1.3 to 2.1.4
58+
There are no manual update steps for this version.
59+
60+
**Note:**
61+
There is a known issue with Metatag version 8.x-1.1 where you might need to
62+
clear your site's cache after updating. See [Metatag 8.x-1.1 Release notes][metatag8.x-1.1]
63+
and this [related issue][2882954].
64+
65+
As per our Dependency Constraint Policy, Lightning doesn't pin to a specific
66+
version of Metatag, so depending on your your setup, Metatag is likely to be
67+
updated when you update to Lightning 2.1.4. For Composer users, we recommend
68+
pinning to Metatag version 1.0.0. Alternatively, you can be prepared to clear
69+
your site's cache immediately after running `update.php`.
70+
71+
[metatag8.x-1.1]: https://www.drupal.org/project/metatag/releases/8.x-1.1 "Metatag 8.x-1.1 Release notes"
72+
[2882954]: https://www.drupal.org/node/2882954 "Error when updating to 8.x-1.1"
73+
5774
## 2.1.2 to 2.1.3
5875
There are no manual update steps for this version.
5976

@@ -293,4 +310,4 @@ There are no manual update steps for this version.
293310
```authenticated``` user roles.
294311
* Install the Lightning Workflow module.
295312

296-
[sub-profile documentation]: https://github.com/acquia/lightning/wiki/Lightning-as-a-Base-Profile "Lightning sub-profile documentation"
313+
[sub-profile documentation]: https://github.com/acquia/lightning/wiki/Lightning-as-a-Base-Profile "Lightning sub-profile documentation"

build-lightning.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ includes[] = drupal-org-core.make
44
projects[lightning][type] = profile
55
projects[lightning][download][type] = git
66
projects[lightning][download][branch] = 8.x-2.x
7-
projects[lightning][download][tag] = 8.x-2.14-dev
7+
projects[lightning][download][tag] = 8.x-2.14

0 commit comments

Comments
 (0)