Closed owzim closed 1 year ago
An exception is thrown
Retour 4.3.1 supports Kirby 3.7.4 to 3.8.x
Install kirby 3.7.4 then install retour
3.7.4
version_compare(Kirby::version() ?? '0.0.0', '3.7.4', '<=') === true
should be
version_compare(Kirby::version() ?? '0.0.0', '3.7.4', '<') === true
✅
Describe the bug
An exception is thrown
Steps to reproduce
Install kirby
3.7.4
then install retourSolution
should be