Skip to content

Releases: UCF/UCF-Email-Editor-Plugin

v1.3.2

08 Jun 15:56
Compare
Choose a tag to compare

Bug Fixes:

  • Corrected a bug where the header_image_link field was being ignored.

v1.3.1

22 Mar 13:32
c05408d
Compare
Choose a tag to compare

Enhancements:

  • Added composer file.

v1.3.0

18 Mar 13:36
Compare
Choose a tag to compare

Enhancements:

  • Added block email editor.

v1.2.0

12 May 13:28
Compare
Choose a tag to compare

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() to mce_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

03 Aug 19:56
Compare
Choose a tag to compare

Bug Fixes:

  • Character encoding fix: added a fix to enforce the correct character encoding on HTML string partials passed to DomDocument->loadHTML() in apply_link_utm_params().
  • Added missing support for nested lists (ol, ul) in email markup.

v1.1.10

10 Jul 20:41
Compare
Choose a tag to compare

Enhancements:

  • Removed admin bar for logged-in users when viewing emails.
  • Adds WYSIWYG editor styles for Email posts that mimic the "blank" template.

v1.1.9

02 Jul 20:32
Compare
Choose a tag to compare

Enhancements:

  • Increased space between ol/ul list items.

v1.1.8

26 Jun 21:07
Compare
Choose a tag to compare

Bug Fixes:

  • Updated UTM parameter function to ensure invalid doctype and other HTML elements aren't incorrectly added.

v1.1.7

22 Jun 13:40
Compare
Choose a tag to compare

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.

v1.1.6

29 May 16:58
Compare
Choose a tag to compare

Enhancements:

  • Added ability to hide the email title in the "blank" template.