Problem/Motivation

Drupal 11.4.0 stable was released on 1 Jul 2026 by catch: https://www.drupal.org/project/drupal/releases/11.4.0

This is a feature minor release of Drupal 11 and is ready for use on production sites. Learn more about Drupal 11 and the Drupal core release cycle. Read the Drupal 11.4.0 release announcement for improvements and highlights in this release.

The Varbase Core module on the 10.1.x branch (used by Varbase 10.1.x) currently pins Drupal core to ~11.3.0 (see Composer version constraints), so it cannot be installed or updated on Drupal 11.4.x. Related: Drupal core release schedule.

Follow-up: after bumping composer.json and the main varbase_core.info.yml to ~11.4.0, the 8 submodules under modules/*/ were found to still pin core_version_requirement: ~11.3.0, which throws MissingDependencyException: module 'varbase_admin' is incompatible with this version of Drupal core (and equivalent fatals for the other 7 submodules) during drush site:install on Drupal 11.4.x.

Steps to reproduce

On a Drupal 11.4.0 site, install/update Varbase Core from the 10.1.x branch: it is blocked because varbase_core.info.yml and composer.json require ~11.3.0. Even after that is fixed, drush site:install still fatals with MissingDependencyException because the 8 submodules (varbase_admin, varbase_default_content, varbase_development, varbase_internationalization, varbase_page, varbase_security, varbase_tour, varbase_webform) still require ~11.3.0.

Proposed resolution

Update the Drupal core constraint from ~11.3.0 to ~11.4.0 on the 10.1.x branch in composer.json (drupal/core) and varbase_core.info.yml (core_version_requirement).

Also bump core_version_requirement from ~11.3.0 to ~11.4.0 in the 8 submodule .info.yml files under modules/*/ listed above, to match the parent module.

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 varbase-10.1.1, varbase_core-10.1.64

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • task: Update Drupal core from ~11.3.0 to ~11.4.0
  • fix: Bump the 8 varbase_core submodules to core_version_requirement ~11.4.0
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 2cd3dd25 on 10.1.x
    task: #3607828 Update Drupal core from ~11.3.0 to ~11.4.0 on the 10.1.x...

rajab natshah’s picture

Issue summary: View changes

  • rajab natshah committed 8cd08b92 on 10.1.x
    fix: #3607828 Bump submodule core_version_requirement to ~11.4.0
    

  • rajab natshah committed 8749f161 on 10.1.x
    ci: #3607828 Relax submodule core_version_requirement in the webship...

  • rajab natshah committed a18cbf00 on 10.1.x
    fix: #3607828 Update Drupal core to ~11.4.0 in nested varbase_content...
rajab natshah’s picture

Assigned: rajab natshah » Unassigned
Issue summary: View changes
Status: Active » Fixed
Issue tags: +varbase-10.1.1, +varbase_core-10.1.64

✅ Released in varbase_core-10.1.64.

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.

Status: Fixed » Closed (fixed)

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