Releases: BVNetwork/Newsletter
Bugfix release
Utm Tagging Support
Premailer.Net 1.4 supports utm tagging all hrefs in the markup.
If you add a UtmCampaign string property to your email page, you will get utm tagging on all outgoing links.
This also bumps the requirement for Premailer to 1.4.3, but less than 1.5. See #9 for a report where Premailer 1.3 wasn't backwards compatible, which means we need to keep a stricter version dependency.
Scheduler warning fix
You can now hide the "The Scheduler is not running!" warning with a setting on the epicodeNewsletter
section:
<epicodeNewsletter senderType="..." ignoreServiceStatus="true">
See the documentation for more information.
Support for CMS 9
Now supports CMS and Commerce 9. Also has better IE support.
3.2.0 New configuration, clean up and bugfixes
This release has a new configuration section, allowing you to configure which recipient providers you want to use. Check the source for the Commerce provider for an example on how to implement you own provider.
Work item and recipient item providers have been combined into the same logic, and duplicate code has been removed.
Some of the email address providers has been rewritten to use ajax and the rest api instead of post backs.
Install the packages from the EPiServer Nuget feed as usual (see the readme for more information.)