Skip to content

Commit

Permalink
Changed minimum dependencies for Dnn 8, updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Valadas committed Jul 14, 2018
1 parent 1c7c01a commit d46bbdd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.cs
Expand Up @@ -8,6 +8,6 @@
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyVersion("7.0.0.00")]
[assembly: System.Reflection.AssemblyVersion("7.0.1.00")]


4 changes: 2 additions & 2 deletions DNN_Links.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNN_Links" type="Module" version="7.0.0">
<package name="DNN_Links" type="Module" version="7.0.1">
<friendlyName>Links</friendlyName>
<description>This module renders a list of hyperlinks. Links includes an edit page, which allows authorized users to edit the Links data stored in the SQL database.</description>
<iconFile>img/links-icon.png</iconFile>
Expand All @@ -14,7 +14,7 @@
<releaseNotes src="ReleaseNotes.htm" />
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="coreVersion">07.02.00</dependency>
<dependency type="coreVersion">08.00.00</dependency>
</dependencies>
<components>
<component type="Config">
Expand Down
12 changes: 11 additions & 1 deletion ReleaseNotes.htm
@@ -1,4 +1,14 @@
<h2>Release notes DNN Links 07.00.00</h2>
<h2>Release notes DNN Links 07.00.01</h2>
<p>Links Module 07.00.01 will work for DNN version 08.00.00 and has been tested up to Dnn 9.2.0</p>
<h3>Bug fixes</h3>
<ul>
<li>
Fixed build dependencies issues
</li>
</ul>
<hr />

<h2>Release notes DNN Links 07.00.00</h2>
<p>Links Module 07.00.0 will work for DNN version 07.02.00 and has been test up to Dnn 9.2.0</p>
<h3>New features</h3>
<ul>
Expand Down

0 comments on commit d46bbdd

Please sign in to comment.