From fadd179ab84e933e5b12a856b7d3154ce1deadbb Mon Sep 17 00:00:00 2001 From: Andrew Holgate Date: Sun, 25 Oct 2020 06:51:41 +0000 Subject: [PATCH 1/3] Updated core to include D9.x as per Upgrade Status recommendation --- css_inline.info.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/css_inline.info.yml b/css_inline.info.yml index bb026f9..9835c65 100644 --- a/css_inline.info.yml +++ b/css_inline.info.yml @@ -4,3 +4,4 @@ type: module package: Theme version: VERSION core: 8.x +core_version_requirement: ^8 || ^9 From e11adf5fd4703e73917f7945e4f1a94c1397a220 Mon Sep 17 00:00:00 2001 From: Andrew Holgate Date: Wed, 9 Dec 2020 22:09:40 +0100 Subject: [PATCH 2/3] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ca09c67..b44d1c8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "chriskinch/css_inline", + "name": "andrewholgate/css_inline", "type": "drupal-module", "description": "Drupal module for Enquire JS library", - "homepage": "https://github.com/chriskinch/css_inline" -} \ No newline at end of file + "homepage": "https://github.com/andrewholgate/css_inline" +} From 01b898eb79df7bd32900f7e9781b7ff883bffe78 Mon Sep 17 00:00:00 2001 From: Andrew Holgate Date: Thu, 8 Sep 2022 14:21:35 +0200 Subject: [PATCH 3/3] Upgrade to Drupal 10 compatability --- css_inline.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css_inline.info.yml b/css_inline.info.yml index 9835c65..bcba50e 100644 --- a/css_inline.info.yml +++ b/css_inline.info.yml @@ -4,4 +4,4 @@ type: module package: Theme version: VERSION core: 8.x -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10