From f0879d093036ba21af02fb04e2faeb5c053dcd70 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 22 Aug 2026 09:39:27 -0700 Subject: [PATCH] Bump to 1.0.1 --- CHANGELOG.md | 18 ++++++++++++++++++ composer.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4041da6..303bdb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index 75eb347..953ed53 100644 --- a/composer.json +++ b/composer.json @@ -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": [