We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a876d6d + 6efdaa1 commit 6d8a29eCopy full SHA for 6d8a29e
1 file changed
ext.php
@@ -20,15 +20,15 @@ class ext extends \phpbb\extension\base
20
* The current phpBB version should meet or exceed
21
* the minimum version required by this extension:
22
*
23
- * Requires phpBB 3.1.3 due to newly added core events.
+ * Requires phpBB 3.2.0.
24
25
* @return bool
26
* @access public
27
*/
28
public function is_enableable()
29
{
30
$config = $this->container->get('config');
31
- return phpbb_version_compare($config['version'], '3.1.3', '>=');
+ return phpbb_version_compare($config['version'], '3.2.0', '>=');
32
}
33
34
/**
0 commit comments