diff --git a/CHANGELOG.md b/CHANGELOG.md index 506af20..4601a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## 0.4.0-dev - 2026-05-16 + +### Added + +- Added a registry of active services registered with Consent Manager to the ACP. +- Added live JSON validation to the manual (ACP-managed) integrations field. + +### Changed + +- Improved the ACP description of the manual (ACP-managed) integrations. +- Improved formatting of buttons in the Consent Manager modal on mobile devices. +- Improved CSRF protections when deleting consent logs. +- Switched the Privacy settings link to a new lock icon. + ## 0.3.0-dev - 2026-05-12 ### Added diff --git a/README.md b/README.md index f58dc34..606a76d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Consent Manager is a GDPR-ready privacy/cookie consent management solution built for phpBB forums. -It adds a consent banner, settings modal, and category-based controls, allowing visitors to accept all, reject all, or choose specific tracking types. A footer link lets users revisit and update their preferences at any time. +It adds a consent banner, settings modal, and category-based controls, allowing visitors to accept all, reject all, or choose specific cookie types. A footer link lets users revisit and update their preferences at any time. The extension also provides an easy integration point for other phpBB extensions, enabling them to make their non-essential scripts compliant. diff --git a/adm/style/consentmanager_acp.html b/adm/style/consentmanager_acp.html index afe0fe8..4649c7d 100644 --- a/adm/style/consentmanager_acp.html +++ b/adm/style/consentmanager_acp.html @@ -73,9 +73,19 @@