Skip to content

Commit 306e9eb

Browse files
Packaging for 6.2.0 release
1 parent 96e9dfb commit 306e9eb

File tree

1 file changed

+8
-32
lines changed

1 file changed

+8
-32
lines changed

Source/DnnDocuments/DNN_Documents.dnn

+8-32
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_Documents" type="Module" version="06.01.00">
3+
<package name="DNN_Documents" type="Module" version="06.02.00">
44
<friendlyName>Documents</friendlyName>
55
<description>This module renders a list of documents, including links to browse or download the document.
66
Documents includes an edit page, which allows authorized users to edit the information about the Documents
@@ -9,14 +9,11 @@
99
<owner>
1010
<name>Mitchel Sellers</name>
1111
<organization>DotNetNuke Community</organization>
12-
<url>http://dnndocuments.dotnetnuke.com</url>
12+
<url>https://github.com/mitchelsellers/dnnDocuments</url>
1313
<email>msellers@iowacomputergurus.com</email>
1414
</owner>
1515
<license>
1616
<![CDATA[
17-
<p>
18-
DotNetNuke® - http://www.dotnetnuke.com <br />
19-
Copyright (c) 2002-2013 by DotNetNuke Corporation</p>
2017

2118
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2219
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
@@ -36,38 +33,17 @@
3633
</license>
3734
<releaseNotes>
3835
<![CDATA[
39-
<h3>Version 06.00.01</h3>
40-
<p>This release fixed a packaging issue with the SQL Scripts for users upgrading from 05.x</p>
4136

42-
<h3>Version 06.00.00</h3>
43-
<p><strong>NOTE:</strong> If Upgrading from versions PRIOR to 05.00.00 upgrade to 05.00.00 FIRST!</p>
44-
45-
<ul>
46-
<li>21437/22277 - Resolved issues with DNN 6.x and later Form Patterns</li>
47-
<li>24341 - Support For DotNetNuke 7.1 on Clean Installation</li>
48-
<li>21461 - Improved DotNetNuke Core Integration by allowing document description to be searchable</li>
49-
<li>21186 - Default Folder selection</li>
50-
<li>20471 - Display issues when using Category List ***</li>
51-
<li>23018 - Added option to allow "Force Download" to be set</li>
52-
<li>23016 - Support for Azure</li>
53-
<li>21588 - Resolved issues with non-english languages and custom CSS Classes</li>
54-
</ul>
55-
56-
<p>*** Please see release notes on CodePlex for needed steps for legacy resolution of this issue.</p>
57-
58-
<h3>Version 05.00.00</h3>
59-
60-
<ul>
61-
<li>Updated to DNN 5.x manifest format</li>
62-
<li>Added clustered primary key on Documents tabl</li>
63-
<li>Resolved issues created by previous releases</li>
64-
<li>Resolved outstanding bugs</li>
65-
</ul>
37+
<h3>Version 06.02.00</h3>
38+
39+
<p>Cleanup release and fix of recurring bugs for folder/file management. Full release notes on GitHub.</p>
40+
41+
6642

6743
]]>
6844
</releaseNotes>
6945
<dependencies>
70-
<dependency type="CoreVersion">06.00.02</dependency>
46+
<dependency type="CoreVersion">06.00.00</dependency>
7147
</dependencies>
7248
<components>
7349
<component type="Script">

0 commit comments

Comments
 (0)