2.1.0 not compatible with Drupal core 10.2.x

Created on 26 September 2024, about 2 months ago

Problem/Motivation

Automated tests run against our Drupal 10.2.7 installation for this update are returning this error:

Class "Drupal\Core\Render\Element\RenderElementBase" not found

The update to 2.1.0 changes class RenderElement to RenderElementBase, but this rename isn't introduced in Core until Drupal 10.3: https://www.drupal.org/node/3436275 β†’

Proposed resolution

In form_options_attributes.info.yml, change core_version_requirement: ^10 || ^11 to core_version_requirement: ^10.3 || ^11

Given that security support for Drupal 10.2.x is on the horizon β†’ , I would also understand doing nothing and waiting it out. :)

Remaining tasks

πŸ› Bug report
Status

Active

Version

2.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jenna.tollerson Atlanta, Georgia, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024