Releases: DNNCommunity/DNN.Announcements
Releases · DNNCommunity/DNN.Announcements
v7.3.0
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
v7.2.4
07.02.03
07.02.02
- 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
- 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
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
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.