Skip to content

Commit 7e97722

Browse files
committed
Bump to version 2.0.0
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 99f1e50 commit 7e97722

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### 2.0.0 - 2022-03-03
4+
5+
- Backwards incompatible changes require a new minimum phpBB version of 3.3.2.
6+
- New ACP options for custom content sizing:
7+
- Added a new setting to enlarge most embedded content to fit 100% of the width of the post area.
8+
- Added a new setting to define custom maximum widths in pixels or percent for individual sites.
9+
- Fixed issues for new installs that would fail if any of phpBB's default forum roles were missing.
10+
- Added language packs:
11+
- Portuguese
12+
- Chinese (traditional)
13+
314
### 1.1.2 - 2020-08-14
415

516
- Added a new caching option (to Media Embed Settings) which will cache the scraped content from some media sites, which can speed up performance when repeatedly loading content from some sites.

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

0 commit comments

Comments
 (0)