Newsletter Studio 17
Change log

For Umbraco 17

17.0.4

Patch-release that fixes a validation issue with the SMTP Pickup Email Service Provider used during testing.

dotnet add package NewsletterStudio --version 17.0.4
Fixed
  • Fixes issue where validation in the Smtp Pickup Email Service Provider would validate a old value (c:\temp\smtp) even after textbox had been changed (#5309).
  • Fix typo in dialog shown when removing a mailing list (#5317).

17.0.3

Patch release with fixes for content link resolution for content with culture variants and issue with "view in browser" while campaign is sending.

dotnet add package NewsletterStudio --version 17.0.3
Fixed
  • 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)

17.0.2

Patch release to fix issue with race conditions in CssInliner.

dotnet add package NewsletterStudio --version 17.0.2
Fixed
  • Fixes issue when Element.GetOrCreateCallback would be called from multiple threads causing a race condition #5258

17.0.1

A patch release focused on improving the template resolution for rendering Umbraco Content for Campaigns.

dotnet add package NewsletterStudio --version 17.0.1
Added
  • A new, case insensitive template resolution that performs a more exact match of the template alias. #5243
Fixed
  • Added more logging (both Debug-level and Warning-level) to debug content rendering issues.

17.0.0

Update Umbraco dependency to Umbraco 17.0.0

dotnet add package NewsletterStudio --version 17.0.0
Fixed
  • Update dependency to Umbraco 17.0.0

17.0.0-rc2

Update Umbraco dependency to Umbraco 17.0.0-rc4

dotnet add package NewsletterStudio --version 17.0.0-rc2
Fixed
  • Update dependency to Umbraco 17.0.0-rc4, adjust code for breaking changes in Swashbuckle / OpenAPI.

17.0.0-rc1

Release Candidate of Newsletter Studio for Umbraco 17, includes support for Umbraco 17, bugfixes and some new features.

dotnet add package NewsletterStudio --version 17.0.0-rc1
Added
  • Support for Umbraco 17
  • Dates stored as UTC and shown in users local time zone (#4989)
  • Rich Text Editor: Improved style (#5138)
  • Merge Fields: Added support for inserting HTML-merge fields into Rich Text Editor. (#4895)
  • Themes: Supported in more folders: newsletterStudio and newsletterStudioExtensions (#2095)

 

Fixed
  • Themes: Support for compiled razor views for macros, fixing issues when running Umbraco in Production Mode (#5014)
  • UI-issue where server validation errors in email editor could be left unhandled causing the Save button to be disabled (#2703)