From 20f8120a79b83f7c73987e2e5ccd9efb41075860 Mon Sep 17 00:00:00 2001 From: Volker Killesreiter Date: Thu, 3 Aug 2023 16:43:01 +0200 Subject: [PATCH] Release 6.5.7 Remove patch and unpin media_entity_pinterest. --- CHANGELOG.md | 6 ++++++ composer.json | 5 +---- modules/thunder_gqls/tests/examples/jsonld.response.json | 2 +- thunder.info.yml | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74095697f..7a9d026d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/composer.json b/composer.json index 5b124ae6f..6c8bb029a 100644 --- a/composer.json +++ b/composer.json @@ -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" } } }, @@ -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", diff --git a/modules/thunder_gqls/tests/examples/jsonld.response.json b/modules/thunder_gqls/tests/examples/jsonld.response.json index 5a196c177..c95805595 100644 --- a/modules/thunder_gqls/tests/examples/jsonld.response.json +++ b/modules/thunder_gqls/tests/examples/jsonld.response.json @@ -1,5 +1,5 @@ { "data": { - "jsonld": "\n" + "jsonld": "\n" } } diff --git a/thunder.info.yml b/thunder.info.yml index 4a368da30..a5f5b3aaa 100644 --- a/thunder.info.yml +++ b/thunder.info.yml @@ -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