Newsletter Studio 15
Change log

For Umbraco 15

15.0.7

Fixes various issues and adds support for using legacy images (that is using the file upload property editor) in the email editor.

dotnet add package NewsletterStudio --version 15.0.7
Added
  • Support for parsing legacy images (that uses file upload) (#4814).
Fixed
  • Minor typos in administration UI (#4783)
  • Threading optimizations for send out engine (#4734)
  • New property to the object returned by INewsletterStudioService.ParseUnsubscribeToken() that contains more information about the recipient. (#4785)
  • Fixes issues with text styles overrides and custom fonts (#4702)

15.0.6

Patch release that fixes some minor issues.

dotnet add package NewsletterStudio --version 15.0.6
Added
  • Transactional Email Picker supports workspace-level restrictions (#4187)
Fixed
  • Removed validation for "host" when using "Umbraco Configuration Based" SMTP. (#4606)
  • Swagger-issue where TrackingController would make the default swagger docs throw in Release mode (#4638)

15.0.5

Maintenance release fixing minor issues and adding support for border-radius for buttons.

dotnet add package NewsletterStudio --version 15.0.5
Added
  • Support for border-radius for buttons in the email editor (#3957)
Fixed
  • Tidy up styling for editor workspace to match better with rendered email/preview. (#4453)
  • Fix: Use inverted button background-color for text if not explicitly set. (#4422)
  • Prevent CssInliner from downloading font-assets. (#4326)
  • Fix: ReplaceRelativeLinkRenderTask throws when no href attribute exists. (#3480)
  • Fix: Content-rendering issue for email template override. Ignore case when comparing template aliases (#4331)
  • Fix: Transactional email stats overview showed 3 months, text said 30 days. (#3487)
  • Fix: Use theme setting if divider-control instance has empty thickness setting. (#4445)

15.0.4

Highly recommended patch-release that fixes a critical bug in the error logging that could cause infinite loop and overflow exception.

dotnet add package NewsletterStudio --version 15.0.4
Fixed
  • Critical issue with logging that could cause a infinite loop and overflow exception #4313.

15.0.3

Improves the import recipients wizard by adding a option to update existing recipients when importing.

dotnet add package NewsletterStudio --version 15.0.3
Added
  • Option to update existing recipient data when using the import wizard (#4217).
Fixed
  • Issue with empty rows being parsed when using the import wizard (#2611).

15.0.2

Patch release that fixes a rendering issue where the head element sometimes would not be rendered correctly.

dotnet add package NewsletterStudio --version 15.0.2
Fixed
  • Rendering issue where the head element sometimes would not be rendered correctly. (#4189)

15.0.1

Patch-release with minor bug fixes for v15.

dotnet add package NewsletterStudio --version 15.0.1
Fixed
  • Z-index issue with row-toolbox in email editor (#4165)
  • Issue with clicking out side the "Add row"-button in email editor.
Added
  • Public API to access IWorkspaceService

15.0.0

The first stable release for Umbraco 15, if you're upgrading - please check the release notes for the Newsletter Studio 14 to see a list of breaking changes from v13.

dotnet add package NewsletterStudio --version 15.0.0