Skip to content

Commit 580858f

Browse files
authored
Merge pull request #192 from phpbb-extensions/prep-3.0.1
Prep 3.0.1
2 parents 19b4e05 + 293da25 commit 580858f

2 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Changelog
22

3+
### 3.0.1 - 2025-09-21
4+
5+
- Added a setting to display an amendment to the forum privacy policy regarding cookies and data collection from ads.
6+
- Pop Up location now uses browser storage instead of cookies to keep track of when a user closed it.
7+
- Updated the help description for Pop Up location.
8+
- Fixed potential PHP 8 issues.
9+
- Re-wrote some of the internal template logic to simplify and reduce code repetition.
10+
311
### 3.0.0 - 2022-06-18
412

513
- Dropped support for phpBB 3.2.x (new minimum requirements: phpBB 3.3.2 and PHP 7.1.3).
614
- 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.
15+
- Fixed an issue where an ad blocker warning message was on top of the Quick links drop-down menu.
816
- Support for ScaffoldBB style added.
917

1018
### 2.0.6 - 2022-02-22
@@ -24,15 +32,15 @@
2432
### 2.0.4 - 2021-01-21
2533

2634
- Feature: Added new advertisement locations before and after the Quick Reply editor.
27-
- Fix: Title of the popup advertisement window will be properly displayed.
35+
- Fix: The Title of the popup advertisement window will be properly displayed.
2836
- Fix: Addressed potential PHP 8 compatibility issues.
2937
- Fix: Correctly handle advertisement priority in MSSQL and Oracle databases.
3038

3139
### 2.0.3 - 2019-12-03
3240

3341
- 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.
3442
- Fix: Addressed an issue where ad previews in the ACP could be hidden if your browser has Ad Blocking software.
35-
- Fix: Addressed an issue when previewing an ad and any selected groups in the "Hide advertisement for groups" field would be lost.
43+
- Fix: Addressed an issue when previewing an ad, and any selected groups in the "Hide advertisement for groups" field would be lost.
3644
- Fix: Minor code improvements and corrections.
3745

3846
### 2.0.2 - 2019-04-01
@@ -42,7 +50,7 @@
4250

4351
### 2.0.1 - 2018-09-17
4452

45-
- Feature: Added a new "Special" location we call "Scripts" which can be used for adding specialised Javascript codes like AdSense Auto ads and tracking codes.
53+
- Feature: Added a new "Special" location we call "Scripts" which can be used for adding specialised JavaScript codes like AdSense Auto ads and tracking codes.
4654

4755
### 2.0.0 - 2018-06-28
4856

@@ -54,10 +62,10 @@
5462
### 1.0.5 - 2018-03-06
5563

5664
- Feature: Added a new option to display ads on content pages only. When enabled, the ad will not be shown on the UCP, MCP, Registration and Profile pages. This will help comply with certain rules, such as Google AdSense which does not allow their ads to be shown on such pages.
57-
- Feature: Ad locations option has improved organisation to make it easier to pick the appropriate location. Also, a new Visual Demo has been added, so you can see where all the ad locations physically appear on your board.
58-
- Fix: My Advertisements tab in the UCP will no longer be shown to all users, and will only be visible to advertisement owners.
65+
- Feature: An Ad locations option has improved organisation to make it easier to pick the appropriate location. Also, a new Visual Demo has been added, so you can see where all the ad locations physically appear on your board.
66+
- Fix: My Advertisements tab in the UCP will no longer be shown to all users and will only be visible to advertisement owners.
5967
- Fix: Resolved an issue affecting some users where multiple ads assigned to the same location were not being randomly rotated.
60-
- Fix: Ads assigned to display after first post will only be visible now if there are replies after the first post.
68+
- Fix: Ads assigned to display after the first post will only be visible now if there are replies after the first post.
6169

6270
### 1.0.4 - 2017-12-23
6371

@@ -66,7 +74,7 @@
6674

6775
### 1.0.3 - 2017-11-19
6876

69-
- Update: UCP Advertisements page shows more information about your ads including click/view limits, expiration date and active status of the ad.
77+
- Update: UCP Advertisements page shows more information about your ads, including click/view limits, expiration date and active status of the ad.
7078
- Fix: Improve handling of Google's responsive ads and possibly other responsive ad content.
7179

7280
### 1.0.2 - 2017-08-20
@@ -81,7 +89,7 @@
8189
### 1.0.1 - 2017-07-28
8290

8391
- Feature: Advertisement views and clicks statistics.
84-
- Feature: Ad owner - a user can be designated as an ad owner and can view ad statistics.
92+
- Feature: Ad ownera user can be designated as an ad owner and can view ad statistics.
8593
- Feature: Banner image uploading added to the ACP advertisement creation form.
8694
- Code fixes and improvements.
8795

composer.json

Lines changed: 1 addition & 1 deletion
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": "3.0.1-dev",
6+
"version": "3.0.1",
77
"keywords": ["phpbb", "extension", "advertisement"],
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)