From 393fcef85497d0965e21eeaf9b99e7f01eb67a03 Mon Sep 17 00:00:00 2001 From: Christian Fritsch Date: Wed, 20 Nov 2024 12:43:12 +0100 Subject: [PATCH] Release 7.3.8 --- CHANGELOG.md | 9 +++++++++ composer.json | 5 +---- thunder.info.yml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b752b0697..b9ffbe262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.3.8](https://github.com/thunder/thunder-distribution/tree/7.3.8) 2024-11-20 + +[Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.3.7...7.3.8) + +* Pin autosave_form to 1.7 and apply patch from issue [#3487459](https://www.drupal.org/i/3487459) +* Add a node Graphql query to fetch a single node by its UUID +* Make private methods in SearchApiResponse protected. +* Add Drupal core patch from issue [#3487031](https://www.drupal.org/i/3487031) because of a performance regression. + ## [7.3.7](https://github.com/thunder/thunder-distribution/tree/7.3.7) 2024-10-14 [Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.3.6...7.3.7) diff --git a/composer.json b/composer.json index 9cc60b043..a303fa77b 100644 --- a/composer.json +++ b/composer.json @@ -42,9 +42,6 @@ "drupal/diff": { "Back button for comparison page": "https://www.drupal.org/files/issues/back_button_for-2853193-4.patch" }, - "drupal/focal_point": { - "Issue #3462165: Preview results in Error: Call to a member function getDefinitions() on null": "https://www.drupal.org/files/issues/2024-07-18/Preview-results-in-Error-3462165.patch" - }, "drupal/gin": { "Issue #3455558: There is no visible change to a toggle when pressed (but it does trigger conditional fields, value is saved, etc)": "https://www.drupal.org/files/issues/2024-08-06/3455558-Refactor-toggle-styles-mr438.patch" }, @@ -74,7 +71,7 @@ "drupal/entity_reference_actions": "^1.1.1", "drupal/entity_reference_revisions": "^1.3", "drupal/field_group": "^3.4", - "drupal/focal_point": "2.1.1", + "drupal/focal_point": "^2.1.2", "drupal/facets": "^2.0.6", "drupal/gin": "3.0-rc11", "drupal/gin_toolbar": "^1.0-rc6", diff --git a/thunder.info.yml b/thunder.info.yml index f3058559a..d2ec050a8 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: ~10.3.0 -version: '7.3.7' +version: '7.3.8' distribution: name: Thunder