From 4da79b01e37f0cc42eb3bb85ecc843ce900f788f Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 15 Apr 2023 12:25:54 -0700 Subject: [PATCH] Bump version to 2.0.1 Signed-off-by: Matt Friedman --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- ext.php | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4c1e5..3f914d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 2.0.1 - 2023-04-15 + +- Refactored the ACP and added AJAX to its user interface. +- Added support for these media sites + - bilibili.com + - mastodon.social + - tenor.com + - music.yandex.ru + ### 2.0.0 - 2022-03-03 - Backwards incompatible changes require a new minimum phpBB version of 3.3.2. diff --git a/composer.json b/composer.json index 67c5376..376ca1e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "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.", "homepage": "https://www.phpbb.com/customise/db/extension/mediaembed/", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-2.0-only", "authors": [ { diff --git a/ext.php b/ext.php index 7c49969..c5b94a4 100644 --- a/ext.php +++ b/ext.php @@ -15,7 +15,7 @@ class ext extends \phpbb\extension\base /** * @var string Minimum requirements: * phpBB 3.3.2 because using role_exists in migrations - * ph[BB 3.3.2 because TextFormatter 2.7.5 supports clyp.it and codepen.com + * phpBB 3.3.2 because TextFormatter 2.7.5 supports clyp.it and codepen.com */ public const PHPBB_MINIMUM = '3.3.2';