We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b4f24 commit 4eb18eeCopy full SHA for 4eb18ee
index.php
@@ -17,10 +17,10 @@
17
18
// validate Kirby version
19
if (
20
- version_compare(Kirby::version() ?? '0.0.0', '3.7.0-rc.1', '<') === true ||
+ version_compare(Kirby::version() ?? '0.0.0', '3.7.4', '<=') === true ||
21
version_compare(Kirby::version() ?? '0.0.0', '3.9.0', '>=') === true
22
) {
23
- throw new Exception('Retour 4.3 supports Kirby 3.7.0 to 3.8.x');
+ throw new Exception('Retour 4.3.1 supports Kirby 3.7.4 to 3.8.x');
24
}
25
26
// autoload classes
0 commit comments