Newsletter Studio version-11
Change log

For Umbraco 11

11.0.12

Patch-release with minor bugfixes and extensibility enhancements.

dotnet add package NewsletterStudio --version 11.0.12
Fixed
  • Removed sealed from built in email editor control types to make them overridable (#2764).

  • Fixes issue with URL-casing and campaign overview report (#2797).

11.0.11

The List-Unsubscribe-release, where we've added support for the List-Unsubscribe header.

dotnet add package NewsletterStudio --version 11.0.11
Added
  • Support for List-Unsubscribe header that will be added to campaigns automatically.

11.0.10

Release with new "file based" configuration support and some bug fixes.

dotnet add package NewsletterStudio --version 11.0.10
Added
  • Support for file based configuration (#2724)
Fixed
  • Issue with link click tracker replacing existing utm-tags (#2706).
  • Issue with deleting transactional templates (#2723)

11.0.9

Patch-release with fixes and improvments.

dotnet add package NewsletterStudio --version 11.0.9
Added
  • Bouncehandler-parser to understand malformed Amazon SES-bounce emails. #2628
  • Pagination for Campaigns in Content App. Improved over all pagination and scrolling experience. #2648 & #2671
Fixed
  • Google Analytics-tracking issues when overriding utm_campaign & utm_content. Also fixed issue with querystring parameter naming, changed utm_name to utm_campaign. #2649
  • Opening-tracking pixel logged error when tracking information was stripped by anti-tracking software. #2647
  • Fixed issue where invalid HTML-documents (containing html,head or body-elements inside the root body-element), might be stripped in the middle during CSS-inlining. #2624

11.0.7

The "rate limit"-release that includes improved error handling in the send out engine and a feature to configure a rate limit when sending via SMTP.

dotnet add package NewsletterStudio --version 11.0.7
Added
  • Added rate limit support for built in SMTP Email Service Provider (#2493)
Fixed
  • Improved error handling inside batches in send out engine. (#2537)

11.0.6

Patch-release with some bug fixes and additional features.

dotnet add package NewsletterStudio --version 11.0.6
Added
  • Support for resending transactional emails (#2288)
  • CSV-export for recipients and mailing lists (#381)
Fixed
  • Issue with BBC-emails when sending one single transactional email to multiple recipients. (#2489)
  • Issue with displaying recipients when a transactional email with multiple recipients was not sent as individual emails. (#2495)

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