From ebaf04ea711b0e8c41d2ce77c60adc9f1aedcdd3 Mon Sep 17 00:00:00 2001 From: Lee Mills <8024370+millnut@users.noreply.github.com> Date: Fri, 30 May 2025 16:11:06 +0100 Subject: [PATCH 1/5] fix: allow 1.x and 2.x versions for localgov_base --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 38d2d10..65951f1 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "drupal/simple_sitemap": "^4.1", "drush/drush": ">=10 || >=13", "localgovdrupal/localgov_alert_banner": "^1.2.0", - "localgovdrupal/localgov_base": "^1.3.1", + "localgovdrupal/localgov_base": "^1.3.1 || ^2.0.0", "localgovdrupal/localgov_content_lock": "^1.0.0", "localgovdrupal/localgov_core": "^2.12.0", "localgovdrupal/localgov_demo": "^3.0", From 4cb917a1ee728e798f4c528cd1325d6f3e754a55 Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Tue, 1 Jul 2025 12:47:10 +0100 Subject: [PATCH 2/5] Pin Drupal 11 to 11.1.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 65951f1..626ee3f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "drupal/admin_toolbar": "^3.0", - "drupal/core": "^10.0 || ^11.0", + "drupal/core": "^10.0 || ~11.1.0", "drupal/gin": "^3.0 || ^4.0", "drupal/gin_login": "^2.0.3", "drupal/gin_toolbar": "^1.0 || ^2.0", From 72636c901e0498287d3402c830ec683b670f1a68 Mon Sep 17 00:00:00 2001 From: Lee <8024370+millnut@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:31:42 +0100 Subject: [PATCH 3/5] feat: allow new gin theme and gin_toolbar module (#871) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 626ee3f..d1d37e0 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ "require": { "drupal/admin_toolbar": "^3.0", "drupal/core": "^10.0 || ~11.1.0", - "drupal/gin": "^3.0 || ^4.0", + "drupal/gin": "^3.0 || ^4.0 || ^5.0", "drupal/gin_login": "^2.0.3", - "drupal/gin_toolbar": "^1.0 || ^2.0", + "drupal/gin_toolbar": "^1.0 || ^2.0 || ^3.0", "drupal/entity_browser": "^2.9", "drupal/disable_html5_validation": "^2.0", "drupal/localgov_utilities": "^1.0@beta", From 33934e8a3457ac1567265c2f7e7d3ba5e71464f9 Mon Sep 17 00:00:00 2001 From: Tony Barker <4941711+tonypaulbarker@users.noreply.github.com> Date: Tue, 9 Sep 2025 01:13:26 -0700 Subject: [PATCH 4/5] Update redirect Validation issue patch and require 1.12 and above --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d1d37e0..8b4ef2b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "drupal/localgov_utilities": "^1.0@beta", "drupal/masquerade": "^2.0", "drupal/preview_link": "^2.1@alpha", - "drupal/redirect": "^1.10", + "drupal/redirect": "^1.12", "drupal/simple_media_bulk_upload": "^2.0", "drupal/simple_sitemap": "^4.1", "drush/drush": ">=10 || >=13", @@ -76,7 +76,7 @@ }, "drupal/redirect": { "Create redirect from path alias change and workspaces https://www.drupal.org/project/redirect/issues/3431260": "https://www.drupal.org/files/issues/2024-03-18/3431260.patch", - "Validation issue on adding url redirect: https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2024-08-11/redirect--2024-08-11--3057250-79.patch" + "Validation issue on adding url redirect: https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2025-09-08/redirect--2025-09-08--3057250-110.patch" } } } From 52dbaf746f562cc459ca6081de509911aa38dae4 Mon Sep 17 00:00:00 2001 From: Lee <8024370+millnut@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:20:41 +0100 Subject: [PATCH 5/5] fix: [3.2.x] failing phpunit test (#882) * fix: failing phpunit test * fix: failing phpunit test * fix: failing phpunit test * revert: allow Drupal 11.2 installs --- tests/src/Functional/LocalGovUpdateTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/src/Functional/LocalGovUpdateTest.php b/tests/src/Functional/LocalGovUpdateTest.php index 97ff5d7..9908dc0 100644 --- a/tests/src/Functional/LocalGovUpdateTest.php +++ b/tests/src/Functional/LocalGovUpdateTest.php @@ -20,9 +20,15 @@ class LocalGovUpdateTest extends UpdatePathTestBase { // Missing schema: // - 'content.location.settings.reset_map.position'. // - 'content.location.settings.weight'. + 'core.entity_view_display.localgov_geo.address.default', + 'core.entity_view_display.localgov_geo.address.embed', + 'core.entity_view_display.localgov_geo.address.full', 'core.entity_view_display.localgov_geo.area.default', 'core.entity_view_display.localgov_geo.area.embed', 'core.entity_view_display.localgov_geo.area.full', + 'core.entity_view_display.geo_entity.address.default', + 'core.entity_view_display.geo_entity.address.embed', + 'core.entity_view_display.geo_entity.address.full', 'core.entity_view_display.geo_entity.area.default', 'core.entity_view_display.geo_entity.area.embed', 'core.entity_view_display.geo_entity.area.full', @@ -57,6 +63,8 @@ class LocalGovUpdateTest extends UpdatePathTestBase { // Incorrect schema: // - scheduled_transitions.settings:retain_processed.duration. 'scheduled_transitions.settings', + // Missing schema: + 'views.view.localgov_directory_channel', ]; /**