From 99c64ca15950902ec133ee06db46bc9b0c2e7c9b Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 19 Jun 2022 08:23:27 -0700 Subject: [PATCH] Bump version to 3.0.0 Signed-off-by: Matt Friedman --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb32a4..4480730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 3.0.0 - 2022-06-18 + +- Dropped support for phpBB 3.2.x (new minimum requirements: phpBB 3.3.2 and PHP 7.1.3). +- Added new Admin permissions for accessing the ad management and settings. +- Fixed an issue where ad blocker warning message was on top of the Quick links drop down menu. +- Support for ScaffoldBB style added. + ### 2.0.6 - 2022-02-22 - Added an option for more aggressive handling of ad block users, requiring them to disable ad blockers to access the forum. diff --git a/composer.json b/composer.json index a7e21f6..a8eab6b 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/customise/db/extension/ads/", - "version": "2.0.6", + "version": "3.0.0", "keywords": ["phpbb", "extension", "advertisement"], "license": "GPL-2.0-only", "authors": [