Use IEF ^1.0 || ^3.0

Created on 10 July 2024, 9 months ago

Problem/Motivation

As of 📌 Clean up problematic 2.x branch Active , IEF development continues in 3.x branch.
People can only upgrade if all their projects require drupal/inline_entity_form ^1 || ^3

Proposed resolution

Whoever gets stuck on sth like this, please open an issue in the respective project, and set this issue as parent.

How to find out which projects block IEF 3:
composer why-not drupal/inline_entity_form ^3

Example template

Subject: Require IEF ^1 || ^3

Problem/Motivation
For reasons, the inline_entity_form module has to continue development on a 3.x branch, with no disruption from 1.x.
Projects requiring IEF should, for a smooth transition, allow both versions as requirement.
Example composer.json fragment:

  "require":
    "drupal/inline_entity_form": "^1.0@rc || ^3.0.0@rc",

Proposed resolution
Update the requirement.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Needs review

Version

6.1

Component

Code

Created by

🇺🇸United States SocialNicheGuru

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

Comments & Activities

  • Issue created by @SocialNicheGuru
  • First commit to issue fork.
  • Status changed to Needs review 9 months ago
  • 🇮🇳India sarwan_verma

    Hi @ SocialNicheGuru,

    I have resolved this issue "Use IEF ^1.0 || ^3.0" and also attached patch ,
    kindly review and verify .

Production build 0.71.5 2024