Closed (fixed)
Project:
Reroute Email
Version:
2.2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2023 at 06:36 UTC
Updated:
11 Oct 2023 at 20:29 UTC
Jump to comment: Most recent
Comments
Comment #2
abyss commentedIn general, the error in this release is not in the use of methods, but in the dependencies on Drupal versions. This needs to be updated.
Comment #4
bohartLet's do it in this way:
2.1.x - support Drupal from 8.8 up to 9.3 incl. (with old methods)
2.2.x - support Drupal from 9.4 and ^10 (with new methods)
So we need 2 MR to do so.
Then, we will set up Drupal tests accordingly.
And once/when all tests are passed, we will merge all of those and create releases accordingly.
Thanks!
Comment #5
abyss commentedI am starting to work on changes for branch 2.1.
Comment #7
sebaz commented@Abyss
that's what I wrote in proposed resolution: change requirements ;)
Comment #8
abyss commented@SebaZ
Yes, I saw it later, I confused this one with a similar task)
Comment #12
bohartCommitted to both
2.1.x (^D8.8 & <=D9.3)and2.2.x (^9.4 || ^10)branches.This will be a part of the next releases of the module soon.
So the module will support both
<D9.4and^D9.4Drupal cores in its different releases.Thanks @all!