Skip to content

Commit 99c64ca

Browse files
committed
Bump version to 3.0.0
Signed-off-by: Matt Friedman <[email protected]>
1 parent d4fa654 commit 99c64ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 3.0.0 - 2022-06-18
4+
5+
- Dropped support for phpBB 3.2.x (new minimum requirements: phpBB 3.3.2 and PHP 7.1.3).
6+
- Added new Admin permissions for accessing the ad management and settings.
7+
- Fixed an issue where ad blocker warning message was on top of the Quick links drop down menu.
8+
- Support for ScaffoldBB style added.
9+
310
### 2.0.6 - 2022-02-22
411

512
- Added an option for more aggressive handling of ad block users, requiring them to disable ad blockers to access the forum.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An extension for phpBB that allows administrators to manage and display advertisements on their forums.",
55
"homepage": "https://www.phpbb.com/customise/db/extension/ads/",
6-
"version": "2.0.6",
6+
"version": "3.0.0",
77
"keywords": ["phpbb", "extension", "advertisement"],
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)