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

Command icon 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

Guillaume Aveline created an issue. See original summary.

annmarysruthy’s picture

Assigned: Unassigned » annmarysruthy
annmarysruthy’s picture

Assigned: annmarysruthy » Unassigned
eelkeblok’s picture

Status: Active » Needs work

There is another module in the project (twig_extender_extras) that also needs its info.yml updated.

shivam_tiwari’s picture

Assigned: Unassigned » shivam_tiwari

shivam_tiwari’s picture

Assigned: shivam_tiwari » Unassigned
Status: Needs work » Needs review

Fabsgugu made their first commit to this issue’s fork.

fabsgugu’s picture

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?

fabsgugu’s picture

Hello,

Would it be possible to resolve the issue quickly? The end of life of Drupal 9 is near.

fabsgugu’s picture

Priority: Normal » Critical

fabsgugu’s picture

Thanks for the merge.
A new version can be released?

siliconandincense’s picture

A gentle +1 for this :)

jaapjan’s picture

Status: Needs review » Reviewed & tested by the community

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...

bdanin’s picture

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 under repositories

        {
            "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"
                }
            }
        }
vortex41’s picture

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.

norman.lol’s picture

Version: 5.0.1 » 5.x-dev
Category: Bug report » Task
Priority: Critical » Normal
Status: Reviewed & tested by the community » Fixed
Issue tags: +Drupal 10 compatibility
norman.lol’s picture

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....

norman.lol’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.