Skip to content

CF7 to API v1.3.13

Choose a tag to compare

@github-actions github-actions released this 23 Jan 18:51
· 111 commits to main since this release
Immutable release. Only release title and notes can be modified.

Added

  • New "From" Column in Logs Table (#54): Quick sender identification without opening log details
    • Displays sender name and masked email (e.g., John Doe <jo***@example.com>)
    • Extracts data from common form fields (name, firstname, your-name, email, your-email, etc.)
    • Email masking preserves privacy while allowing identification
    • Shows "Unknown" when sender info cannot be extracted

Changed

  • Renamed "Form" Column to "Channel" (#54): Better reflects the source/channel of submission
  • Improved Endpoint Column (#54): Fixed width with CSS text-overflow ellipsis
    • Full URL visible on hover via title attribute
    • Cleaner table layout without PHP-based truncation

Fixed

  • Empty Status Filter Bug (#54): Fixed table showing no results when URL has empty status parameter
    • Added ! empty() check to prevent filtering with empty string
    • URLs like ?status&date_filter now work correctly
  • Status Filter Auto-Submit (#54): Status dropdown now submits form automatically on change
  • "All Time" Date Filter Auto-Submit (#54): Previously only non-empty filter values triggered auto-submit