Skip to content

Commit eff1618

Browse files
authored
Merge pull request #1267 from WillStrohl/tasks/release-prep-9.2.3
Tasks/release prep 9.2.3
2 parents 0d7e19c + 4600217 commit eff1618

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

Dnn.CommunityForums/DnnCommunityForums.dnn

+5-5
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.02">
3+
<package name="Active Forums" type="Module" version="08.02.03">
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,08.02.02</upgradeVersionsList>
78+
<upgradeVersionsList>07.00.07,07.00.11,07.00.12,08.00.00,08.01.00,08.02.00,08.02.02,08.02.03</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.02</version>
89+
<version>08.02.03</version>
9090
</assembly>
9191
</assemblies>
9292
</component>
@@ -455,7 +455,7 @@
455455
</components>
456456
</package>
457457

458-
<package name="Active Forums What's New" type="Module" version="08.02.02">
458+
<package name="Active Forums What's New" type="Module" version="08.02.03">
459459

460460
<friendlyName>DNN Community Forums What's New</friendlyName>
461461
<foldername>ActiveForumsWhatsNew</foldername>
@@ -525,7 +525,7 @@
525525
</components>
526526
</package>
527527

528-
<package name="Active Forums Viewer" type="Module" version="08.02.02">
528+
<package name="Active Forums Viewer" type="Module" version="08.02.03">
529529
<friendlyName>DNN Community Forums Forums Viewer</friendlyName>
530530
<foldername>ActiveForumsViewer</foldername>
531531
<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.02">
3+
<package name="Active Forums_Symbols" type="Library" version="08.02.03">
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.2">Active Forums</dependency>
18+
<dependency type="managedPackage" version="8.2.3">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.02")]
55+
[assembly: AssemblyVersion("08.02.03")]
5656

57-
[assembly: AssemblyFileVersion("08.02.02")]
57+
[assembly: AssemblyFileVersion("08.02.03")]
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

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

9191
<h3>
92-
08.02.02
92+
08.02.03
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><!--,
@@ -111,9 +111,12 @@
111111

112112
<h4>Bug Fixes</h4>
113113
<ul>
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>
114+
<li>FIXED: Filtered Topics View Showing Incorrect &quot;Started By&quot; User (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1254">Issue 1254</a>)</li>
115+
<li>FIXED: Exception Occurs When Sending Email Notifications Due to HttpContext (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1258">Issue 1258</a>)</li>
116+
<li>FIXED: Reversal of Approval for Posts After Moderation (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1240">Issue 1240</a>)</li>
117+
<li>FIXED: Unable to Add a Forum Group After Deleting Sample Groups (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1264">Issue 1264</a>)</li>
118+
<li>FIXED: Exception Logged When Displaying TopicsView (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1253">Issue 1253</a>)</li>
119+
<li>FIXED: HTML Output Mangled Due to Token Replacement (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1252">Issue 1252</a>)</li>
117120
<!--
118121
<li>FIXED: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>!)</li>
119122
<li>None at this time.</li>
@@ -122,7 +125,7 @@
122125

123126
<h4>Tasks / Development Updates (and Technical Debt)</h4>
124127
<ul>
125-
<li>TASK: 8.2.2 Release Prep (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1248">Issue 1248</a>)</li>
128+
<li>TASK: 8.2.3 Release Prep (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1266">Issue 1266</a>)</li>
126129
<!--
127130
<li>TASK: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>)</li>
128131
<li>None at this time.</li>

0 commit comments

Comments
 (0)