Skip to content

Commit 4a2086b

Browse files
authored
Merge branch '6.5.x' into fix/breadcrumbs-news-article
2 parents 38b1b89 + 20f8120 commit 4a2086b

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.5.7](https://github.com/thunder/thunder-distribution/tree/6.5.7) 2023-08-03
4+
5+
[Full Changelog](https://github.com/thunder/thunder-distribution/compare/6.5.6...6.5.7)
6+
7+
Remove patch and unpin media_entity_pinterest.
8+
39
## [6.5.6](https://github.com/thunder/thunder-distribution/tree/6.5.6) 2023-06-15
410

511
[Full Changelog](https://github.com/thunder/thunder-distribution/compare/6.5.5...6.5.6)

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
},
4646
"drupal/simple_sitemap": {
4747
"Sitemap variant index functionality": "https://www.drupal.org/files/issues/2021-03-03/simple_sitemap-sitemap_variant_index-3109090-16.patch"
48-
},
49-
"drupal/media_entity_pinterest": {
50-
"to a member function mainPropertyName() on null in media_entity_pinterest/src/Plugin/media/Source/Pinterest.php on line 155": "https://git.drupalcode.org/project/media_entity_pinterest/-/merge_requests/2.diff"
5148
}
5249
}
5350
},
@@ -86,7 +83,7 @@
8683
"drupal/linkit": "^6.0.0-beta1",
8784
"drupal/liveblog": "^1.3-alpha15",
8885
"drupal/media_entity_instagram": "^3.0.3",
89-
"drupal/media_entity_pinterest": "2.6",
86+
"drupal/media_entity_pinterest": "^2.7",
9087
"drupal/media_entity_slideshow": "^2.0-alpha1",
9188
"drupal/media_entity_twitter": "^2.5",
9289
"drupal/media_expire": "^2.4",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"data": {
3-
"jsonld": "<script type=\"application/ld+json\">{\n \"@context\": \"https://schema.org\",\n \"@graph\": [\n {\n \"@type\": \"Article\",\n \"name\": \"Come to DrupalCon New Orleans\",\n \"headline\": \"Come to DrupalCon New Orleans\",\n \"about\": \"Events\",\n \"description\": \"The Drupal community is one of the largest open source communities in the world. We\\u0027re developers, designers, strategists, coordinators, editors, translators, and more. Each year, we meet at DrupalCamps, meetups, and other events in more than 200 countries. But once a year, our community comes together at the biggest Drupal event in the world: DrupalCon North America. This year, from May 9-13, we\\u0027ll be in New Orleans.\",\n \"datePublished\": \"2017-01-13T03:26:58+1100\"\n }\n ]\n}</script>\n"
3+
"jsonld": "<script type=\"application/ld+json\">{\n \"@context\": \"https://schema.org\",\n \"@graph\": [\n {\n \"@type\": \"Article\",\n \"headline\": \"Come to DrupalCon New Orleans\",\n \"name\": \"Come to DrupalCon New Orleans\",\n \"about\": \"Events\",\n \"description\": \"The Drupal community is one of the largest open source communities in the world. We\\u0027re developers, designers, strategists, coordinators, editors, translators, and more. Each year, we meet at DrupalCamps, meetups, and other events in more than 200 countries. But once a year, our community comes together at the biggest Drupal event in the world: DrupalCon North America. This year, from May 9-13, we\\u0027ll be in New Orleans.\",\n \"datePublished\": \"2017-01-13T03:26:58+1100\"\n }\n ]\n}</script>\n"
44
}
55
}

thunder.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: profile
33
description: 'The Drupal based CMS for professional publishing.'
44
project: thunder
55
core_version_requirement: ~9.5.2
6-
version: '6.5.6'
6+
version: '6.5.7'
77

88
distribution:
99
name: Thunder

0 commit comments

Comments
 (0)