Skip to content

Commit

Permalink
Bump version to 2.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Feb 22, 2022
1 parent b5eef60 commit 15c34e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 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.
- Switched to a stronger ad block detection script based on BlockAdBlock.
- Add ADM pages to the non-content page restriction filter (to prevent showing ads during ACP login).
- Fix: Prevent session ID from blocking click and view tracking.

### 2.0.5 - 2021-06-15

- Updated and improved the appearance of the Visual Demo of Ad Locations.
Expand All @@ -10,7 +17,7 @@
### 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: Title of the popup advertisement window will be properly displayed.
- Fix: Addressed potential PHP 8 compatibility issues.
- Fix: Correctly handle advertisement priority in MSSQL and Oracle databases.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5",
"version": "2.0.6",
"keywords": ["phpbb", "extension", "advertisement"],
"license": "GPL-2.0-only",
"authors": [
Expand Down

0 comments on commit 15c34e6

Please sign in to comment.