Skip to content

Commit 371f00a

Browse files
authored
Merge pull request #196 from phpbb-extensions/release-3.0.2
Bump to version 3.0.2
2 parents 3ade41a + deff787 commit 371f00a

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.2 - 12-31-2025
4+
5+
- Fixed timezone inconsistencies in advertisement start/end date handling.
6+
- Start and end dates are now stored as UTC midnight timestamps for consistency across all timezones.
7+
- Date comparisons now use a user's timezone-aware datetime to prevent ads from appearing expired prematurely.
8+
- Date inputs now use native HTML5 date pickers instead of the deprecated jQuery DateTimePicker library.
9+
- Fixed validation to ensure the start date cannot be the same as or later than the end date.
10+
311
### 3.0.1 - 2025-09-21
412

513
- Added a setting to display an amendment to the forum privacy policy regarding cookies and data collection from ads.

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

0 commit comments

Comments
 (0)