From 7e9772289962aef3a3e9cb1ff793648d5d9516db Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 3 Mar 2022 21:40:53 -0800 Subject: [PATCH] Bump to version 2.0.0 Signed-off-by: Matt Friedman --- CHANGELOG.md | 11 +++++++++++ composer.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d5504..ff4c1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### 2.0.0 - 2022-03-03 + +- Backwards incompatible changes require a new minimum phpBB version of 3.3.2. +- New ACP options for custom content sizing: + - Added a new setting to enlarge most embedded content to fit 100% of the width of the post area. + - Added a new setting to define custom maximum widths in pixels or percent for individual sites. +- Fixed issues for new installs that would fail if any of phpBB's default forum roles were missing. +- Added language packs: + - Portuguese + - Chinese (traditional) + ### 1.1.2 - 2020-08-14 - 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. diff --git a/composer.json b/composer.json index 4c9b3e1..548d249 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": "1.1.2", + "version": "2.0.0", "license": "GPL-2.0-only", "authors": [ {