Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
raise core_max
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Feb 15, 2014
1 parent e2843b0 commit 5ba482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Scribite/Version.php
Expand Up @@ -21,7 +21,7 @@ public function getMetaData()
$meta['url'] = $this->__('scribite');
$meta['version'] = '5.0.0';
$meta['core_min'] = '1.3.5';
$meta['core_max'] = '1.3.99';
$meta['core_max'] = '1.4.99';
$meta['description'] = $this->__('WYSIWYG editors for Zikula');
$meta['securityschema'] = array('Scribite::' => 'Modulename::');
$meta['capabilities'] = array(HookUtil::PROVIDER_CAPABLE => array('enabled' => true));
Expand Down

0 comments on commit 5ba482b

Please sign in to comment.