It would be great to declare Drupal 10 support in one way or another, in either active branch or new branches.

Comments

dpi created an issue. See original summary.

dpi’s picture

I see this mainly as a project maintenance task first off, rather than actually getting 100% compatibility with Drupal 10. If we can declare it in composer/info.yml in a new minor/major, we can use that as a jumping off point.

I now have two projects (ST 2.3.x and SMS Fwk 2.2.x) which should be ready to go for Drupal 10 as is, simply waiting on this dependency.

dpi’s picture

jibran’s picture

Title: Drupal 10 support declaration » Drupal 10 support for Dynamic Entity Reference

I have created new releases for 1.x and 2.x branches. I'll create 3.x and 4.x branches in a bit with D10 support.

jibran’s picture

Status: Active » Needs review

Just pushed 3.x(1.x + D10 support) and 4.x(2.x + D10 support) branches. Happy hacking!

jibran’s picture

Status: Needs review » Fixed

Dev release is now available for both 3.x and 4.x.

dpi’s picture

For others reference.

If your project has a minimum Drupal 9.3 and Drupal 10 you can change constraints from ^1 || ^2 to ^3 || ^4.

If you need to support Drupal 9.2 or less you'll need something like ^1 || ^2 || ^3 || ^4. At least for short while.

  • jibran committed 63ce5f1 on 4.x
    Issue #3262740 by jibran: Drupal 10 support for Dynamic Entity Reference
    

  • jibran committed b16f938 on 3.x
    Issue #3262740 by jibran: Drupal 10 support for Dynamic Entity Reference
    
jibran’s picture

Thanks, that's very helpful.

Status: Fixed » Closed (fixed)

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