Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 5b2211c

Browse files
committed
Change max allowed Zikula version
1 parent 352993d commit 5b2211c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/EZComments/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function getMetaData()
2020
$meta['url'] = $this->__('comments');
2121
$meta['version'] = '3.0.1';
2222
$meta['core_min'] = '1.3.0';
23-
$meta['core_max'] = '1.3.99'; // Fixed to 1.3.x range
23+
$meta['core_max'] = '1.4.99'; // Fixed to 1.3.x-1.4.x range
2424
$meta['securityschema'] = array(
2525
'EZComments::' => 'Module:Item ID:Comment ID',
2626
'EZComments::trackback' => 'Module:Item ID:',

0 commit comments

Comments
 (0)