Skip to content

Commit b298c7b

Browse files
authored
Merge pull request #1249 from DNNCommunity/tasks/8.2.2-release-prep
Tasks/8.2.2 release prep
2 parents 6145664 + d620822 commit b298c7b

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

Dnn.CommunityForums/DnnCommunityForums.dnn

+11-11
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="08.02.01">
3+
<package name="Active Forums" type="Module" version="08.02.02">
44
<friendlyName>DNN Community Forums</friendlyName>
55
<description>DNN Community Forums: The official online forums module for the DNN Community.</description>
66
<iconFile>DesktopModules/ActiveForums/images/branding/logo/DNN-Community-Forums-Icon-64px.png</iconFile>
@@ -75,7 +75,7 @@
7575
<attributes>
7676
<businessControllerClass>DotNetNuke.Modules.ActiveForums.TopicsController, DotNetNuke.Modules.ActiveForums</businessControllerClass>
7777
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
78-
<upgradeVersionsList>07.00.07,07.00.11,07.00.12,08.00.00,08.01.00,08.02.00</upgradeVersionsList>
78+
<upgradeVersionsList>07.00.07,07.00.11,07.00.12,08.00.00,08.01.00,08.02.00,08.02.02</upgradeVersionsList>
7979
</attributes>
8080
</eventMessage>
8181
</component>
@@ -86,7 +86,7 @@
8686
<assembly>
8787
<name>DotNetNuke.Modules.ActiveForums.dll</name>
8888
<sourceFileName>bin\DotNetNuke.Modules.ActiveForums.dll</sourceFileName>
89-
<version>08.02.01</version>
89+
<version>08.02.02</version>
9090
</assembly>
9191
</assemblies>
9292
</component>
@@ -395,14 +395,14 @@
395395
<version>08.02.00</version>
396396
</script>
397397
<script type="Install">
398-
<path>sql</path>
399-
<name>08.02.00.SqlDataProvider</name>
400-
<version>08.02.00</version>
398+
<path>sql</path>
399+
<name>08.02.00.SqlDataProvider</name>
400+
<version>08.02.00</version>
401401
</script>
402402
<script type="Install">
403-
<path>sql</path>
404-
<name>08.02.02.SqlDataProvider</name>
405-
<version>08.02.02</version>
403+
<path>sql</path>
404+
<name>08.02.02.SqlDataProvider</name>
405+
<version>08.02.02</version>
406406
</script>
407407
<script type="UnInstall">
408408
<path>sql</path>
@@ -450,7 +450,7 @@
450450
</components>
451451
</package>
452452

453-
<package name="Active Forums What's New" type="Module" version="08.02.01">
453+
<package name="Active Forums What's New" type="Module" version="08.02.02">
454454

455455
<friendlyName>DNN Community Forums What's New</friendlyName>
456456
<foldername>ActiveForumsWhatsNew</foldername>
@@ -520,7 +520,7 @@
520520
</components>
521521
</package>
522522

523-
<package name="Active Forums Viewer" type="Module" version="08.02.01">
523+
<package name="Active Forums Viewer" type="Module" version="08.02.02">
524524
<friendlyName>DNN Community Forums Forums Viewer</friendlyName>
525525
<foldername>ActiveForumsViewer</foldername>
526526
<description>DNN Community Forums: Display any forum topic view on any page within your site.</description>

Dnn.CommunityForums/DnnCommunityForums_Symbols.dnn

+2-2
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_Symbols" type="Library" version="08.02.01">
3+
<package name="Active Forums_Symbols" type="Library" version="08.02.02">
44

55
<friendlyName>DNN Community Forums Symbols</friendlyName>
66
<description>DNN Community Forums: The official online forums module for the DNN Community.</description>
@@ -15,7 +15,7 @@
1515
<releaseNotes src="ReleaseNotes.txt" />
1616
<azureCompatible>True</azureCompatible>
1717
<dependencies>
18-
<dependency type="managedPackage" version="8.2.1">Active Forums</dependency>
18+
<dependency type="managedPackage" version="8.2.2">Active Forums</dependency>
1919
</dependencies>
2020
<components>
2121
<component type="ResourceFile">

Dnn.CommunityForums/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
// You can specify all the values or you can default the Build and Revision Numbers
5353
// by using the '*' as shown below:
5454

55-
[assembly: AssemblyVersion("08.02.01")]
55+
[assembly: AssemblyVersion("08.02.02")]
5656

57-
[assembly: AssemblyFileVersion("08.02.01")]
57+
[assembly: AssemblyFileVersion("08.02.02")]
5858

5959
[assembly: WebResource("DotNetNuke.Modules.ActiveForums.CustomControls.Resources.cb.js", "text/javascript")]
6060
[assembly: WebResource("DotNetNuke.Modules.ActiveForums.scripts.afadmin.properties.js", "text/javascript")]

Dnn.CommunityForums/ReleaseNotes.txt

+7-5
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@
8989
<hr />
9090

9191
<h3>
92-
08.02.01
92+
08.02.02
9393
</h3>
9494
<p>
9595
<b>THANK YOU</b> for all of the valuable contributions by <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a><!--,
96-
<a href="https://github.com/Timo-Breumelhof" target="_blank">@Timo-Breumelhof</a>, and
97-
<a href="https://github.com/WillStrohl" target="_blank">@WillStrohl</a>-->.
96+
<a href="https://github.com/Timo-Breumelhof" target="_blank">@Timo-Breumelhof</a>,--> and
97+
<a href="https://github.com/WillStrohl" target="_blank">@WillStrohl</a>.
9898
</p>
9999
<p>
100100
What's to follow are all of the relevant updates that have occurred during the development cycle of this release.
@@ -111,7 +111,9 @@
111111

112112
<h4>Bug Fixes</h4>
113113
<ul>
114-
<li>FIXED: Multiple Issues with Email Notifications (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1236">Issue 1236</a>)</li>
114+
<li>FIXED: Error on Add Answer (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1241">Issue 1241</a>)</li>
115+
<li>FIXED: Error When Deleting a Topic (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1242">Issue 1242</a>)</li>
116+
<li>FIXED: Error on Edit Post (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1243">Issue 1243</a>)</li>
115117
<!--
116118
<li>FIXED: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>!)</li>
117119
<li>None at this time.</li>
@@ -120,7 +122,7 @@
120122

121123
<h4>Tasks / Development Updates (and Technical Debt)</h4>
122124
<ul>
123-
<li>None at this time.</li>
125+
<li>TASK: 8.2.2 Release Prep (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1248">Issue 1248</a>)</li>
124126
<!--
125127
<li>TASK: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>)</li>
126128
<li>None at this time.</li>

0 commit comments

Comments
 (0)