Skip to content

Releases: DNNCommunity/DNN.XML

06.00.05

Choose a tag to compare

@valadas valadas released this 09 Nov 08:59
0a226a6

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

06.00.04 Pre-release
Pre-release

Choose a tag to compare

@EPTamminga EPTamminga released this 24 Jan 09:18

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

06.00.02

Choose a tag to compare

@EPTamminga EPTamminga released this 12 Jul 12:34

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