Newsletter Studio version-11
Change log

For Umbraco 11

11.0.5

Patch-release for Umbraco 11 with fixes and improvements.

dotnet add package NewsletterStudio --version 11.0.5
Fixed
  • Automatically adding Newsletter Studio-paths (~/__ns/) to Umbraco reserved paths to avoid hitting ContentFinders before requests go to our controllers (#2447).
  • SQL truncation-error for nsTrackingCampaignEmail-rows with long error messages (#2435)
  • Solved preview-issue in "Import Recipients Wizard" when importing duplicated data (#1835).
  • Adjustments to Umbraco-image reader to fetch width/height from images in email editor (#2321).

11.0.4

Patch update with fixes and improvements.

dotnet add package NewsletterStudio --version 11.0.4
Added
  • Added support for ReplyTo for Transactional emails (#2286)
Fixed
  • Issue with getting image width/height for resized imaged on migrated sites with legacy image data (#2316)
  • Issue with resized legacy images (#2321)
  • Overlay issue in property editors for transactional email picker and mailing list picker (#2419)

11.0.3

Fixes issues with license validation-date

dotnet add package NewsletterStudio --version 11.0.3
Fixed
  • Fixes when LicenseManager compares release date vs. license "valid until"

11.0.2

Patch-release to fix issues with special characters in button and link URLs.

dotnet add package NewsletterStudio --version 11.0.2
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.
  • Bumped Umbraco 11-dependencies to 11.0.0

11.0.1

Feature release with support for creating/sending campaigns programmatically.

dotnet add package NewsletterStudio --version 11.0.1
Added
  • ICampaignEmailService and new methods on INewsletterStudioService to be able to create and send campaigns programmatically.

11.0.0

First stable release for Umbraco 11

dotnet add package NewsletterStudio --version 11.0.0
Fixed
  • Final fixes for release
  • Design adjustments for TinyMCE

11.0.0-rc2

Updated release candidate for the upcoming Umbraco 11 release. Same feature-set as the Umbraco 10-version.

dotnet add package NewsletterStudio --version 11.0.0-rc2
Fixed
  • Moved client files into Razor Class Library
  • Added support for resolving themes and templates from Razor Class Libraries
  • Updated Umbraco-dependency to Umbraco v11-RC5

11.0.0-rc1

Initial release candidate for Umbraco 11 with the same feature-set as the Umbraco 10-version.

dotnet add package NewsletterStudio --version 11.0.0-rc1
Fixed
  • Support for Umbraco 11
  • TinyMCE-upgrades to support TinyMCE v6