From d4e65088c04f6ea5e621ffdc2cc968e509e627d4 Mon Sep 17 00:00:00 2001 From: Volker Killesreiter Date: Tue, 13 Feb 2024 17:38:53 +0100 Subject: [PATCH 1/2] Fix media selection single item and order --- .github/workflows/tests.yml | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d287b4c73..4303abe9a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ env: DRUPAL_TESTING_TEST_PROFILE: thunder DRUPAL_TESTING_HTTP_PORT: 8888 DRUPAL_TESTING_VERBOSE: false - DRUPAL_TESTING_VERSION: "^1.0.36" + DRUPAL_TESTING_VERSION: "^1.0.41" DRUPAL_TESTING_TEST_FILTER: "" DRUPAL_TESTING_SELENIUM_HOST: 127.0.0.1 DRUPAL_TESTING_SELENIUM_PORT: 9515 diff --git a/composer.json b/composer.json index c2542ded7..eaa409c45 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,8 @@ "drupal/core": { "Fix Claro styles for exposed views filters wrapped in fieldsets": "https://www.drupal.org/files/issues/2021-05-31/3133639.19.patch", "Let users configure the text of the \"Add media\" button": "https://www.drupal.org/files/issues/2021-10-01/3169956-34.patch", - "\"Add another item\" field button is displayed as a modal action": "https://www.drupal.org/files/issues/2023-06-15/3151534-10.1-65.patch" + "\"Add another item\" field button is displayed as a modal action": "https://www.drupal.org/files/issues/2023-06-15/3151534-10.1-65.patch", + "Issue #3388913: Checkbox for Media library modal missing after search": "https://www.drupal.org/files/issues/2024-01-30/3388913-48-d10.1.patch" }, "drupal/diff": { "Back button for comparison page": "https://www.drupal.org/files/issues/back_button_for-2853193-4.patch" From 7348b726a5e6c9ca08da2d4f3f9ebced620075bd Mon Sep 17 00:00:00 2001 From: Daniel Bosen Date: Wed, 14 Feb 2024 08:43:49 +0100 Subject: [PATCH 2/2] Issue #3421196 by daniel.bosen, chr.fritsch: Release Thunder 7.1.7 * Update CHANGELOG.md Co-authored-by: Christian Fritsch --------- Co-authored-by: Christian Fritsch --- CHANGELOG.md | 6 ++++++ thunder.info.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb75148de..a7e080ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.1.7](https://github.com/thunder/thunder-distribution/tree/7.1.7) 2024-02-14 + +[Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.1.6...7.1.7) + +* Add patch to fix [Checkbox for Media library modal missing after search](https://www.drupal.org/project/drupal/issues/3388913) + ## [7.1.6](https://github.com/thunder/thunder-distribution/tree/7.1.6) 2024-01-09 [Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.1.5...7.1.6) diff --git a/thunder.info.yml b/thunder.info.yml index 7ad8ae16d..275aeaa94 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.1.0 -version: '7.1.6' +version: '7.1.7' distribution: name: Thunder