Releases: XRM-OSS/Xrm-Html-Templating
Release v1.4.3
- Update steps for emails now also trigger on change of description and subject so that inserting XTL expressions into these fields reevaluate as well
Release v1.4.2
Important: You need XTL v3.7.2 or later for this release
This release adds an oss_htmltemplateuniquename field to the email entity.
You can use this for refering to an html template in addition to the already existing lookup.
Unique name also supports XTL expressions which will be evaluated before searching for the template.
Release v1.4.1
This release should fix #16. Thanks @andreaPorini.
Release v1.4.0
Important
This release needs at least XTL v3.7.0.
This release allows for embedding Merge Tags as XTL snippet expressions, which take much less space than embedding the complete expression.
Be sure to set a unique name on your merge tags, as only then snippet expressions are automatically used for embedding.
Read more about XTL snippets in the XTL ReadMe
Release v1.3.0
v 1.3.0: Implemented Merge Tags
Release v1.2.2
This release applies templates on update of html template field as well.
Release v1.2.1
This release fixes problems that sometimes occur on saving of a template inside a form.
Release v1.2.0
This release adds save as functionality to form and configuration page.
Release v1.1.0
This release adds the possibility of setting subjects on templates as well.
The subject will also be copied to e-mails if the template lookup is set on creation of an email.
In addition to that, a bug that crashed the solution configuration page was fixed.
Release v1.0.3
Adding of the editor is now possible on all forms where you need it.