v1.0.2
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/updateaddslashes-escaping breaks the SQLite MySQL parser; these now route through raw PDO binding, matching the existing workflow path.
🤖 Generated with Claude Code