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
- Check out the Varbase Editor 10.1.x branch composer.json.
- 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 (afterdrupal/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.0instead of the temporaryvardot/ckeditor_media_resizefork.
Issue fork varbase_editor-3613955
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
Comment #4
rajab natshahComment #6
rajab natshah✅ Released varbase_editor-10.1.6