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

Commit cd9e189

Browse files
committed
Merge pull request #47 from nmpetkov/patch-4-change_max_zikula_version
Change max allowed Zikula version
2 parents 352993d + 5b2211c commit cd9e189

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)