diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc997c..77b76f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 2.0.4 - 2021-01-21 + +- Feature: Added new advertisement locations before and after the Quick Reply editor. +- Fix: Title of the pop up advertisement window will be properly displayed. +- Fix: Addressed potential PHP 8 compatibility issues. +- Fix: Correctly handle advertisement priority in MSSQL and Oracle databases. + ### 2.0.3 - 2019-12-03 - Fix: Updated the "Display on content pages only" option so ads will no longer appear when writing posts or viewing member lists. This is to improve compliance with rules from Google AdSense. diff --git a/composer.json b/composer.json index d37f790..4991b6d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "An extension for phpBB that allows administrators to manage and display advertisements on their forums.", "homepage": "https://www.phpbb.com", - "version": "2.0.3", + "version": "2.0.4", "keywords": ["phpbb", "extension", "advertisement"], "license": "GPL-2.0-only", "authors": [