diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0411b7221..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.40" + 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/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/composer.json b/composer.json index cafe55f86..99f821c64 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,9 @@ "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", - "Transction destruction 3405976": "https://git.drupalcode.org/project/drupal/-/merge_requests/5774.diff" + "Transction destruction 3405976": "https://git.drupalcode.org/project/drupal/-/merge_requests/5774.diff", + "\"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"