From 67dedd436d8be9b41055760d252024ad07185f7b Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Tue, 31 Dec 2024 18:17:07 +0000 Subject: [PATCH 1/2] feat: drupal 11 support --- localgov_services.info.yml | 2 +- .../localgov_services_landing.info.yml | 2 +- .../localgov_services_navigation.info.yml | 2 +- modules/localgov_services_page/localgov_services_page.info.yml | 2 +- .../localgov_services_status/localgov_services_status.info.yml | 2 +- .../localgov_services_sublanding.info.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/localgov_services.info.yml b/localgov_services.info.yml index 7f7cf70..2f78d97 100644 --- a/localgov_services.info.yml +++ b/localgov_services.info.yml @@ -1,6 +1,6 @@ name: 'LocalGov Services: Core' description: Base module shared for LocalGov Services. It won't do anything on its own. Enable LocalGov Services Landing page module. -core_version_requirement: ^9.4 || ^10 +core_version_requirement: ^10 || ^11 type: module package: LocalGov Drupal diff --git a/modules/localgov_services_landing/localgov_services_landing.info.yml b/modules/localgov_services_landing/localgov_services_landing.info.yml index c3f70eb..b982e17 100644 --- a/modules/localgov_services_landing/localgov_services_landing.info.yml +++ b/modules/localgov_services_landing/localgov_services_landing.info.yml @@ -1,6 +1,6 @@ name: 'LocalGov Services: Landing page' description: Top level Services. -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10 || ^11 type: module package: LocalGov Drupal diff --git a/modules/localgov_services_navigation/localgov_services_navigation.info.yml b/modules/localgov_services_navigation/localgov_services_navigation.info.yml index 35a08cc..393ba33 100644 --- a/modules/localgov_services_navigation/localgov_services_navigation.info.yml +++ b/modules/localgov_services_navigation/localgov_services_navigation.info.yml @@ -1,6 +1,6 @@ name: 'LocalGov Services: Navigation' description: Navigation shared by Services Pages, and external pages that link into Services. -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10 || ^11 type: module package: LocalGov Drupal diff --git a/modules/localgov_services_page/localgov_services_page.info.yml b/modules/localgov_services_page/localgov_services_page.info.yml index 02b447d..0a681fd 100644 --- a/modules/localgov_services_page/localgov_services_page.info.yml +++ b/modules/localgov_services_page/localgov_services_page.info.yml @@ -1,6 +1,6 @@ name: 'LocalGov Services: Page' description: Basic page content within a service. -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10 || ^11 type: module package: LocalGov Drupal diff --git a/modules/localgov_services_status/localgov_services_status.info.yml b/modules/localgov_services_status/localgov_services_status.info.yml index 132d3b8..5b82dee 100644 --- a/modules/localgov_services_status/localgov_services_status.info.yml +++ b/modules/localgov_services_status/localgov_services_status.info.yml @@ -2,7 +2,7 @@ name: 'LocalGov Services: Status page' description: 'Status updates related to a service landing page.' package: LocalGov Drupal type: module -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10 || ^11 dependencies: - drupal:options diff --git a/modules/localgov_services_sublanding/localgov_services_sublanding.info.yml b/modules/localgov_services_sublanding/localgov_services_sublanding.info.yml index 855c428..1f86535 100644 --- a/modules/localgov_services_sublanding/localgov_services_sublanding.info.yml +++ b/modules/localgov_services_sublanding/localgov_services_sublanding.info.yml @@ -1,6 +1,6 @@ name: 'LocalGov Services: Sub Landing page' description: Services second level pages. -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10 || ^11 type: module package: LocalGov Drupal From 57df7b12feb5380f8f8aa29adcbc6871f13c1cd8 Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Tue, 4 Feb 2025 15:46:58 +0000 Subject: [PATCH 2/2] empty commit to trigger workflow