Skip to content

Commit ad06f3b

Browse files
committed
release: update CHANGELOG for v3.2.0 with fixes, improvements, and new testing features
1 parent 3b99977 commit ad06f3b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## 3.2.0 - 2026-01-14
44

5+
### Fixed
6+
7+
- Broken URL notifications now include the invalid URL (fixes #170)
8+
- GraphQL TypeError when querying entries with empty oEmbed URLs (fixes #156)
9+
- Cookie file accumulation via automatic cleanup (fixes #152)
10+
511
### Added
612

7-
- Added integration test suite coverage for Craft DB-backed entry creation with embedded media templates
8-
- Added integration template fixture for rendering embedded media in tests
13+
- Docker-based test environment with PostgreSQL
14+
- Codeception + Craft CMS testing integration
15+
- Unit + functional tests across services, models, jobs, and providers
16+
- CI pipeline for automated testing and coverage reporting
917

10-
### Update
18+
### Improved
1119

12-
- Updated GitHub Actions CI workflow to run multi-PHP test matrix with coverage
20+
- Defensive validation with XSS protection in notifications
21+
- URL normalization at entry points to prevent null/empty URL issues
22+
- Configurable cookie cleanup with console command and throttling
1323

1424
## 3.1.7 - 2025-08-30
1525

0 commit comments

Comments
 (0)