- Issue created by @Guillaume Aveline
- @guillaume-aveline opened merge request.
- Assigned to annmarysruthy
- Issue was unassigned.
- Status changed to Needs work
over 1 year ago 11:46am 18 April 2023 - 🇳🇱Netherlands eelkeblok Netherlands 🇳🇱
There is another module in the project (twig_extender_extras) that also needs its info.yml updated.
- Assigned to shivam_tiwari
- @shivam_tiwari opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 1:56pm 21 April 2023 - First commit to issue fork.
- @fabsgugu opened merge request.
- 🇫🇷France Fabsgugu
Hello,
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? - 🇫🇷France Fabsgugu
Hello,
Would it be possible to resolve the issue quickly? The end of life of Drupal 9 is near.
-
Fabsgugu →
committed 8666e0e3 on 5.0.x
Issue #3343155: Drupal 10 compatibility
-
Fabsgugu →
committed 8666e0e3 on 5.0.x
- 🇫🇷France Fabsgugu
Thanks for the merge.
A new version can be released? - Status changed to RTBC
about 1 year ago 2:14pm 9 October 2023 - 🇳🇱Netherlands jaapjan
It 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... - 🇺🇸United States bdanin
It'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 underrepositories
{ "type": "package", "package": { "name": "drupalcode/twig_extender", "version": "dev-5.0.x", "type": "drupal-module", "source": { "url": "https://git.drupalcode.org/project/twig_extender.git", "type": "git", "reference": "5.0.x" } } }
- 🇵🇱Poland vortex41
Any 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. - Status changed to Fixed
12 months ago 3:32pm 7 December 2023 - leymannx Berlin
For now, I have added this to my composer.json require key:
The 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... → .
Automatically closed - issue fixed for 2 weeks with no activity.