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

Commit

Permalink
Issue #2875515: [META] Lightning 8.x-2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balsama committed Jun 8, 2017
1 parent 3d71c16 commit 21fdce7
Show file tree
Hide file tree
Showing 27 changed files with 233 additions and 189 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
env:
- VERSION=HEAD
- VERSION=2.1.4
- VERSION=2.1.3
- VERSION=2.1.2
- VERSION=2.1.1
- VERSION=2.1.0

addons:
apt:
Expand Down
32 changes: 29 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
## 2.1.4
* Implemented UX improvements for media reference fields using Lightning's
media browser -- the maximum number of items you can select will be displayed
above the field. (GitHub #363)
* Fixed a bug where the media browser's upload widget, when used with an entity
reference field, would not respect the media bundles that the field could
reference. (GitHub #370)
* Fixed a bug where content types that do not use Workbench Moderation would not
display their "Create new revision" checkbox. (Issue #2876698)
* All of the entity view and form displays bundled with Lightning now include
region information. (GitHub #366)
* Patched Drupal core to suppress non-actionable warnings about expected
behavior. (Issue #2878149 and GitHub #372)
* Various default configuration bundled with Lightning Media was updated.
(GitHub #365)
* Hid the "Entity View" block provided by CTools from Panels IPE, since it was
not compatible anyway. (Issue #2834173)
* Acquia Connector, Media Entity Instagram, Metatag, and Search API were
updated to their latest versions. (GitHub #376)
* Patched Panels to include three UI/UX improvements. (Issue #2884163)
* Implemented a system to continuously generate configuration snapshots so that
config schema changes made by modules can be propagated into Lightning's
bundled default configuration. (GitHub #368)
* Implemented a safeguard to ensure that dependencies which Lightning is
patching are always be pinned to a specific version. (GitHub #361)

## 2.1.3
* Created new DrupalConsole commands that generate and customize behat.yml
configuration files for functional testing. (Issue #2812775 and GH #350)
* Created new Drupal Console commands that generate and customize behat.yml
configuration files for functional testing. (Issue #2812775 and GitHub #350)
* Fixed a bug where the media library filter was hidden when the contextual
filter value was "all". (GH #352 and #354)
filter value was "all". (GitHub #352 and #354)
* Updated Panels, Panelizer, Page Manage, and CTools to stable releases.
(Issue #2874521)
* Fixed a bug where Lightning could, under certain circumstances, break Drupal's
Expand Down
19 changes: 18 additions & 1 deletion UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@ use. For example, if you 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.3 to 2.1.4
There are no manual update steps for this version.

**Note:**
There is a known issue with Metatag version 8.x-1.1 where you might need to
clear your site's cache after updating. See [Metatag 8.x-1.1 Release notes][metatag8.x-1.1]
and this [related issue][2882954].

As per our Dependency Constraint Policy, Lightning doesn't pin to a specific
version of Metatag, so depending on your your setup, Metatag is likely to be
updated when you update to Lightning 2.1.4. For Composer users, we recommend
pinning to Metatag version 1.0.0. Alternatively, you can be prepared to clear
your site's cache immediately after running `update.php`.

[metatag8.x-1.1]: https://www.drupal.org/project/metatag/releases/8.x-1.1 "Metatag 8.x-1.1 Release notes"
[2882954]: https://www.drupal.org/node/2882954 "Error when updating to 8.x-1.1"

## 2.1.2 to 2.1.3
There are no manual update steps for this version.

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

[sub-profile documentation]: https://github.com/acquia/lightning/wiki/Lightning-as-a-Base-Profile "Lightning sub-profile documentation"
[sub-profile documentation]: https://github.com/acquia/lightning/wiki/Lightning-as-a-Base-Profile "Lightning sub-profile documentation"
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.14-dev
projects[lightning][download][tag] = 8.x-2.14
Loading

0 comments on commit 21fdce7

Please sign in to comment.