Problem/Motivation
I'm working on a Drupal 10 upgrade project. And the module is required.
Proposed resolution
I'll try to work on a patch to accept drupal 10
Issue fork twig_extender-3343155
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 #3
annmarysruthy commentedComment #4
annmarysruthy commentedComment #5
eelkeblokThere is another module in the project (twig_extender_extras) that also needs its info.yml updated.
Comment #6
shivam_tiwari commentedComment #8
shivam_tiwari commentedComment #11
fabsgugu commentedHello,
I opened a PR for the 5.0.x branch, to also add the version on the submodule.
Will it then be possible to publish new versions for branch 4 and 5?
Comment #12
fabsgugu commentedHello,
Would it be possible to resolve the issue quickly? The end of life of Drupal 9 is near.
Comment #13
fabsgugu commentedComment #15
fabsgugu commentedThanks for the merge.
A new version can be released?
Comment #16
siliconandincense commentedA gentle +1 for this :)
Comment #17
jaapjan commentedIt would be greatly appreciated if the maintainer could tag a new release.
On this commit for 5.x
https://git.drupalcode.org/project/twig_extender/-/commit/8666e0e3c21bb3...
And perhaps for this commit for 4.x
https://git.drupalcode.org/project/twig_extender/-/commit/43ad310caa7198...
Comment #18
bdanin commentedIt's unfortunate there is still no release and the EOL for Drupal 9 is a couple weeks out.
For now, I have added this to my composer.json require key:
"drupalcode/twig_extender": "dev-5.0.x"and then down under
repositoriesComment #19
vortex41 commentedAny chance for the new release to be created with Drupal 10 compatibility?
Drupal 9 is out of support at the moment and many projects migrate to v10, one of ours included.
Comment #20
norman.lolComment #21
norman.lolThe official and easier way how to do this is to use the Composer lenient plugin: https://www.drupal.org/docs/develop/using-composer/using-drupals-lenient....
Comment #23
norman.lol