From b9ca2345c94a800ad078c40f8df3ac307931e9a0 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 13 Jun 2019 06:44:57 -0700 Subject: [PATCH] Bump version to 1.1.1 and update changelog --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a83bb..9b47616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## 1.1.0 - 2019-04-29 +### 1.1.1 - 2019-06-13 + +- Fixed an issue that could cause some boards to have a fatal PHP error. +- Internal code updates and language pack corrections (Arabic, French, Italian). +- Updated site: clyp.it +- Added site: allocine.fr + +### 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. diff --git a/composer.json b/composer.json index e6fab0e..a18aac1 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.1-dev", + "version": "1.1.1", "license": "GPL-2.0-only", "authors": [ {