Newsletter Studio 18
Change log

For Umbraco 18

18.0.1

Patch-release with fixes and improvements

dotnet add package NewsletterStudio --version 18.0.1
Added
  • Better error handling and logging when sending test emails (#5773)
Fixed
  • Campaign "send now" toaster confirmation text (#5806)
  • Permissions issues for workspace picker when sending from content-section (#5794)
  • Campaign & Transactional email lists, filtering "by me" now works (#5800)

18.0.0

New major version with support for Umbraco 18.

dotnet add package NewsletterStudio --version 18.0.0
Breaking
  • "Async all the things", many methods and interfaces have been changed to be async and post-fixed with "Async". This impacts for example RecipientListProviders, EmailServiceProviders, INewsletterStudioService and other public methods.
  • AddRecipientRequest.SubscribeTo(List mailingListKeys) not respect double opt-in.