fix: #3607828 Update Drupal core to ~11.4.0 in nested varbase_content submodules
Follow-up to #3607828. MRs !67 (merged)/!75 (merged)/!76 (merged) bumped varbase_core + its 8 top-level submodules to ~11.4.0, but missed 4 deeply-nested default-content submodules under modules/varbase_default_content/varbase_content/. On a fresh Drupal 11.4 install these are still pinned to ~11.3.0, so Drupal treats them as incompatible and install fatals with:
MissingDependencyException: Unable to install modules: module 'varbase_heroslider_homepage' is incompatibleWhat changed
Bumped core_version_requirement: ~11.3.0 → ~11.4.0 in:
modules/varbase_default_content/varbase_content/varbase_heroslider_homepage/varbase_heroslider_homepage.info.ymlmodules/varbase_default_content/varbase_content/enabled_varbase_heroslider_content/enabled_varbase_heroslider_content.info.ymlmodules/varbase_default_content/varbase_content/disabled_varbase_heroslider_content/disabled_varbase_heroslider_content.info.ymlmodules/varbase_default_content/varbase_content/varbase_default_homepage/varbase_default_homepage.info.yml
No other files touched. Validated against a fresh Varbase 10.1.x / Drupal 11.4 build.
Issue: https://www.drupal.org/project/varbase_core/issues/3607828
AI-Generated: Yes (Used Claude Code to identify the 4 missed nested submodules and apply the version bump; reviewed by Rajab Natshah.)
Checkpoints
- 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
Edited by Rajab Natshah