Releases: UCF/UCF-Email-Editor-Plugin
Releases · UCF/UCF-Email-Editor-Plugin
v1.3.2
v1.3.1
v1.3.0
v1.2.0
Enhancements:
- Ported over on-paste content sanitization from Today, which includes HTML element whitelisting, removal of empty elements, and replacement of Postmaster and Outlook Safelink redirects with their final URLs.
- Renamed
mce_before_init_insert_formats()
tomce_block_formats()
, and added checks to ensure it only takes effect on the Email CPT. - Removed the
header_image
plugin option, since it doesn't appear to be in use anywhere at this point.
v1.1.11
v1.1.10
v1.1.9
v1.1.8
v1.1.7
Enhancements:
- Updated ACF fields for selecting an email header/signature/footer to filter available options by tag ("Email Header", "Email Signature", "Email Footer").
- Added missing installation requirements and configuration steps to the readme.
- Reduced TinyMCE and plaintext editor button options to align with elements currently supported in email markup.
- Added ability to define and automatically insert UTM params into links on a per-email basis.
Other:
- Bumped minimum PHP requirement to 7.0 to support null coalescing operators.