diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs deleted file mode 100644 index 1bb43f4..0000000 --- a/AssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -[assembly: System.Reflection.AssemblyVersion("7.0.2.00")] - - diff --git a/BuildScripts/ModulePackage.Targets b/BuildScripts/ModulePackage.Targets index 10d034a..983a179 100644 --- a/BuildScripts/ModulePackage.Targets +++ b/BuildScripts/ModulePackage.Targets @@ -13,10 +13,6 @@ $(DotNetNukeDir)\bin - - - - @@ -64,7 +60,7 @@ - + - + diff --git a/DNN_Links.dnn b/DNN_Links.dnn index 7955c89..4205209 100644 --- a/DNN_Links.dnn +++ b/DNN_Links.dnn @@ -1,6 +1,6 @@  - + Links 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. img/links-icon.png @@ -14,7 +14,7 @@ true - 08.00.00 + 09.04.00 @@ -76,13 +76,13 @@ diff --git a/Dnn.Links.csproj b/Dnn.Links.csproj index efbcba6..363c9b4 100644 --- a/Dnn.Links.csproj +++ b/Dnn.Links.csproj @@ -15,7 +15,7 @@ Properties DotNetNuke.Modules.Links DotNetNuke.Modules.Links - v4.5 + v4.7.2 false @@ -25,6 +25,7 @@ + true @@ -45,48 +46,46 @@ 4 - - packages\DotNetNuke.Core.8.0.0.809\lib\net40\DotNetNuke.dll + + packages\DotNetNuke.Core.9.4.0\lib\net45\DotNetNuke.dll False False - - packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.Web.dll + + packages\DotNetNuke.Web.9.4.0\lib\net45\DotNetNuke.Web.dll False False - - packages\DotNetNuke.Web.Deprecated.8.0.0.809\lib\net40\DotNetNuke.Web.Deprecated.dll + + packages\DotNetNuke.Web.Deprecated.9.4.0\lib\net45\DotNetNuke.Web.Deprecated.dll False False - packages\DotNetNuke.Web.Deprecated.8.0.0.809\lib\net40\DotNetNuke.WebUtility.dll False + packages\DotNetNuke.Web.9.4.0\lib\net45\DotNetNuke.WebUtility.dll False - packages\DotNetNuke.Core.8.0.0.809\lib\net40\Microsoft.ApplicationBlocks.Data.dll + packages\DotNetNuke.Core.9.4.0\lib\net45\Microsoft.ApplicationBlocks.Data.dll False False - - - packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll - False - False - - + + + + + - packages\DotNetNuke.Web.Deprecated.8.0.0.809\lib\net40\Telerik.Web.UI.dll + packages\DotNetNuke.Web.Deprecated.9.4.0\lib\net45\Telerik.Web.UI.dll False False @@ -149,7 +148,7 @@ - + diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 3ee799e..cb3be66 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,35 +1,18 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("DotNetNuke Links Module")] -[assembly: AssemblyDescription("Provides an easy way to place a list of links on a website")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("DotNetNuke")] -[assembly: AssemblyProduct("Links")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] +[assembly: System.Reflection.AssemblyDescription("Provides an easy way to place a list of links on a website")] +[assembly: System.Reflection.AssemblyCompany("DotNetNuke")] +[assembly: System.Reflection.AssemblyProduct("Links")] +[assembly: System.Reflection.AssemblyCopyright("Copyright © 2021")] +[assembly: System.Reflection.AssemblyVersion("7.1.0.00")] +[assembly: System.Reflection.AssemblyTitle("DotNetNuke Links Module")] -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("adf90061-f58a-488a-84ae-8297a3b2d9c7")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.0.0.0")] diff --git a/Providers/DataProviders/SqlDataProvider/07.00.02.SqlDataProvider b/Providers/DataProviders/SqlDataProvider/07.01.00.SqlDataProvider similarity index 97% rename from Providers/DataProviders/SqlDataProvider/07.00.02.SqlDataProvider rename to Providers/DataProviders/SqlDataProvider/07.01.00.SqlDataProvider index fbdc9df..f74482b 100644 --- a/Providers/DataProviders/SqlDataProvider/07.00.02.SqlDataProvider +++ b/Providers/DataProviders/SqlDataProvider/07.01.00.SqlDataProvider @@ -1,6 +1,5 @@ /************************************************************/ /***** SqlDataProvider *****/ -/***** 04.01.01 *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***** perform a search and replace operation *****/ diff --git a/ReleaseNotes.htm b/ReleaseNotes.htm index 2be0dc0..537e365 100644 --- a/ReleaseNotes.htm +++ b/ReleaseNotes.htm @@ -1,4 +1,11 @@ -

Release notes DNN Links 07.00.01

+

Release notes for DNN Links 07.01.00

+
    +
  • Fixed an issue with wrong sql object qualifier
  • +
  • Fixed an issue with import/export
  • +
  • Bumped minimum Dnn depenency to 9.4.0
  • +
+ +

Release notes DNN Links 07.00.01

Links Module 07.00.01 will work for DNN version 08.00.00 and has been tested up to Dnn 9.2.0

Bug fixes

    diff --git a/packages.config b/packages.config index d167d7a..076db18 100644 --- a/packages.config +++ b/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file