- Issue created by @larowlan
- 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Crediting folks from 📌 Fix the issues reported by phpcs Needs work
- Status changed to Needs review
4 months ago 8:13am 29 July 2024 -
larowlan →
committed fc465a86 on 8.x-1.x
Issue #3464101 by larowlan, samit.310@gmail.com, anoopsingh92,...
-
larowlan →
committed fc465a86 on 8.x-1.x
- Status changed to Fixed
4 months ago 8:27pm 1 August 2024 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
d11 here we come, 21 modules down, 38 to go
- Status changed to Needs work
4 months ago 3:03am 5 August 2024 - 🇺🇸United States TomTech
This change does a lot more than just add gitlabci. :)
This commit breaks sites running 9.x and 10.x prior to 10.3, since it uses the new Base classes introduced in 10.3.
Since the deprecated classes won't actually be removed until D12, seems those changes should reverted.
Specifically:
-use Drupal\Core\Render\Element\FormElement; +use Drupal\Core\Render\Element\FormElementBase;
and
-class Interval extends FormElement { +class Interval extends FormElementBase {
Then, a new version that only supports 10.3 or later can be created with these changes.
- 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Thanks, can do - are you able to create an MR?
- Merge request !6Issue #3464101 by larowlan, TomTech: revert breaking change → (Merged) created by TomTech
-
larowlan →
committed 63f06c13 on 8.x-1.x authored by
TomTech →
Issue #3464101 by larowlan, samit.310@gmail.com, TomTech, anoopsingh92,...
-
larowlan →
committed 63f06c13 on 8.x-1.x authored by
TomTech →
- Status changed to Fixed
4 months ago 3:52am 5 August 2024 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
https://www.drupal.org/project/interval/releases/8.x-1.14 → is packaging now 💪 🏎️
Automatically closed - issue fixed for 2 weeks with no activity.