Skip to content

Commit 15c34e6

Browse files
committed
Bump version to 2.0.6
Signed-off-by: Matt Friedman <[email protected]>
1 parent b5eef60 commit 15c34e6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
### 2.0.6 - 2022-02-22
4+
5+
- Added an option for more aggressive handling of ad block users, requiring them to disable ad blockers to access the forum.
6+
- Switched to a stronger ad block detection script based on BlockAdBlock.
7+
- Add ADM pages to the non-content page restriction filter (to prevent showing ads during ACP login).
8+
- Fix: Prevent session ID from blocking click and view tracking.
9+
310
### 2.0.5 - 2021-06-15
411

512
- Updated and improved the appearance of the Visual Demo of Ad Locations.
@@ -10,7 +17,7 @@
1017
### 2.0.4 - 2021-01-21
1118

1219
- Feature: Added new advertisement locations before and after the Quick Reply editor.
13-
- Fix: Title of the pop up advertisement window will be properly displayed.
20+
- Fix: Title of the popup advertisement window will be properly displayed.
1421
- Fix: Addressed potential PHP 8 compatibility issues.
1522
- Fix: Correctly handle advertisement priority in MSSQL and Oracle databases.
1623

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.5",
6+
"version": "2.0.6",
77
"keywords": ["phpbb", "extension", "advertisement"],
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)