Skip to content

Commit

Permalink
Merge pull request #68 from VSEphpbb/release
Browse files Browse the repository at this point in the history
Bump to version 2.1.4
  • Loading branch information
iMattPro authored May 15, 2017
2 parents de7f518 + d67347a commit 7cca6e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "phpbb/ideas",
"type": "phpbb-extension",
"description": "phpBB Ideas extension",
"description": "phpBB Ideas centre for phpBB 3.2.",
"homepage": "https://www.phpbb.com",
"version": "2.1.3",
"version": "2.1.4",
"license": "GPL-2.0",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ class ext extends \phpbb\extension\base
* The current phpBB version should meet or exceed
* the minimum version required by this extension:
*
* Requires phpBB 3.2.0-dev
* Requires phpBB 3.2.0
*
* @return bool
* @access public
*/
public function is_enableable()
{
return phpbb_version_compare(PHPBB_VERSION, '3.2.0-dev', '>=');
return phpbb_version_compare(PHPBB_VERSION, '3.2.0', '>=');
}
}

0 comments on commit 7cca6e4

Please sign in to comment.