CF7 to API v1.3.7
·
123 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Fixed
- Sensitive Data Anonymization: Fixed case-insensitive matching for custom sensitive patterns
- Custom patterns with mixed case (e.g.,
primaryPhone,primaryEmail) now correctly match field names - Pattern comparison is now case-insensitive on both sides (field name and pattern)
- Custom patterns with mixed case (e.g.,
Added
- Test Coverage: Added test for custom sensitive patterns with mixed case from Settings