Skip to content

Releases: DNNCommunity/DNN.XML

06.00.05

09 Nov 08:59
0a226a6
Compare
Choose a tag to compare

Release Notes

DNN XML Module 06.00.06

This release is compiled against the .Net 4.5 Framework using VS2015.
The minimum DNNPlatform version is 8.0.0 and this module has been teste up to Dnn 9.3.0

06.00.05

  • Source code dependencies are now pulled from Nuget
  • Replaced all deprecated API usages for Dnn 9.2 and up compatibility

06.00.04

24 Jan 09:18
Compare
Choose a tag to compare
06.00.04 Pre-release
Pre-release

Updated for DNN 7.4.2, move to .NET 4.5, improved packaging

06.00.02

12 Jul 12:34
Compare
Choose a tag to compare

Maintenance Release

Maintenance Release

  • 6.0.2 HttpRequest did not work in Medium Trust
  • 6.0.1 This release circumvents a bug in DNN6.0.0 which stopped the HttpRequest provider. It introduces no new features.

New Features (in 6.0.0!)

  • Data Sources and Rendering are now implemented as providers. New data sources and rendering engines can be added as DotNetNuke providers
  • Cacheable DataSources
  • URL can be defined using TokenReplace
  • [url:XslTransform-provider|http://dnnxml.codeplex.com/wikipage?title=XSL%20Transform] supports now new XSLT Extension object.
    These actions are currently supported:
  • setting of page title, page description, module title,
  • loading of CSS and javascript files and statements,
  • calling TokenReplace to query additonal contect information

    More Providers

  • Please check out the [url:Xml Provider Laboratory|http://xmlproviders.codeplex.com/releases] for additional providers.

    New Architecture

  • The module switched from VB.NET to C#
  • The project was converted from WSP to a Web Application Project (WAP)
  • VS2010 project file
  • Automatic package creation using MsBuild. Source package requires msbuildtasks
  • Providers build on DotNetNuke.Components, fully supporting DotNetNuke extension model
  • Requires at least Asp.Net 3.5 SP1 and DotNetNuke 5.6.2