Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## 1.0.1 - 2026-09-03

### Changed

- Consent cookie and browser storage names now use the board's configured cookie prefix to prevent conflicts between phpBB installations.
- Consent cookies now respect the board's configured cookie path and domain.
- Improved the Privacy Policy link wording and presentation in the consent interface.
- Manual integrations now require HTTPS for remote scripts. Relative script URLs remain supported.

### Fixed

- Fixed phpBB and third-party style rules overriding Consent Manager typography, buttons, links, service lists, toggles, and focus states.
- phpBB's “Delete cookies” action now also removes Consent Manager's cookie and local browser storage.
- Fixed custom BBCodes containing iframes causing parser rebuilds and forum pages to fail when embedded media consent was enabled.
- Guest consent log limits now remain effective when browsers do not retain session cookies.
- Consent log identifiers now remain stable when phpBB refreshes its random seed, preserving username-filtered exports and deletions.
- Fixed consent deferral for iframe sources nested inside conditional XSL templates, such as Apple Podcasts embeds.

## 1.0.0 - 2026-06-20

- First official release of Consent Manager.
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": "GDPR-ready consent manager for phpBB forums, providing category consent, deferred script and iframe loading, consent logging, and extension integration APIs.",
"homepage": "https://www.phpbb.com/",
"version": "1.0.0",
"version": "1.0.1",
"keywords": ["phpbb", "extension", "gdpr", "consent", "cookies"],
"license": "GPL-2.0-only",
"authors": [
Expand Down