v1.1.8
Bug Fixes
Backslash in subject line — WordPress applies wp_magic_quotes() to all $_POST data, adding backslashes before apostrophes (e.g. Don\'t). Fixed by adding wp_unslash() before sanitization on all campaign and workflow text fields.
Button styles stripped by AI — AI was replacing styled button <a> tags with plain hyperlinks, losing inline CSS. Updated template system prompt to explicitly require preserving all attribute values on anchor tags verbatim.