From d5f6e1faab4ff02a2404a049d6166824c82828ad Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Wed, 25 Dec 2024 10:09:25 +0000 Subject: [PATCH 1/2] feat: drupal 11 support --- composer.json | 2 +- localgov_subsites.info.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 732f3a0..9a3bb27 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "minimum-stability": "dev", "require": { "drupal/entity_hierarchy": "^3.3", - "drupal/tablefield": "^2.2", + "drupal/tablefield": "^3.0@beta", "drupal/viewsreference": "^2.0", "localgovdrupal/localgov_core": "^2.12", "localgovdrupal/localgov_paragraphs": "^2.3" diff --git a/localgov_subsites.info.yml b/localgov_subsites.info.yml index f810102..a873824 100644 --- a/localgov_subsites.info.yml +++ b/localgov_subsites.info.yml @@ -1,6 +1,6 @@ name: LocalGov Subsites description: Provides subsite sections using page builder paragraph types for LocalGov Drupal. -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10 || ^11 type: module package: LocalGov Drupal From a7b36a76c614461de7c810d5a072391dc5316451 Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Tue, 4 Feb 2025 08:51:48 +0000 Subject: [PATCH 2/2] feat: drupal 11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a3bb27..f9de422 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "minimum-stability": "dev", "require": { "drupal/entity_hierarchy": "^3.3", - "drupal/tablefield": "^3.0@beta", + "drupal/tablefield": "^2.4 || ^3.0@beta", "drupal/viewsreference": "^2.0", "localgovdrupal/localgov_core": "^2.12", "localgovdrupal/localgov_paragraphs": "^2.3"