Skip to content

Commit

Permalink
Merge branch '6.5.x' into fix/breadcrumbs-news-article
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch authored Aug 22, 2023
2 parents 38b1b89 + 20f8120 commit 4a2086b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [6.5.7](https://github.com/thunder/thunder-distribution/tree/6.5.7) 2023-08-03

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

Remove patch and unpin media_entity_pinterest.

## [6.5.6](https://github.com/thunder/thunder-distribution/tree/6.5.6) 2023-06-15

[Full Changelog](https://github.com/thunder/thunder-distribution/compare/6.5.5...6.5.6)
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
},
"drupal/simple_sitemap": {
"Sitemap variant index functionality": "https://www.drupal.org/files/issues/2021-03-03/simple_sitemap-sitemap_variant_index-3109090-16.patch"
},
"drupal/media_entity_pinterest": {
"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"
}
}
},
Expand Down Expand Up @@ -86,7 +83,7 @@
"drupal/linkit": "^6.0.0-beta1",
"drupal/liveblog": "^1.3-alpha15",
"drupal/media_entity_instagram": "^3.0.3",
"drupal/media_entity_pinterest": "2.6",
"drupal/media_entity_pinterest": "^2.7",
"drupal/media_entity_slideshow": "^2.0-alpha1",
"drupal/media_entity_twitter": "^2.5",
"drupal/media_expire": "^2.4",
Expand Down
2 changes: 1 addition & 1 deletion modules/thunder_gqls/tests/examples/jsonld.response.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"data": {
"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"
"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"
}
}
2 changes: 1 addition & 1 deletion thunder.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: profile
description: 'The Drupal based CMS for professional publishing.'
project: thunder
core_version_requirement: ~9.5.2
version: '6.5.6'
version: '6.5.7'

distribution:
name: Thunder
Expand Down

0 comments on commit 4a2086b

Please sign in to comment.