For Umbraco 16
16.0.6
Patch release with fixes for content link resolution for content with culture variants and issue with "view in browser" while campaign is sending.
Implement fallback strategy for links to content the vary by culture. If default culture is not available, the first culture for the document will be used. (#5023
Issue that prevented recipients from using the "view in browser" feature while the campaign was in sending-state. (#5267)
16.0.5
Patch release to fix issue with race conditions in CssInliner.
16.0.4
Fixes a critical issue with the UI for scheduling campaigns and adds language support for German (thank you Mark Brunner @ Zynex AG .
16.0.3
Important bug fix release that fixes issues with resolving views inside Razor Class Libraries after project has been published. Also fixes issues with json-schema file during publish.
16.0.2
A maintenance release that optimized the rendering and calculation of gravatar images, fixes issue with removing text color in the rich text editor and adds support for additional query parameters in custom unsubscribe links.
16.0.1
Fixes various issues and adds support for using legacy images (that is using the file upload property editor) in the email editor.
16.0.0
This major release for Umbraco 16 contains updates and fixes to align with the changes in Umbraco 16.
Some of the major news are:
In this release we had to make adjustments to the rendering pipeline, this impacts any custom email controls (IEmailControlType or EmailControlTypeBase). However the changes are minimal and only affects the method signatures.