Problem/Motivation
Faced issues with Drupal 9 and <= 10.2 after
#3429050: Automated Drupal 11 compatibility fixes for bootstrap_layout_builder
#3474611: Change to require at least Drupal 10.3
Proposed resolution
- Start the
2.2.xbranch from the2.xbranch, and release 2.2.0 - Start the
2.1.xbranch from the2.xbranch - Change to
core_version_requirement: <10.3in thebootstrap_layout_builder.info.ymlfile. In the2.1.x - Change
drupal/coreto<10.3in thecomposer.jsonfile.In the2.1.x - Revert the following changes on the
2.1.xbranch, but keep them in the2.2.xbranch
RenderElement and FormElement base plugin classes are deprecated and renamed to RenderElementBase and FormElementBase
#3431452: Rename RenderElement and FormElement plugin abstract classes to RenderElementBase and FormElementBase
Better to update to Drupal ^10.3
But doing this with the smoother update process.
Comments
Comment #2
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #7
rajab natshahComment #8
rajab natshahComment #10
dburiak commentedThis should be reopened as it causes incompatibility with Drupal 10.2.7.
Please see the comment on bootstrap_styles module.
The operator ( `<=10.2` ) limits anything higher than 10.2.0 on the 10.2.x range.
Comment #11
drupgirl commented+1 for <=^10.2
Comment #12
rajab natshahThanks, Dmitry and drupgirl for following up on this issue.
I agree that it could be changed to a better option.
"drupal/core": "<10.3"Comment #13
rajab natshahComment #14
rajab natshah✅ Released bootstrap_layout_builder-2.1.7
Comment #15
rajab natshah