Problem/Motivation

The Varbase Editor 10.1.x branch currently requires the temporary Vardot fork vardot/ckeditor_media_resize: ~2.0.0 instead of the upstream drupal/ckeditor_media_resize project, because the drupal.org release did not yet support Drupal core ~11.4. This was tracked in #3611489 and #3612192, with the upstream Drupal 11.4 support tracked in #3607786 (MR !30).

CKEditor Media Resize 1.1.1 was released on drupal.org on 2026-07-29 with MR !30 merged, and its info.yml now declares core_version_requirement: ^10.5 || ~11.2.0 || ~11.3.0 || ~11.4.0. The Vardot fork and the GitLab CI _LENIENT_ALLOW_LIST workaround are no longer needed.

Steps to reproduce

  1. Check out the Varbase Editor 10.1.x branch composer.json.
  2. Note "vardot/ckeditor_media_resize": "~2.0.0" at line 28, and the _LENIENT_ALLOW_LIST: "ckeditor_media_resize" variable (with its preceding comment) in .gitlab-ci.yml.

Proposed resolution

  • In composer.json, replace "vardot/ckeditor_media_resize": "~2.0.0" with "drupal/ckeditor_media_resize": "~1.1.0", in the same position (after drupal/ckeditor_media_embed).
  • In .gitlab-ci.yml, remove the _LENIENT_ALLOW_LIST: "ckeditor_media_resize" variable and its preceding stale comment block, since the lenient resolution is no longer needed on 1.1.1.

Out of scope for this issue: a follow-up in vardot/varbase-patches (10.1.x) to drop the runtime ckeditor_media_resize info.yml patch belongs in that repo, as a separate issue.

Remaining tasks

  • ✅ File an issue about this project
  • ✅ Addition/Change/Update/Fix to this project
  • ✅ Testing to ensure no regression
  • ➖ Automated unit/functional testing coverage
  • ➖ Developer Documentation support on feature change/addition
  • ➖ User Guide Documentation support on feature change/addition
  • ➖ UX/UI designer responsibilities
  • ➖ Accessibility and Readability
  • ✅ Reviewed by a human
  • ✅ Code review by maintainers
  • ✅ Full testing and approval
  • ✅ Credit contributors
  • ✅ Review with the product owner
  • ✅ Update Release Notes
  • ✅ Release

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • Varbase Editor 10.1.x now depends on the upstream drupal/ckeditor_media_resize ~1.1.0 instead of the temporary vardot/ckeditor_media_resize fork.
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

rajab natshah created an issue. See original summary.

  • rajab natshah committed 2241529b on 10.1.x
    fix: #3613955 Switch back to drupal.org CKEditor Media Resize with...
rajab natshah’s picture

Issue summary: View changes
Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

rajab natshah’s picture

Issue summary: View changes
Issue tags: +varbase_editor-10.1.6

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.