Skip to content

Commit 0e6c4d8

Browse files
committed
Revert un-needed v4 tweaks
1 parent da23c6a commit 0e6c4d8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An official phpBB extension that allows users to embed content from allowed sites using a [media] BBCode, or from simply posting a supported URL in plain text.",
55
"homepage": "https://www.phpbb.com/customise/db/extension/mediaembed/",
6-
"version": "2.1.0-dev",
6+
"version": "2.0.4-dev",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

ext.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ class ext extends \phpbb\extension\base
1414
{
1515
/**
1616
* @var string Minimum requirements:
17-
* phpBB 4.0.0 because using Icon()
17+
* phpBB 3.3.2 because using role_exists in migrations
18+
* phpBB 3.3.2 because TextFormatter 2.7.5 supports clyp.it and codepen.com
1819
*/
19-
public const PHPBB_MINIMUM = '4.0.0-dev';
20+
public const PHPBB_MINIMUM = '3.3.2';
2021

2122
/**
2223
* @var string YAML file extension

0 commit comments

Comments
 (0)