Newsletter Studio 18
Change log

For Umbraco 18

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.