Skip to content

1.5.8 - Template command improvements and more

Compare
Choose a tag to compare
@derekrushforth derekrushforth released this 15 Dec 17:58
d401ecb

Template push improvements

The templates push command now only pushes local templates to Postmark if they were modified or newly added. Prior to v1.5.8, all local templates were pushed regardless of whether they were modified or not. This made it tough to see what templates actually changed in the review output.

If you prefer to force push all templates, regardless of their state, include the --all argument. The review output will also tell you whether a template was unmodified, modified, or added.

101831335-ff9e6780-3af2-11eb-84d8-30fbd4d27d20

Template preview subject line rendering

The subject line in the template preview tool now renders your mustachio syntax with the values in your test template model. Subject lines that previously looked like this:

101830049-2e1b4300-3af1-11eb-8f57-ad0a4f930c14

Now look like this:

101830074-38d5d800-3af1-11eb-8010-2394b7c402db

The template preview tool will also show validation errors if there was an issue compiling the subject line:

101830170-56a33d00-3af1-11eb-8ca0-2cb6db3eed78

Template preview external links

The preview tool now opens all external links in your templates in a new window. This prevents buggy behavior whenever selecting a link.

Security fixes

A few automated security vulnerability fixes were included with this release.