Drupal 11 support for submodules

Created on 12 September 2024, 6 days ago
Updated 15 September 2024, 4 days ago

Problem/Motivation

The main module has support for Drupal 11 and does add several paragraph types. However the submodules like bp_card cannot even be enabled since they declare `core_version_requirement: ^10` in the yml

Steps to reproduce

Add via composer to a Drupal 11 build and check /admin/modules. Affected submodules will have "This version is not compatible with Drupal 11.0.4 and should be replaced." against them and the requirements will include "Drupal Core (^10) (incompatible with version 11.0.4)"

Proposed resolution

Update the Submodules section of the project page to indicate what's supported until this is fixed - this section appears to be out of date anyway.
Test the submodules and update where needed - not sure if just core_version_requirement needs updating or if there are actual code changes required

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

5.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom davidrobinson_pw

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024