From 141c1b25a482f0ad1a2b0a5acf5f3cfc55cca18f Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 21 Feb 2024 11:42:19 -0800 Subject: [PATCH] Add Drupal 10 compatibility for geo custom module and theme --- web/modules/custom/geo_citation/geo_citation.info.yml | 2 +- web/themes/custom/geofresco/geofresco.info.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/modules/custom/geo_citation/geo_citation.info.yml b/web/modules/custom/geo_citation/geo_citation.info.yml index 3f62a4b..3eebf55 100644 --- a/web/modules/custom/geo_citation/geo_citation.info.yml +++ b/web/modules/custom/geo_citation/geo_citation.info.yml @@ -1,7 +1,7 @@ name: "GEO Citations" description: "Formatted credit line for Grassroots Economic Organizing collective's original articles." type: module -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 dependencies: - drutopia_article package: Custom diff --git a/web/themes/custom/geofresco/geofresco.info.yml b/web/themes/custom/geofresco/geofresco.info.yml index a3d4cae..3b5c054 100644 --- a/web/themes/custom/geofresco/geofresco.info.yml +++ b/web/themes/custom/geofresco/geofresco.info.yml @@ -3,7 +3,7 @@ description: Customization of Drutopia's Bulma-based Octavia theme for Grassroot type: theme base theme: octavia package: Custom -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 logo: images/geo-logo-sun-road.png