v1.2.0
Bug Fix
Template HTML stripped on save — wp_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.