Problem/Motivation
Faced issues with Drupal 9 and <= 10.2
Proposed resolution
- Start the
1.2.xbranch from the1.0.xbranch, and release 1.2.0 - Start the
1.1.xbranch from the1.0.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 the1.1.x - Revert the following changes on the
1.1.xbranch, but keep them in the1.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
Comments
Comment #2
rajab natshahComment #3
rajab natshahComment #4
rajab natshahComment #6
rajab natshah✅ Released bootstrap_styles-1.1.9
Comment #7
vangelisp commentedHi there!
I'm afraid that this operator ( `<=10.2` ) is limiting anything higher than 10.2.0 on the 10.2.x range.
I do run Drupal 10.2.7 and I am unable to pass the dependencies issue in Composer.
In theory, in order to cover also the 10.2.x range, it should be
"drupal/core": "^9.3 || ^10.0 || <10.3"Comment #9
dburiak commentedThis should be reopened as I also faced incompatibility with Drupal 10.2.7.
Agree with @vangelisp
Comment #10
dburiak commentedComment #11
rajab natshahI agree with Dmitry and Vangelis.
Thanks, for following up on the issue.
Changing to
"drupal/core": "<10.3"Comment #12
rajab natshahComment #13
rajab natshah✅ Released bootstrap_styles-1.1.10