Skip to content

Commit f44a2a7

Browse files
author
Will Strohl
authored
Merge pull request #56 from hismightiness/tasks/release-6.5.0
Tasks/release 6.5.0
2 parents 29459ea + cfab156 commit f44a2a7

File tree

200 files changed

+229
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+229
-229
lines changed

ActiveForumViewer.ascx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Community Forums
3-
// Copyright (c) 2013-2019
3+
// Copyright (c) 2013-2020
44
// by DNN Community
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

ActiveForumViewerSettings.ascx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Community Forums
3-
// Copyright (c) 2013-2019
3+
// Copyright (c) 2013-2020
44
// by DNN Community
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

ActiveForums.ascx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Community Forums
3-
// Copyright (c) 2013-2019
3+
// Copyright (c) 2013-2020
44
// by DNN Community
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

ActiveForums.dnn

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="Active Forums" type="Module" version="06.04.01">
3+
<package name="Active Forums" type="Module" version="06.05.00">
44
<friendlyName>Active Forums</friendlyName>
55
<description>Active Forums - Forum module for DotNetNuke</description>
66
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile>
@@ -64,20 +64,30 @@
6464
</moduleControl>
6565
</moduleControls>
6666
</moduleDefinition>
67-
6867
</moduleDefinitions>
6968
</desktopModule>
69+
<eventMessage>
70+
<processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
71+
<processorCommand>UpgradeModule</processorCommand>
72+
<attributes>
73+
<businessControllerClass>DotNetNuke.Modules.ActiveForums.TopicsController, DotNetNuke.Modules.ActiveForums</businessControllerClass>
74+
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
75+
<upgradeVersionsList>06.04.00,06.04.01,06.05.00</upgradeVersionsList>
76+
</attributes>
77+
</eventMessage>
7078
</component>
79+
7180
<component type="Assembly">
7281
<assemblies>
73-
<basePath>bin</basePath>
82+
<basePath>bin</basePath>
7483
<assembly>
7584
<name>DotNetNuke.Modules.ActiveForums.dll</name>
7685
<sourceFileName>bin\DotNetNuke.Modules.ActiveForums.dll</sourceFileName>
77-
<version>06.04.01</version>
86+
<version>06.05.00</version>
7887
</assembly>
7988
</assemblies>
8089
</component>
90+
8191
<component type="File">
8292
<files>
8393
<basePath>DesktopModules\ActiveForums\Documentation</basePath>
@@ -320,7 +330,7 @@
320330
<script type="UnInstall">
321331
<path>sql</path>
322332
<name>Uninstall.SqlDataProvider</name>
323-
<version>06.04.01</version>
333+
<version>06.05.00</version>
324334
</script>
325335
</scripts>
326336
</component>
@@ -354,7 +364,7 @@
354364
<component type="Cleanup" version="06.04.00" fileName="06.04.00.txt" />
355365
</components>
356366
</package>
357-
<package name="Active Forums What's New" type="Module" version="06.04.01">
367+
<package name="Active Forums What's New" type="Module" version="06.05.00">
358368
<friendlyName>Active Forums What's New</friendlyName>
359369
<foldername>ActiveForumsWhatsNew</foldername>
360370
<description>Display the most recent topics or replies from selected forums on any page within your site.</description>

ActiveForums_Symbols.dnn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="PractiseWise.AuthenticationTokensManager_Symbols" type="Library" version="06.04.01">
3+
<package name="PractiseWise.AuthenticationTokensManager_Symbols" type="Library" version="06.05.00">
44
<friendlyName>Active Forums Symbols</friendlyName>
55
<description>Active Forums - Forum module for DotNetNuke</description>
66
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile>
@@ -14,7 +14,7 @@
1414
<releaseNotes src="ReleaseNotes.txt" />
1515
<azureCompatible>True</azureCompatible>
1616
<dependencies>
17-
<dependency type="managedPackage" version="6.4.1">Active Forums</dependency>
17+
<dependency type="managedPackage" version="6.5.0">Active Forums</dependency>
1818
</dependencies>
1919
<components>
2020
<component type="ResourceFile">

BuildScripts/ModulePackage.targets

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6565
<Output TaskParameter="Include" ItemName="PackageManifestFiles" />
6666
</CreateItem>
6767

68-
<CreateItem Include="**\License.txt">
69-
<Output TaskParameter="Include" ItemName="PackageTxtFiles" />
68+
<CreateItem Include="*.txt" Exclude="**\License.txt;**\ReleaseNotes.txt">
69+
<Output TaskParameter="Include" ItemName="CleanUpTxtFiles" />
7070
</CreateItem>
7171

72-
<CreateItem Include="**\ReleaseNotes.txt">
72+
<CreateItem Include="**\License.txt">
7373
<Output TaskParameter="Include" ItemName="PackageTxtFiles" />
7474
</CreateItem>
7575

76-
<CreateItem Include="**\$(Version).txt">
76+
<CreateItem Include="**\ReleaseNotes.txt">
7777
<Output TaskParameter="Include" ItemName="PackageTxtFiles" />
7878
</CreateItem>
7979

@@ -103,6 +103,7 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
103103

104104
<Copy SourceFiles="@(BinInstallInclude)" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
105105
<Copy SourceFiles="@(PackageManifestFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
106+
<Copy SourceFiles="@(CleanUpTxtFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
106107
<Copy SourceFiles="@(PackageTxtFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
107108
<Copy SourceFiles="@(SqlDataProviderFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package\%(RecursiveDir)" />
108109

Classic.ascx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Community Forums
3-
// Copyright (c) 2013-2019
3+
// Copyright (c) 2013-2020
44
// by DNN Community
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

ControlPanel.ascx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Community Forums
3-
// Copyright (c) 2013-2019
3+
// Copyright (c) 2013-2020
44
// by DNN Community
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

CustomControls/HTML/CategoriesList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Community Forums
3-
// Copyright (c) 2013-2019
3+
// Copyright (c) 2013-2020
44
// by DNN Community
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

CustomControls/HTML/CategoryTreeView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Community Forums
3-
// Copyright (c) 2013-2019
3+
// Copyright (c) 2013-2020
44
// by DNN Community
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)