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.
2 parents af7deb0 + 198b8ac commit 1a9ba43Copy full SHA for 1a9ba43
index.php
@@ -9,7 +9,7 @@
9
if (
10
$kirbyVersion !== null &&
11
(version_compare($kirbyVersion, '3.6.0-rc.2', '<') === true ||
12
- version_compare($kirbyVersion, '3.7.0-alpha', '>=') === true)
+ version_compare($kirbyVersion, '3.8.0-alpha', '>=') === true)
13
) {
14
throw new Exception(
15
'The installed version of the Markdown field plugin ' .
0 commit comments