Skip to content

Commit 2eb2a9e

Browse files
committed
version updated to 6.0.4
1 parent f06b814 commit 2eb2a9e

3 files changed

Lines changed: 78 additions & 68 deletions

File tree

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
[assembly: AssemblyConfiguration("")]
3232
[assembly: AssemblyCompany("")]
3333
[assembly: AssemblyProduct("")]
34-
[assembly: AssemblyCopyright("2012 DotNetNuke Corporation")]
34+
[assembly: AssemblyCopyright("2016 DotNetNuke Corporation")]
3535
[assembly: AssemblyTrademark("")]
3636
[assembly: AssemblyCulture("")]
3737
[assembly: ComVisible(false)]
@@ -47,7 +47,7 @@
4747
// You can specify all the values or you can default the Revision and Build Numbers
4848
// by using the '*' as shown below:
4949

50-
[assembly: AssemblyVersion("6.0.3.*")]
50+
[assembly: AssemblyVersion("6.0.4.*")]
5151
[assembly: AssemblyDelaySign(false)]
5252
[assembly: AssemblyKeyFile("")]
5353
[assembly: AssemblyKeyName("")]

Xml.dnn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="DNN_XML" type="Module" version="06.00.03">
3+
<package name="DNN_XML" type="Module" version="06.00.04">
44
<friendlyName>Xml Module</friendlyName>
55
<description>
66
The DotNetNuke Xml module queries Data as XML and renders it.</description>
@@ -13,7 +13,7 @@
1313
<license src="License.htm"/>
1414
<releaseNotes src="ReleaseNotes.htm" />
1515
<dependencies>
16-
<dependency type="CoreVersion">05.06.02</dependency>
16+
<dependency type="CoreVersion">07.04.02</dependency>
1717
</dependencies>
1818
<components>
1919
<component type="Cleanup" version="06.00.01" fileName="Cleanup_06.00.01.txt" />

releasenotes.htm

Lines changed: 74 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,74 @@
1-
<h4>Release Notes</h4>
2-
<h2>DotNetNuke XML Module 06.00.03
3-
</h2>
4-
<p>
5-
This release is compiled against the .Net 3.5 Framework using VS2012.<br />
6-
The minimum DotNetNuke core version is 5.6.2
7-
</p>
8-
<p>
9-
Maintenance release
10-
</p>
11-
<div>
12-
<h4>06.00.04</h4>
13-
<ul>
14-
<li>Fix: Layout information has been ignored, preventing output like csv.</li>
15-
<li>document() function can be enabled in web.config by setting enableDocument="true" in web config for xslCompiledTransformProvider</li>
16-
<li>Converted to VS2012</li>
17-
</ul>
18-
</div>
19-
<div>
20-
<h4>06.00.02</h4>
21-
<ul>
22-
<li>HttpRequest did not work in Medium Trust</li>
23-
</ul>
24-
</div>
25-
<div>
26-
<h4>06.00.01</h4>
27-
<ul>
28-
<li>This release circumvents a bug in DNN6.0.0 which stopped the HttpRequest provider. It introduces no new features.</li>
29-
</ul>
30-
</div>
31-
32-
<div>
33-
<h4>06.00.00</h4>
34-
35-
36-
New Features
37-
<ul>
38-
<li>Data Sources and Rendering are now implemented as providers. New data sources
39-
and rendering engines can be added as DotNetNuke providers</li>
40-
<li>HttpRequest-provider<ul>
41-
<li>Cacheable DataSources</li>
42-
<li>URL can be defined using TokenReplace</li>
43-
</ul>
44-
</li>
45-
<li>XslCompiledTransform-provider supports now new XSLT Extension object. These
46-
actions are currently supported:<ul>
47-
<li>setting of page title, page description, module title, </li>
48-
<li>loading of CSS and javascript files and statements,</li>
49-
<li>calling TokenReplace to query additonal contect information</li>
50-
</ul>
51-
</li>
52-
</ul>
53-
New Architecture
54-
<ul>
55-
<li>The module switched from VB.NET to C#</li>
56-
<li>The project was converted from WSP to a Web Application Project (WAP) </li>
57-
<li>VS2010 project file</li>
58-
<li>Automatic package creation using MsBuild. Source package requires
59-
<a href="http://msbuildtasks.tigris.org/">msbuildtasks</a> </li>
60-
<li>Providers build on DotNetNuke.Components, fully supporting DotNetNuke extension
61-
model</li>
62-
</ul>
63-
</div>
64-
1+
<h4>Release Notes</h4>
2+
<h2>DotNetNuke XML Module 06.00.04
3+
</h2>
4+
<p>
5+
This release is compiled against the .Net 4.0 Framework using VS2015.<br />
6+
The minimum DotNetNuke core version is 7.4.2
7+
</p>
8+
<p>
9+
Maintenance release
10+
</p>
11+
<div>
12+
<h4>06.00.04</h4>
13+
<ul>
14+
<li>Support for embedded script blocks can be enabled in web.config by setting enableScript="true" in web config for xslCompiledTransformProvider</li>
15+
<li>Minimal fix to build with in DNN 7.4.2</li>
16+
<li>Retargeted .NET Framework to v4.0</li>
17+
<li>NuGet packages</li>
18+
<li>Converted to VS2015</li>
19+
</ul>
20+
</div>
21+
<div>
22+
<h4>06.00.03</h4>
23+
<ul>
24+
<li>Fix: Layout information has been ignored, preventing output like csv.</li>
25+
<li>document() function can be enabled in web.config by setting enableDocument="true" in web config for xslCompiledTransformProvider</li>
26+
<li>Converted to VS2012</li>
27+
</ul>
28+
</div>
29+
<div>
30+
<h4>06.00.02</h4>
31+
<ul>
32+
<li>HttpRequest did not work in Medium Trust</li>
33+
</ul>
34+
</div>
35+
<div>
36+
<h4>06.00.01</h4>
37+
<ul>
38+
<li>This release circumvents a bug in DNN6.0.0 which stopped the HttpRequest provider. It introduces no new features.</li>
39+
</ul>
40+
</div>
41+
42+
<div>
43+
<h4>06.00.00</h4>
44+
45+
46+
New Features
47+
<ul>
48+
<li>Data Sources and Rendering are now implemented as providers. New data sources
49+
and rendering engines can be added as DotNetNuke providers</li>
50+
<li>HttpRequest-provider<ul>
51+
<li>Cacheable DataSources</li>
52+
<li>URL can be defined using TokenReplace</li>
53+
</ul>
54+
</li>
55+
<li>XslCompiledTransform-provider supports now new XSLT Extension object. These
56+
actions are currently supported:<ul>
57+
<li>setting of page title, page description, module title, </li>
58+
<li>loading of CSS and javascript files and statements,</li>
59+
<li>calling TokenReplace to query additonal contect information</li>
60+
</ul>
61+
</li>
62+
</ul>
63+
New Architecture
64+
<ul>
65+
<li>The module switched from VB.NET to C#</li>
66+
<li>The project was converted from WSP to a Web Application Project (WAP) </li>
67+
<li>VS2010 project file</li>
68+
<li>Automatic package creation using MsBuild. Source package requires
69+
<a href="http://msbuildtasks.tigris.org/">msbuildtasks</a> </li>
70+
<li>Providers build on DotNetNuke.Components, fully supporting DotNetNuke extension
71+
model</li>
72+
</ul>
73+
</div>
74+

0 commit comments

Comments
 (0)