New 3.0.x branch?

Created on 22 May 2024, 4 months ago
Updated 13 June 2024, 4 months ago

Problem/Motivation

phpstan is failing checks on next major (Drupal 11) due to file_icon_class having been deprecated in 10.3 and removed in 11. The module is also flagged for Drupal 9, but DeprecationHelper::backwardsCompatibleCall only exists in 10.1+ which would break in Drupal 9.

Proposed resolution

Fix CS issues up to 10.3, fix remaining code issues in new 3.0.x branch targeting 11+.

https://mglaman.dev/blog/writing-backward-compatible-deprecation-fixes-c...

I think having a new release branch for 11 would support both scenarios without having to juggle calls for which function(s) to use and without breaking Drupal 9 installs.

πŸ“Œ Task
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States kevinquillen

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

Comments & Activities

Production build 0.71.5 2024