Problem/Motivation
Module is not compatible with Drupal 10 for this moment.
- The 'addtocal' library is depending on a deprecated library. The core/jquery.once asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead.
- Value of core_version_requirement: ^8 || ^9 is not compatible with the next major version of Drupal core.
- The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to be compatible.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | drupal-10-compatibility-v3.patch | 2.51 KB | belazoth |
| #5 | drupal-10-compatibility-v2.patch | 2.55 KB | belazoth |
| #2 | drupal-10-compatibility.patch | 2.22 KB | a.kovrigin |
Issue fork addtocal-3345479
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
a.kovrigin commentedProivded patch fixes compatibility issues
Comment #3
a.kovrigin commentedComment #4
a.kovrigin commentedComment #5
belazothWhen 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
Comment #7
claudiu.cristea@Belazoth, it's recommended to remove
drupal/coredependency from composer.json and rely on thecore_version_requirementconstraint from the .info.yml file.Could you please do this change and I'll RTBC
Comment #8
belazothThanks for letting me know @claudiucristea. I have updated the patch to remove the
drupal/coreline instead of updating it.Comment #9
claudiu.cristeaThis is ready. Could we kick this in and cut a release, please?
Comment #10
kescoto-thinkshout commentedRolled 3.0.0-beta1 for D10 compatibility.