Skip to content

Releases: DNNCommunity/DNN.Announcements

v7.3.0

04 Dec 01:35
b598754
Compare
Choose a tag to compare

What's Changed

IMPORTANT: This module now requires DNN v9.11.0

  • Updates Dnn dependencies to v9.4.0 by @valadas in #63
  • Telerik removal by @valadas in #64
  • Fixed ambiguous usage of DnnFilePickerUploader by @stetard in #67
  • Added test for use cases when the module setting descriptionLength is not set by @stetard in #69
  • Prepared release for v7.3.0 by @valadas in #70
  • Released v7.3.0 by @valadas in #71

New Contributors

Full Changelog: v7.2.4...v7.3.0

v7.2.5

14 Nov 23:53
095034a
Compare
Choose a tag to compare

This release removes the last Telerik dependency of this module.

Required Dnn 9.4.0 or above and was tested up to Dnn 9.8.0

v7.2.4

05 Sep 02:36
095034a
Compare
Choose a tag to compare

#60 Fixes an issue where module search indexing would not work and added better support for timezones. Thanks @valadas

07.02.03

30 Jul 01:54
a12e07d
Compare
Choose a tag to compare
  • Fixes an issue where a single announcement was indexed bug #56 by @valadas
  • Removed contributors in readme documentation #55 by @valadas
  • Ensure ModuleInfo for correct tab is used if module is shared bug #52 by @GTSageDev

07.02.02

14 Feb 01:00
d3fe723
Compare
Choose a tag to compare
  • Updated CONTRIBUTING.md Thanks @valadas
  • Updated README.md Thanks @valadas
  • Added missing attribute IgnoreColumn to fix an issue past Dnn 9.4.x Thanks @SCullman
  • Fixed an issue where the editor height would be negative. Thanks @valadas
  • Fixes an issue where is was impossible to save announcements created in V4 Thanks @valadas
  • Fixed an issue where some template parts would not save. Thanks @valadas

This release required Dnn 9.1.1 and has been tested up to Dnn 9.4.4

07.02.01

20 Aug 16:00
659642d
Compare
Choose a tag to compare
  • Fixed an issue where the module would fail after an upgrade with null for images
  • Tested for Dnn 9.2.1 compatibility
  • Templates are now serializable to support redis cache
  • Fixed sql scripts for upgrades involving 7.0.0 when using object qualifiers
  • Fixed an issue where the edit url would be wrong when not using advanced urls

DNN 9.2 compatible release

07 Jun 07:39
191448c
Compare
Choose a tag to compare

DNN.Announcements Version: 07.02.00

Minimum Required DNN Version: 8.0.0

This version includes:

  • Replaced all deprecated APIs usage
  • Tested for Dnn 9.2.0 compatibility
  • Update of the UI of the module to match the DotNetNuke 7 UI
  • Replacement of DAL 1 by DAL 2, the module now uses the DotNetNuke PetaPoco MicroORM, and does not use any SQL Stored Procedures anymore
  • Addition of support for the DotNetNuke WebAPI Service Framework
  • Rewritten in C#
  • Updated to .NET 4.0

Minor update

12 Jul 13:03
Compare
Choose a tag to compare

This is a minor update for the Announcements module. An issue was found that would allow the edit pencils to be shown for unauthenticated users. The cause was found to be in a to broad check on edit permissions.

Also, in this release, two other minor issues were solved. Rendered links to linked content are now properly html encoded (making the module xhtml compliant), and a typo in the uninstall sql script which prevented the module to be uninstalled properly

This release is Azure compatible.