Skip to content

v1.0.2

Choose a tag to compare

@fphxgallery fphxgallery released this 03 Jun 01:12
· 16 commits to main since this release

Major feature release plus a SQLite reliability fix.

Features

  • Visual Email Editor — block-based builder with reusable templates
  • Audience Segmentation — named segments with filter conditions
  • Subscribe Form Builder — GDPR field + custom success messages
  • Double Opt-In and Bounce Tracking
  • Expanded automation workflows and resend-to-non-openers

Fixes

  • Campaigns, email templates, forms, subscribers, lists, and segments now save correctly on SQLite when content contains single quotes/apostrophes (AI-generated copy, names like O'Brien). $wpdb->insert/update addslashes-escaping breaks the SQLite MySQL parser; these now route through raw PDO binding, matching the existing workflow path.

🤖 Generated with Claude Code