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

Commit f796747

Browse files
committed
Issue #2871477: [META] Lightning 8.x-2.1.3
1 parent 587f5c0 commit f796747

File tree

27 files changed

+83
-65
lines changed

27 files changed

+83
-65
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.3
1617
- VERSION=2.1.2
1718
- VERSION=2.1.1
1819
- VERSION=2.1.0
19-
- VERSION=2.0.6
2020

2121
addons:
2222
apt:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 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)
4+
* Fixed a bug where the media library filter was hidden when the contextual
5+
filter value was "all". (GH #352 and #354)
6+
* Updated Panels, Panelizer, Page Manage, and CTools to stable releases.
7+
(Issue #2874521)
8+
* Fixed a bug where Lightning could, under certain circumstances, break Drupal's
9+
configuration sync functionality. Now, when a config sync is in progress,
10+
Lightning will avoid making any changes to active configuration.
11+
(Issue #2870864)
12+
113
## 2.1.2
214
* Updated Entity Browser to 1.0.0 and pinned it to that release to ensure patch
315
applies.

UPDATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ 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.2 to 2.1.3
58+
There are no manual update steps for this version.
59+
5760
## 2.1.1 to 2.1.2
5861
There are no manual update steps for this version.
5962

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.x-dev
7+
projects[lightning][download][tag] = 8.x-2.13

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"mikey179/vfsStream": "~1.2",
1414
"phpunit/phpunit": "~4.8",
1515
"symfony/css-selector": "~2.8",
16-
"drush/drush": "8.1.10",
16+
"drush/drush": "8.1.11",
1717
"drupal/drupal-extension": "^3.2",
1818
"behat/behat": "^3.0",
1919
"drupal/coder": "^2.0",

composer.lock

Lines changed: 46 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drupal-org-core.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api = 2
22
core = 8.x
33
projects[drupal][type] = core
4-
projects[drupal][version] = 8.3.1
4+
projects[drupal][version] = 8.3.2
55
projects[drupal][patch][] = https://www.drupal.org/files/issues/2652138-41.patch
66
projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-303.patch

lightning.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lightning
22
core: 8.x
33
type: profile
44
description: 'A fast and feature-rich Drupal distribution.'
5-
version: '8.x-2.x-dev'
5+
version: '8.x-2.13'
66
distribution:
77
name: Lightning
88
dependencies:

modules/lightning_features/lightning_core/lightning_core.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ core: 8.x
33
type: module
44
package: Lightning
55
description: 'Shared functionality for the Lightning distribution.'
6-
version: '8.x-2.x-dev'
6+
version: '8.x-2.13'
77
dependencies:
88
- menu_ui
99
- metatag

modules/lightning_features/lightning_core/modules/lightning_contact_form/lightning_contact_form.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ core: 8.x
33
type: module
44
package: Lightning
55
description: 'Provides a site-wide contact form with basic default configuration.'
6-
version: '8.x-2.x-dev'
6+
version: '8.x-2.13'
77
dependencies:
88
- contact_storage

modules/lightning_features/lightning_core/modules/lightning_dev/lightning_dev.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ core: 8.x
33
type: module
44
package: Lightning
55
description: 'Development tools for working on the Lightning distribution itself.'
6-
version: '8.x-2.x-dev'
6+
version: '8.x-2.13'
77
hidden: true
88
dependencies:
99
- devel_generate

modules/lightning_features/lightning_core/modules/lightning_page/lightning_page.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package: Lightning
33
core: 8.x
44
type: module
55
description: 'Provides a "Basic Page" content type that is, indeed, very basic.'
6-
version: '8.x-2.x-dev'
6+
version: '8.x-2.13'
77
dependencies:
88
- lightning_core

modules/lightning_features/lightning_core/modules/lightning_roles/lightning_roles.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ core: 8.x
33
type: module
44
package: Lightning
55
description: 'Automatically manages user roles and permissions.'
6-
version: '8.x-2.x-dev'
6+
version: '8.x-2.13'

modules/lightning_features/lightning_core/modules/lightning_search/lightning_search.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ core: 8.x
33
type: module
44
package: Lightning
55
description: 'A basic but powerful set of default configuration for searching your site.'
6-
version: '8.x-2.x-dev'
6+
version: '8.x-2.13'
77
dependencies:
88
- lightning_core
99
- search_api

modules/lightning_features/lightning_core/modules/lightning_search/lightning_search.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function lightning_search_install() {
2828

2929
/** @var \Drupal\node\NodeTypeInterface $node_type */
3030
$node_types = NodeType::loadMultiple();
31-
array_walk($node_types, 'ligthning_search_node_type_insert');
31+
array_walk($node_types, 'lightning_search_node_type_insert');
3232

3333
// The database server is optional configuration, to be installed only if
3434
// Search API DB is present. For some reason, it's not installed during a

modules/lightning_features/lightning_core/modules/lightning_test/lightning_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ core: 8.x
33
type: module
44
description: 'Contains configuration and support code for running Lightning functional tests.'
55
package: Lightning
6-
version: '8.x-2.x-dev'
6+
version: '8.x-2.13'
77
hidden: true

0 commit comments

Comments
 (0)