Upgrade from 3.0.0-beta1 to 3.0.0 removes compatability with core 9.3

Created on 28 January 2023, over 1 year ago
Updated 30 January 2023, over 1 year ago

Problem/Motivation

I have PHP 8.1, Drupal 9.5.2 and Dynamic Entity Reference 3.0.0-beta1 all working fine.
dynamic_entity_reference.info.yml
core_version_requirement: ^9.3 || ^10

The release of DER 3.0.0 removes core version requirement for 9.3:
dynamic_entity_reference.info.yml
core_version_requirement: ^10

Steps to reproduce

composer update drupal/dynamic_entity_reference -W
Fails

Proposed resolution

Change back to core_version_requirement: ^9.3 || ^10

🐛 Bug report
Status

Closed: works as designed

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @GrahamShepherd
  • Status changed to Closed: works as designed over 1 year ago
  • 🇵🇰Pakistan jibran Sydney, Australia

    We are not planning to support 3.x and 4.x with D9. If you want to use DER with D9 please use 1.x or 2.x. 1.x and 2.x will not receive the new features but we will backport a few bugs.

Production build 0.71.5 2024