Skip to content

Commit 419f786

Browse files
committed
Bump to v 0.4.0
1 parent a820d11 commit 419f786

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## 0.4.0-dev - 2026-05-16
6+
7+
### Added
8+
9+
- Added a registry of active services registered with Consent Manager to the ACP.
10+
- Added live JSON validation to the manual (ACP-managed) integrations field.
11+
12+
### Changed
13+
14+
- Improved the ACP description of the manual (ACP-managed) integrations.
15+
- Improved formatting of buttons in the Consent Manager modal on mobile devices.
16+
- Improved CSRF protections when deleting consent logs.
17+
- Switched the Privacy settings link to a new lock icon.
18+
519
## 0.3.0-dev - 2026-05-12
620

721
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Consent Manager is a GDPR-ready privacy/cookie consent management solution built for phpBB forums.
1010

11-
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.
11+
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.
1212

1313
The extension also provides an easy integration point for other phpBB extensions, enabling them to make their non-essential scripts compliant.
1414

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": "Centralized GDPR-compliant consent and deferred script loading for phpBB forums.",
55
"homepage": "https://www.phpbb.com/",
6-
"version": "0.3.0-dev",
6+
"version": "0.4.0-dev",
77
"keywords": ["phpbb", "extension", "gdpr", "consent", "cookies"],
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)