Skip to content

Commit 4eb18ee

Browse files
Update index.php
1 parent 57b4f24 commit 4eb18ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
// validate Kirby version
1919
if (
20-
version_compare(Kirby::version() ?? '0.0.0', '3.7.0-rc.1', '<') === true ||
20+
version_compare(Kirby::version() ?? '0.0.0', '3.7.4', '<=') === true ||
2121
version_compare(Kirby::version() ?? '0.0.0', '3.9.0', '>=') === true
2222
) {
23-
throw new Exception('Retour 4.3 supports Kirby 3.7.0 to 3.8.x');
23+
throw new Exception('Retour 4.3.1 supports Kirby 3.7.4 to 3.8.x');
2424
}
2525

2626
// autoload classes

0 commit comments

Comments
 (0)