|
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