Support Extra Field Version-3

Created on 14 February 2025, 5 months ago

Problem/Motivation

For Drupal 11 compatibility, Extra Field V2 dependency needs to be updated to V3.

πŸ’¬ Support request
Status

Active

Version

1.1

Component

Code

Created by

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

Merge Requests

Comments & Activities

  • Issue created by @pearls
  • πŸ‡ΊπŸ‡ΈUnited States mlncn Minneapolis, MN, USA

    This truly is blocking Drupal 11 compatibility (because only Extra Field 3.x is D11 compatible) so i think this is major.

    A workaround, in the require section of your project root composer.json claim that Extra Field 3 is actually version 2:

        "require": {
            "drupal/extra_field": "3.0.x-dev@dev as 2.3",
    
  • Merge request !1Support Extra Field 3 β†’ (Open) created by mlncn
  • πŸ‡ΊπŸ‡ΈUnited States mlncn Minneapolis, MN, USA

    And given that the above workaround has been working for us on a site for a long time, allowing Extra Field 3 in Extra Field Configuration's composer.json like this should be all that is needed.

Production build 0.71.5 2024