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

Commit

Permalink
8.x-1.06
Browse files Browse the repository at this point in the history
  • Loading branch information
Phéna Proxima committed Oct 5, 2016
1 parent 0be295c commit 19d6e3f
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 16 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ php:
- 5.6
env:
- VERSION=HEAD
- VERSION=8.x-1.06
- VERSION=8.x-1.05
- VERSION=8.x-1.04
- VERSION=8.x-1.03
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 1.06
* Drupal core updated to 8.2.0!
* Previously, the Metatag module could break Drush. This is now patched
(see https://www.drupal.org/node/2786795), and Metatag has been updated
to 8.x-1.0-beta10.
* Panels has been updated to 8.x-3.0-beta5 (security update).

## 1.05
* Drupal core was updated to 8.1.10.
* Several contrib dependencies were updated.
Expand Down
3 changes: 3 additions & 0 deletions UPDATE.md
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.

## 1.05 to 1.06
There are no manual update steps for this version.

### 1.04 to 1.05
There are no manual update steps for this version.

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-1.x
projects[lightning][download][tag] = 8.x-1.05
projects[lightning][download][tag] = 8.x-1.06
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -90,6 +90,10 @@
"https://github.com/drush-ops/drush/commit/ce82b946d49b09cd33da5ca84feb24a6c35f8f8e.patch",
"The batch table may not exist by the time _drush_backend_batch_process() is called in 8.x-1.x":
"https://github.com/drush-ops/drush/commit/c389aebb7d3e26ff0f544684d8b3ec3528107e55.diff"
},
"drupal/metatag": {
"2786795 - DrupalConsole integration breaks Drush":
"https://www.drupal.org/files/issues/metatag-deactivate_drupalconsole_services_0.patch"
}
}
},
Expand All @@ -113,7 +117,7 @@
"drupal/config_update": "^8.1.1",
"drupal/features": "^8.3.0",
"drupal/inline_entity_form": "^8.1.0",
"drupal/metatag": "^8.1.0",
"drupal/metatag": "8.1.0-beta10",
"drupal/token": "^8.1.0",
"drupal/pathauto": "^8.1.0",
"drupal/entity_browser": "8.1.0-alpha9",
Expand Down
29 changes: 16 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion drupal-org-core.make
@@ -1,4 +1,4 @@
api = 2
core = 8.x
projects[drupal][type] = core
projects[drupal][version] = 8.2.0-rc2
projects[drupal][version] = 8.2.0

0 comments on commit 19d6e3f

Please sign in to comment.