- πΊπΈUnited States BEGRAFX Laconia, New Hampshire
A Drupal 9/10 compatible release is needed, for a number of other modules that have this one as a dependency. Willing to do what I can to help with this project.
- π¨π¦Canada infojunkie Vancouver
Is the branch https://www.drupal.org/project/css_editor/releases/2.0.x-dev β not working for Drupal 9/10 ?
- πΊπΈUnited States BEGRAFX Laconia, New Hampshire
I'd have to double check which version it is that a theme I was using was pulling, but while the Theme claimed to be Drupal 10 compatible when I went to install it, I got a Composer error, that CSS_Editor wouldn't work.
- πΊπΈUnited States BEGRAFX Laconia, New Hampshire
Here's the Composer message:
- drupal/css_editor[2.0.1, ..., 2.0.x-dev] require drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but the package is fixed to 10.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- π¨π¦Canada infojunkie Vancouver
I recommmend that you:
a) Create a new issue explaining the issue as you did here
b) Try out locally to update the https://git.drupalcode.org/project/css_editor/-/blob/2.0.x/css_editor.in... to add version 10 to the core_version_requirement entry and check whether the module actually works then
c) If it does, submit a patch in the issue you created...and then we can decide whether you are still interested to co-maintain this module if you feel there is further work to be done.
Thanks!
- πΊπΈUnited States BEGRAFX Laconia, New Hampshire
Let me work on that!
- πΊπΈUnited States BEGRAFX Laconia, New Hampshire
OK! I've made the change, tried it out in my local test site. Seems to work. No problems noted so far. Here is the patch.