Releases: DNNCommunity/DNN.FormAndList
Releases · DNNCommunity/DNN.FormAndList
v6.5.8
What's Changed
- Updated copyrights to DNN Community by @valadas in #86
- Added an option to export system fields by @ufoloko in #90
- Added Option to export csv between dates by @ufoloko in #101
- Update README.md by @Timo-Breumelhof in #109
- Bumped version and fixed some SQL by @valadas in #110
- Merged
development
intomater
to releasev6.5.8
by @valadas in #111
New Contributors
- @Timo-Breumelhof made their first contribution in #109
Full Changelog: v6.5.5...v6.5.8
v6.5.5
This release removes an unused Telerik reference and also bumps the minimum Dnn dependency to v.9.4.0.
It has been tested up to Dnn 9.8.1 and 9.9.0-rc1
06.05.04
06.05.03
06.05.02
06.05.01
06.05.00
This release requires Dnn 8.0.4 or above and has been tested for Dnn 9.2 compatibility.
Changes:
- Tested for Dnn 9.2 compatibility
- Build process updated to use Nuget packages, module can now be built on vanilla Visual Studio setup even without Dnn present.
- Fixes an issue with the Dnn captcha not showing, adds support (optionnaly) to replace Dnn Captcha by Google ReCatcha.(Issues 21)
- Fixed an issue where it was impossible to apply a template created by one module into another module (Issue 26)
- Prevents creating fields with a pipe ( | ) in the title, which made the module break (Issue 9)
- Fixed an issue where the search would not work after clicking on Show Records and clicking Reset Search would redirect the user to the form instead of staying in the list mode (Issue 14)
DNN Form And List 6.4.0
Highlight of release DNN FormAndList 06.04.00:
- Indexing now based on ModuleSearchBase instead of ISearchable
- Replaced all calls to deprecated methods to DNN with alternatives
- Removed all dependencies to Telerik
- Simple Search can now be styled with css and has by default a bigger margin on the bottom
This release of DNN FormAndList requires DNN 8.0.4 up.
DNN Form and List for DNN8
FormAndList
Updates & fixes to make this version of F&L compliant with DNN8
- Upgraded to depend on .NET framework 4.5.1 to be able to reference DNN 8.0.0
- Removed warnings signaled by the Extension Verification System
DotNetNuke Form and List 06.01.00
##! Changes to 6.1.0
- Fix for DNN 7.2.2
- Allowed for custom datatypes.config (to be placed in Portals/_default/UserDefinedTable).
datatypes.config in the DesktopModules/UserDefinedTable will remain to be overwriten on installation of a new version. However, if you copy it to the folder mentioned above, your cusotmizations will not be overwriten on installation anymore.