Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Apr 15, 2023
1 parent 6792f18 commit 4da79b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 4da79b0

Please sign in to comment.