Skip to content

Commit db17308

Browse files
committed
Bump to 3.0.1
1 parent 3a1be5a commit db17308

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 3.0.1 - 2025-09-20
4+
5+
- Added an amendment to the forum privacy policy regarding cookies and data from ads.
6+
- Update help description for Pop Up location.
7+
- Pop Up location now uses browser storage instead of cookies to keep track of when a user closed it.
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).

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)