Problem/Motivation

Faced issues with Drupal 9 and <= 10.2

Proposed resolution

  • Start the 1.2.x branch from the 1.0.x branch, and release 1.2.0
  • Start the 1.1.x branch from the 1.0.x branch
  • Change to core_version_requirement: <10.3 in the bootstrap_layout_builder.info.yml file. In the 2.1.x
  • Change drupal/core to <10.3 in the composer.json file.In the 1.1.x
  • Revert the following changes on the 1.1.x branch, but keep them in the 1.2.x branch

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

Remaining tasks

User interface changes

API changes

Data model changes

Comments

rajab natshah created an issue. See original summary.

rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Title: Change the 2.1.x branch to support Drupal <= 10.2 for a smoother update process » Change the 1.1.x branch to support Drupal <= 10.2 for a smoother update process
rajab natshah’s picture

Title: Change the 1.1.x branch to support Drupal <= 10.2 for a smoother update process » Change the 1.1.x branch to support Drupal <= 10.2 for a smoother update process and revert new changes
Version: 1.0.x-dev » 1.1.x-dev

rajab natshah’s picture

Status: Active » Fixed
Issue tags: +bootstrap_styles-1.1.9
vangelisp’s picture

Hi 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"

Status: Fixed » Closed (fixed)

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

dburiak’s picture

Priority: Normal » Major

This should be reopened as I also faced incompatibility with Drupal 10.2.7.
Agree with @vangelisp

rajab natshah’s picture

Title: Change the 1.1.x branch to support Drupal <= 10.2 for a smoother update process and revert new changes » Change the 1.1.x branch to support Drupal < 10.3 for a smoother update process and revert new changes
Issue summary: View changes

I agree with Dmitry and Vangelis.
Thanks, for following up on the issue.

Changing to "drupal/core": "<10.3"

rajab natshah’s picture

rajab natshah’s picture