- Issue created by @a.kovrigin
- π·πΊRussia a.kovrigin Penza
Proivded patch fixes compatibility issues
- π¬π§United Kingdom Belazoth
When scanning the module with the patch in #2 applied with the upgrade_status module, it mentioned that the dupal/core requirement in the composer.json was not compatible with the next major version. So I updated that file and added the change to the patch from #2
- First commit to issue fork.
- Status changed to Needs work
over 1 year ago 5:33pm 22 June 2023 - π·π΄Romania claudiu.cristea Arad π·π΄
@Belazoth, it's recommended to remove
drupal/core
dependency from composer.json and rely on thecore_version_requirement
constraint from the .info.yml file.diff --git a/composer.json b/composer.json index 5d8a33b..7de3325 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "source": "https://git.drupalcode.org/project/addtocal" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "spatie/calendar-links": "^1.7" }, "suggest": {
Could you please do this change and I'll RTBC
- π¬π§United Kingdom Belazoth
Thanks for letting me know @claudiucristea. I have updated the patch to remove the
drupal/core
line instead of updating it. - Status changed to RTBC
over 1 year ago 2:06pm 26 June 2023 - π·π΄Romania claudiu.cristea Arad π·π΄
This is ready. Could we kick this in and cut a release, please?
- Status changed to Fixed
over 1 year ago 10:24pm 26 June 2023 - πΊπΈUnited States kescoto-thinkshout
Rolled 3.0.0-beta1 for D10 compatibility.
Automatically closed - issue fixed for 2 weeks with no activity.