Skip to content

Commit 4da79b0

Browse files
committed
Bump version to 2.0.1
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 6792f18 commit 4da79b0

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 2.0.1 - 2023-04-15
4+
5+
- Refactored the ACP and added AJAX to its user interface.
6+
- Added support for these media sites
7+
- bilibili.com
8+
- mastodon.social
9+
- tenor.com
10+
- music.yandex.ru
11+
312
### 2.0.0 - 2022-03-03
413

514
- Backwards incompatible changes require a new minimum phpBB version of 3.3.2.

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.0.0",
6+
"version": "2.0.1",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

ext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ext extends \phpbb\extension\base
1515
/**
1616
* @var string Minimum requirements:
1717
* phpBB 3.3.2 because using role_exists in migrations
18-
* ph[BB 3.3.2 because TextFormatter 2.7.5 supports clyp.it and codepen.com
18+
* phpBB 3.3.2 because TextFormatter 2.7.5 supports clyp.it and codepen.com
1919
*/
2020
public const PHPBB_MINIMUM = '3.3.2';
2121

0 commit comments

Comments
 (0)