Newsletter Studio 4
Change log

For Umbraco 9

4.0.5

Adding support for programmatic creation, scheduling, and sending of campaigns. Also fixing some issues with special characters in button URLs.

dotnet add package NewsletterStudio --version 4.0.5
Added
  • Support for creating, scheduling, and sending emails with ICampaignEmailService
Fixed
  • Fixes link encoding for links in button-controls
  • Fixes link encoding for links in image-controls
  • Fixes issue with create-buttons in workspace dashboard when running in "single workspace"-mode.

4.0.4

Patch-release with bug fixes, improvements, and support for deep links. Simple NuGet-update.

dotnet add package NewsletterStudio --version 4.0.4
Added
  • Allowing deeplinks into apps e.g myapp://open/something or spotify:album:0sNOF9WDwhWunNAHPD3Baj
Fixed
  • Error-message showed when adding Transactional Email Picker to Document Type.
  • Styles and CSS fixes to handle changes in Umbraco-core.
  • Making Tracking-constants static to allow changes
  • Fixes issue with custom fonts only configured via theme.json
  • Handling exceptions when tracking image-URL is invalid

4.0.3

Patch-release with some bug-fixes

dotnet add package NewsletterStudio --version 4.0.3
Fixed

Fixes issue where trailing slashes were being added to outgoing links when Umbraco's "UseTralingSlash" setting was used.

4.0.2

Minor patch release for Umbraco 9. Code cleanup and solves an issue with User Picker.

dotnet add package NewsletterStudio --version 4.0.2
Fixed
  • Handles Umbraco-core breaking change for User Picker

4.0.1

Minor patch-release for Umbraco 9.

dotnet add package NewsletterStudio --version 4.0.1
Fixed
  • Fixes issue with legacy-data format where umbracoWidth and umbracoHeight is stored as string
  • Added "RemoveRecipient"-method on INewsletterStudioService

4.0.0

First stable release for Umbraco 9.

dotnet add package NewsletterStudio --version 4.0.0
Fixed
  • Fixes issue with trailing slash being added for links to static files.

4.0.0-rc2

Solves some critical issues related to dependency lifetimes.

dotnet add package NewsletterStudio --version 4.0.0-rc2
Fixed
  • Fixes errors related to EmailControlConverterHelper and for EmailControlTypeConfigurationCollection when saving a content node.
  • Fixes database issues when sending transactional emails asynchronously

4.0.0-rc1

We're releasing the first RC for Umbraco 9!

This version has the same features as version 3.0.0. 

Install via NuGet and don't forget to check "Include Prerelease" to see the v4-version in the list.

dotnet add package NewsletterStudio --version 4.0.0-rc1