Skip to content

v1.1.8

Choose a tag to compare

@fphxgallery fphxgallery released this 03 Jun 18:17
· 7 commits to main since this release

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.