Drupal 11 compatibility

Created on 4 December 2024, 3 months ago

Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇨🇭Switzerland berdir Switzerland

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

Merge Requests

Comments & Activities

  • Issue created by @berdir
  • Merge request !3d11 compatiblity → (Merged) created by berdir
  • Pipeline finished with Skipped
    11 days ago
    #434824
  • First commit to issue fork.
  • 🇷🇸Serbia pivica

    Merged, and as @berdir noted for this to really work you need to patch manually Bootstrap 4 util.js to be compatible with Drupal 11 jQuery 4 version, something like:

    -      var maxMajor = 4;
    +      var maxMajor = 5;
    

    However you should probably not do this, we need this internally so we can more easily start working on the Bootstrap 5 port and test stuff.

Production build 0.71.5 2024