Skip to content

v1.2.0

Choose a tag to compare

@fphxgallery fphxgallery released this 03 Jun 18:53
· 5 commits to main since this release

Bug Fix

Template HTML stripped on savewp_kses_post() was silently removing inline CSS properties and <img src=""> tags from email templates, campaigns, and workflow content. Since all these save paths require manage_options, replaced with wp_unslash() so the full HTML is preserved.