From fb959f819eecfaff60395e82e9dc1c401593f7c5 Mon Sep 17 00:00:00 2001 From: Matthew Brabham Date: Thu, 29 Aug 2024 15:41:01 -0700 Subject: [PATCH] Update core version requirement in madrone.info.yml Change the core version requirement from ^9 || ^10 to ^10 || ^11 to ensure compatibility with the latest Drupal core versions. This helps in maintaining the theme's functionality and takes advantage of new features and improvements in the newer core releases. --- madrone.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/madrone.info.yml b/madrone.info.yml index f9b1e73..dc80d84 100644 --- a/madrone.info.yml +++ b/madrone.info.yml @@ -1,6 +1,6 @@ name: Madrone description: 'OSU Theme of the future' -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10 || ^11 type: theme dependencies: version: '1.3.1'