Skip to content

Commit 1a9ba43

Browse files
committed
Merge branch 'feature/textarea-style' of github.com:medienbaecker/kirby-markdown-field into feature/textarea-style
2 parents af7deb0 + 198b8ac commit 1a9ba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if (
1010
$kirbyVersion !== null &&
1111
(version_compare($kirbyVersion, '3.6.0-rc.2', '<') === true ||
12-
version_compare($kirbyVersion, '3.7.0-alpha', '>=') === true)
12+
version_compare($kirbyVersion, '3.8.0-alpha', '>=') === true)
1313
) {
1414
throw new Exception(
1515
'The installed version of the Markdown field plugin ' .

0 commit comments

Comments
 (0)