Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.

Commit b23caa4

Browse files
authored
Merge master to develop (#331)
1 parent 9d4da5c commit b23caa4

6 files changed

+64
-8
lines changed

CHANGELOG.md

+59-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
# Change Log
22

3+
## [8.2.0](https://github.com/BurdaMagazinOrg/thunder-distribution/tree/8.2.0) 2017-06-01
4+
[Full Changelog](https://github.com/BurdaMagazinOrg/thunder-distribution/compare/8.1.5...8.2.0)
5+
6+
Version 2.0 adds new functionality and improved updating to Thunder. We bumped the major version to 2 because there are
7+
incompatibilities in the deployment. We removed the dependency on npm and bower for downloading javascript libraries.
8+
To be able to install Thunder with composer you will have to add
9+
10+
{
11+
"type": "composer",
12+
"url": "https://asset-packagist.org"
13+
}
14+
15+
to your repositories section in your composer.json and the extra section of the same file should look like this:
16+
17+
"extra": {
18+
"installer-types": ["bower-asset"],
19+
"installer-paths": {
20+
"docroot/core": ["type:drupal-core"],
21+
"docroot/libraries/{$name}": [
22+
"type:drupal-library",
23+
"type:bower-asset"
24+
],
25+
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
26+
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
27+
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
28+
"drush/contrib/{$name}": ["type:drupal-drush"]
29+
},
30+
"enable-patching": true
31+
},
32+
33+
Also remove this line from the post-install-cmd and post-update-cmd sections:
34+
35+
"Thunder\\composer\\ScriptHandler::deployLibraries"
36+
37+
You can see those changes in the 2.x branch of [thunder project](https://github.com/BurdaMagazinOrg/thunder-project).
38+
39+
The following features have been added:
40+
41+
- Liveblog
42+
- Responsive Preview
43+
- Access unpublished
44+
- Improved Riddle integration
45+
- Social Buttons
46+
- Diff integration
47+
- Google AMP integration
48+
- Use composer asset-packagist repository instead of npm to download frontend libraries
49+
- Improved Tests
50+
- Improved Instagram preview
51+
- Thunder Updater, provides information on what got updated and what needs manual intervention
52+
53+
54+
## [8.1.5](https://github.com/BurdaMagazinOrg/thunder-distribution/tree/8.1.5) 2017-06-01
55+
[Full Changelog](https://github.com/BurdaMagazinOrg/thunder-distribution/compare/8.x-1.4...8.x-1.5)
56+
57+
- Updates to current module versions
58+
- Remove patches for media_entity_instagram, entity_reference_revisions, better_normalizers and blazy, these are now merged into the corresponding modules
59+
- This also means, that those modules are not anymore version locked in the composer file.
60+
361
## [8.1.4](https://github.com/BurdaMagazinOrg/thunder-distribution/tree/8.1.4) 2017-04-20
462
[Full Changelog](https://github.com/BurdaMagazinOrg/thunder-distribution/compare/8.x-1.3...8.x-1.4)
563

@@ -18,7 +76,7 @@
1876
[Full Changelog](https://github.com/BurdaMagazinOrg/thunder-distribution/compare/8.x-1.1...8.x-1.2)
1977

2078
- Update Linkit to 4.3 because of a security release on [2017-03-21](https://www.drupal.org/project/linkit/releases/8.x-4.3)
21-
- Update of contrib modules.
79+
- Update of contrib modules
2280
- Set a fixed version in build-thunder.make to get Thunder up and running on simplytest.me
2381

2482
## [8.1.1](https://github.com/BurdaMagazinOrg/thunder-distribution/tree/8.1.1) 2017-03-20

build-thunder.make

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ includes[] = drupal-org-core.make
44
projects[thunder][type] = profile
55
projects[thunder][download][type] = git
66
projects[thunder][download][branch] = develop
7-
projects[thunder][download][tag] = 8.2.0-rc1

build-thunder.make.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ projects:
88
download:
99
type: git
1010
branch: develop
11-
tag: 8.2.0-rc1

drupal-org.make

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ projects[harbourmaster][download][url] = https://git.drupal.org/sandbox/patrick_
107107
projects[harbourmaster][download][tag] = 8.1.1-beta4
108108
projects[infinite_module][type] = module
109109
projects[infinite_module][download][url] = http://git.drupal.org/sandbox/gos77/2677752.git
110-
projects[infinite_module][download][tag] = 8.x-1.0-beta5
110+
projects[infinite_module][download][tag] = 8.x-1.0-beta6
111111
projects[infinite][type] = theme
112112
projects[infinite][download][url] = http://git.drupal.org/sandbox/gos77/2677750.git
113-
projects[infinite][download][tag] = 8.x-1.0-beta6
113+
projects[infinite][download][tag] = 8.x-1.0-beta7
114114
projects[video_embed_field][type] = module
115115
projects[video_embed_field][version] = 1
116116
projects[views_load_more][type] = module

drupal-org.make.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@ projects:
216216
type: "module"
217217
download:
218218
url: "http://git.drupal.org/sandbox/gos77/2677752.git"
219-
tag: "8.x-1.0-beta5"
219+
tag: "8.x-1.0-beta6"
220220

221221
infinite:
222222
type: "theme"
223223
download:
224224
url: "http://git.drupal.org/sandbox/gos77/2677750.git"
225-
tag: "8.x-1.0-beta6"
225+
tag: "8.x-1.0-beta7"
226226

227227
video_embed_field:
228228
type: "module"

modules/thunder_article/config/install/core.entity_form_display.node.article.default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ content:
162162
region: content
163163
scheduler_settings:
164164
weight: 11
165-
region: content
166165
settings: { }
167166
third_party_settings: { }
167+
region: content
168168
sticky:
169169
type: boolean_checkbox
170170
settings:

0 commit comments

Comments
 (0)