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

Commit

Permalink
Issue #2836393: [META] Lightning 8.x-2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
balsama committed Apr 6, 2017
1 parent 4a07642 commit 0725269
Show file tree
Hide file tree
Showing 27 changed files with 233 additions and 204 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.0
- VERSION=2.0.6
- VERSION=2.0.5
- VERSION=2.0.4
- VERSION=2.0.3

addons:
apt:
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.1.0
* Lightning has been updated to run on and now requires Drupal Core 8.3.x.
* Created a new Experimental branch and moved all experimental components out of
the stable branch. (Issue #2862124)
* Removed all code tagged as @deprecated.
* Fixed a bug introduced in 2.0.6 that prevented images from being removed once
added to a media bundle image field. (Issue #2865794)
* Fixed a bug where, under certain circumstances, Lightning Media Image might
attempt to setup roles before Lightning Roles was enabled. (GH Issue #318)
* Updated the core inherited profiles patch which will now take into
consideration whether an installed extension is a base or parent profile when
building dependency trees for the Configuration Importer. (GH Issue #317)
* Fixed a bug introduced by the beta5 release of Search API and patched a
separate bug the update path to the same release.

## 2.0.6
* All user roles provided by Lightning's various components have been split out
into a new sub-component of Lightning Core, called Lightning Roles. This
Expand Down
3 changes: 3 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ 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.0.6 to 2.1.0
There are no manual update steps for this version.

## 2.0.5 to 2.0.6
There are no manual update steps for this version.

Expand Down
2 changes: 1 addition & 1 deletion acquia-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ events:
- ../bin/drush runserver --default-server=builtin 8080 &>/dev/null &
- ../bin/phantomjs --webdriver=4444 > /dev/null &
- sleep 10
- ../bin/behat --stop-on-failure --config ./sites/default/files/behat.yml
- ../bin/behat --stop-on-failure --config ./sites/default/files/behat.yml --tags=~javascript
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.x-dev
projects[lightning][download][tag] = 8.x-2.1.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"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-291.patch"
"https://www.drupal.org/files/issues/1356276-303.patch"
},
"drupal/entity_embed": {
"2832504 - Send the CKEditor instance ID to the embed.preview route":
Expand Down
Loading

0 comments on commit 0725269

Please sign in to comment.