|
1 | 1 | <dotnetnuke type="Package" version="5.0">
|
2 | 2 | <packages>
|
3 |
| - <package name="DNN_Documents" type="Module" version="06.01.00"> |
| 3 | + <package name="DNN_Documents" type="Module" version="06.02.00"> |
4 | 4 | <friendlyName>Documents</friendlyName>
|
5 | 5 | <description>This module renders a list of documents, including links to browse or download the document.
|
6 | 6 | Documents includes an edit page, which allows authorized users to edit the information about the Documents
|
|
9 | 9 | <owner>
|
10 | 10 | <name>Mitchel Sellers</name>
|
11 | 11 | <organization>DotNetNuke Community</organization>
|
12 |
| - <url>http://dnndocuments.dotnetnuke.com</url> |
| 12 | + <url>https://github.com/mitchelsellers/dnnDocuments</url> |
13 | 13 | <email>msellers@iowacomputergurus.com</email>
|
14 | 14 | </owner>
|
15 | 15 | <license>
|
16 | 16 | <![CDATA[
|
17 |
| - <p> |
18 |
| - DotNetNuke® - http://www.dotnetnuke.com <br /> |
19 |
| - Copyright (c) 2002-2013 by DotNetNuke Corporation</p> |
20 | 17 |
|
21 | 18 | <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
22 | 19 | documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
36 | 33 | </license>
|
37 | 34 | <releaseNotes>
|
38 | 35 | <![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> |
41 | 36 |
|
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 | + |
66 | 42 |
|
67 | 43 | ]]>
|
68 | 44 | </releaseNotes>
|
69 | 45 | <dependencies>
|
70 |
| - <dependency type="CoreVersion">06.00.02</dependency> |
| 46 | + <dependency type="CoreVersion">06.00.00</dependency> |
71 | 47 | </dependencies>
|
72 | 48 | <components>
|
73 | 49 | <component type="Script">
|
|
0 commit comments