We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0b31b commit e558199Copy full SHA for e558199
2 files changed
composer.json
@@ -40,7 +40,7 @@
40
"extra": {
41
"display-name": "phpBB Ideas",
42
"soft-require": {
43
- "phpbb/phpbb": ">=3.2.0,<3.4"
+ "phpbb/phpbb": ">=3.2.1,<3.4"
44
}
45
46
ext.php
@@ -25,13 +25,13 @@ class ext extends \phpbb\extension\base
25
* The current phpBB version should meet or exceed
26
* the minimum version required by this extension:
27
*
28
- * Requires phpBB 3.2.0
+ * Requires phpBB 3.2.1 due to use of $event->update_subarray();
29
30
* @return bool
31
* @access public
32
*/
33
public function is_enableable()
34
{
35
- return phpbb_version_compare(PHPBB_VERSION, '3.2.0', '>=');
+ return phpbb_version_compare(PHPBB_VERSION, '3.2.1', '>=');
36
37
0 commit comments