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

Commit

Permalink
Merge pull request #10 from robbrandt/master
Browse files Browse the repository at this point in the history
Update Version.php
  • Loading branch information
craigh authored Sep 2, 2016
2 parents 7aad593 + 27f6eb2 commit 0e15876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/FAQ/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getMetaData()
$meta['version'] = '2.3.3';
$meta['url'] = $this->__('faq');
$meta['core_min'] = '1.3.0'; // Fixed to 1.3.x range
$meta['core_max'] = '1.3.99'; // Fixed to 1.3.x range
$meta['core_max'] = '1.4.99'; // Fixed to 1.4.x range
$meta['securityschema'] = array('FAQ::' => 'FAQ ID::');
$meta['capabilities'] = array(HookUtil::SUBSCRIBER_CAPABLE => array('enabled' => true));
return $meta;
Expand All @@ -41,4 +41,4 @@ protected function setupHookBundles()
$bundle->addEvent('filter', 'faq.filter_hooks.questions.filter');
$this->registerHookSubscriberBundle($bundle);
}
}
}

0 comments on commit 0e15876

Please sign in to comment.