Skip to content

Releases: DNNCommunity/DNN.Newsletter

DNN.Newsletter 08.02.00

06 Jul 22:13
4af2891
Compare
Choose a tag to compare

This version has been tested on DNN 09.04.02 and should work on future versions as well (up to DNN 09.09.01 at the time of this release).

Release Notes

  • Remove Telerik controls and update dependencies accordingly.
  • Update DNN NuGet Packages to DNN 09.09.01.

DNN.Newsletter 08.01.00

19 Sep 23:35
d5a6685
Compare
Choose a tag to compare

This version has been tested on DNN 09.04.02 and should work on future versions as well (up to DNN 09.07.01 and DNN 09.07.02 RC1 at the time of this release).

Release Notes

  • Update DNN NuGet Packages to DNN 09.04.02.
  • Minimum required DNN version set to 09.04.02.
  • Change target .NET Framework version from 4.5.1 to 4.7.2.
  • Remove LocalSendTokenizedBulkEmail class in favor of reverting back to the DNN API. The bypass is no longer needed because the API bug was fixed in DNN 09.04.02.

Newsletter 08.00.01

14 Oct 23:30
f78efdd
Compare
Choose a tag to compare

This version has been tested on DNN 08.00.00 - 09.04.01.

Release Notes

  • General project clean-up.
  • Add 08.00.01.SqlDataProvider script to resolve installation issues in DNN 08.00.00.
  • Update project references to utilize NuGet packages.
  • Remove install folder from tracked Git files.
  • Update project file and targets file to handle first-load of project without manual project file manipulation.
  • Resolve issue with sending file attachments.
  • Resolve namespace issues.

Newsletter 08.00.00

20 Jan 19:14
Compare
Choose a tag to compare

First package release for DNN 8.0.0.

Please note the comment in the releasenotes:

If you try to install this version on a clean new DNN 8.0.0 install, the install will fail due to a leftover record in the ModuleDefinitions table. Delete this record with SQL host options before trying to install this package.

Cancel this install if you still have to do this or this install will fail!

Command line:
DELETE FROM ModuleDefinitions where Friendlyname='Newsletters'