Closed fritzmg closed 1 year ago
Fixed with #67
That won't really fix it though. There needs to be a 3.1.2
release that fixes the original problem and then you can create a 3.1.3
release that uses Contao\ArrayUtil
with the increased contao/core-bundle
dependency.
Yes, that's what I suggested with my PRs ;-) First I just linked the wrong fixing PR - here it is: https://github.com/terminal42/contao-easy_themes/pull/66
Oh I see, yes, I missed that PR.
The extension is currently unlocked for Contao 4.9. However it uses
Contao\ArrayUtil
, which is only available in Contao 4.10 and higher.