Add multi_crop_embed filter patch broken in 9.5.x and 10.1

Created on 17 August 2023, 11 months ago

Problem/Motivation

The following patch in the composer file is broken: https://www.drupal.org/files/issues/2022-10-10/patch_media_lib.patch β†’

This was as a result of #3271057: Move Media Library CKEditor 4 integrations from Media into CKEditor β†’ getting merged.

Remaining tasks

  • Reroll the patch.
  • Increment core version requirement to ^9.5 and ^10.1.
  • Create a new release.
πŸ› Bug report
Status

Fixed

Version

1.3

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States devkinetic

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

Comments & Activities

  • Issue created by @devkinetic
    • 29194cd1 committed on 1.3.x
      Issue #3381564: proper managing core patch on media_lib & ck4
      
  • πŸ‡«πŸ‡·France DrDam

    Fix in 1.3.0

    I have change the way to managing theses patches :

    If you are using 9.x Core and legacy Ckeditor :
    You need to add a patch to your main composer.json

    For core 9.4 :

    "extra": {
      "enable-patching": true,
      "patches": {
        "drupal/core": {
          "mcc_embed": "web/modules/custom/media_contextual_crop_embed/patch/patch_media_lib_9.4.patch"
        }
      }
    }

    For core 9.5+

    "extra": {
      "enable-patching": true,
      "patches": {
        "drupal/core": {
          "mcc_embed": "web/modules/custom/media_contextual_crop_embed/patch/patch_media_lib_9.5+.patch"
        }
      }
    }

    If you using D10 or D9-Ck5, no patch needed.

  • Status changed to Fixed 11 months ago
Production build 0.69.0 2024