Skip to content

Commit 3269ffa

Browse files
committed
Update to 2.0.4
1 parent aa763a2 commit 3269ffa

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+
### 2.0.4 - 2021-01-21
4+
5+
- Feature: Added new advertisement locations before and after the Quick Reply editor.
6+
- Fix: Title of the pop up advertisement window will be properly displayed.
7+
- Fix: Addressed potential PHP 8 compatibility issues.
8+
- Fix: Correctly handle advertisement priority in MSSQL and Oracle databases.
9+
310
### 2.0.3 - 2019-12-03
411

512
- 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.

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

0 commit comments

Comments
 (0)