diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f1e02..99a83bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 1.1.0 - 2019-04-29 + +- Implemented a new feature allowing users to add new media sites or update +existing site definitions by dropping simple YAML files into the extension. +These will be available through our support forum, as well as documentation +on adding and creating new site YAML files for MediaEmbed. +- Added new media sites using the new YAML implementation: + - Clyp.it + - CodePen + - DotSub + - Ebaum's World + - ModDB + - OK.ru + - SchoolTube + - Snotr + - VideoPress +- Added language packs: + - Arabic + - Brazilian Portuguese + - Chinese + - Czech + - Danish + - Estonian + - French + - German + - Italian + - Polish + - Spanish (casual) + - Turkish + ### 1.0.4 - 2019-03-12 - Fixed another issue that could break future versions of phpBB (3.2.6 or newer) diff --git a/composer.json b/composer.json index 3980632..7bd52b1 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", - "version": "1.1.0-dev", + "version": "1.1.0", "license": "GPL-2.0-only", "authors": [ {