Newsletter Studio 13
Change log

For Umbraco 13

13.0.7

Patch-release with bugfixes.

dotnet add package NewsletterStudio --version 13.0.7
Fixed
  • Import recipients now ignore casing when looking for email duplicates (#3181)
  • Issue with backoffice user authentication and chunked cookie (#3180)
  • Issue where ViewFinder would not find unsubscribe.cshtml from theme or global override folder (#2942)

13.0.6

Patch release with minor bugfixes

dotnet add package NewsletterStudio --version 13.0.6
Fixed
  • Issue with sending many transactional emails in a tight loop from a async UmbracoApiController. (#3017)

  • Issue with parsing links with ampersands encoded as & (#3026)

  • Removed feature to remove controls using delete key on keyboard due to key presses falling trough from modal windows causing unreliable deletes. (#3025)

  • Issue with rich text control in email editor sometimes not updating value when switching selected control (#3165).

13.0.5

Patch-release with minor bugfixes and enhancements.

dotnet add package NewsletterStudio --version 13.0.5
Fixed
  • Issue with ReservedPaths sometimes falling back to default from CMS (#2904).

  • Improved error message and logging around SMTP Pickup Email Service Provider (#2602).

13.0.4

Patch-release with minor bugfixes and extensibility enhancements.

dotnet add package NewsletterStudio --version 13.0.4
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).

13.0.3

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

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

13.0.2

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

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

13.0.1

Patch-release that fixes issue with Rich Text Editor and custom UTM-tags in links.

dotnet add package NewsletterStudio --version 13.0.1
Fixed
  • Issue with Rich Text Editor due to Umbraco-changes

13.0.0

Release with support for Umbraco 13

dotnet add package NewsletterStudio --version 13.0.0
Added
  • Support for Umbraco 13