Skip to content

Commit 0d48c67

Browse files
authored
Merge pull request #1328 from WillStrohl/tasks/issue-1327
Tasks/issue 1327
2 parents 02549d2 + b3cb42b commit 0d48c67

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.05">
3+
<package name="Active Forums" type="Module" version="08.02.06">
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>
@@ -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.05</version>
89+
<version>08.02.06</version>
9090
</assembly>
9191
</assemblies>
9292
</component>
@@ -417,7 +417,7 @@
417417
<script type="UnInstall">
418418
<path>sql</path>
419419
<name>Uninstall.SqlDataProvider</name>
420-
<version>08.02.05</version>
420+
<version>08.02.06</version>
421421
</script>
422422
</scripts>
423423
</component>
@@ -460,7 +460,7 @@
460460
</components>
461461
</package>
462462

463-
<package name="Active Forums What's New" type="Module" version="08.02.05">
463+
<package name="Active Forums What's New" type="Module" version="08.02.06">
464464

465465
<friendlyName>DNN Community Forums What's New</friendlyName>
466466
<foldername>ActiveForumsWhatsNew</foldername>
@@ -530,7 +530,7 @@
530530
</components>
531531
</package>
532532

533-
<package name="Active Forums Viewer" type="Module" version="08.02.05">
533+
<package name="Active Forums Viewer" type="Module" version="08.02.06">
534534
<friendlyName>DNN Community Forums Forums Viewer</friendlyName>
535535
<foldername>ActiveForumsViewer</foldername>
536536
<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.05">
3+
<package name="Active Forums_Symbols" type="Library" version="08.02.06">
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.5">Active Forums</dependency>
18+
<dependency type="managedPackage" version="8.2.6">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.05")]
55+
[assembly: AssemblyVersion("08.02.06")]
5656

57-
[assembly: AssemblyFileVersion("08.02.05")]
57+
[assembly: AssemblyFileVersion("08.02.06")]
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.05
92+
08.02.06
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>,
@@ -102,8 +102,7 @@
102102

103103
<h4>New Features &amp; Enhancements</h4>
104104
<ul>
105-
<li>Improved User Experience When Placing the Module on a Page (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1305">Issue 1305</a>)</li>
106-
<li>Improved User Experience When Placing the Module on Blue Backgrounds (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1304">Issue 1304</a>)</li>
105+
<li>UPDATE: Removed Search Text from Views on Mobile Browsers (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1281">Issue 1281</a>)</li>
107106
<!--
108107
<li>UPDATE: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>)</li>
109108
<li>None at this time.</li>
@@ -112,7 +111,11 @@
112111

113112
<h4>Bug Fixes</h4>
114113
<ul>
115-
<li>FIXED: Topics Not Showing to Anonymous Visitors (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1301">Issue 1301</a>!)</li>
114+
<li>FIXED: Module Intitilization Overwrites Bootstrap Theme (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1312">Issue 1312</a>!)</li>
115+
<li>FIXED: New Users Unable to Create New Posts Due to Flood Control (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1319">Issue 1319</a>!)</li>
116+
<li>FIXED: Unable to Press Enter to Start Searching (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1311">Issue 1311</a>!)</li>
117+
<li>FIXED: Child Forums Not Aligned with Other Forums (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1303">Issue 1303</a>!)</li>
118+
<li>FIXED: Icons Not Aligned Properly in the Forum View (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1322">Issue 1322</a>!)</li>
116119
<!--
117120
<li>FIXED: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>!)</li>
118121
<li>None at this time.</li>
@@ -121,7 +124,7 @@
121124

122125
<h4>Tasks / Development Updates (and Technical Debt)</h4>
123126
<ul>
124-
<li>Release Prep: 08.02.05 (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1313">Issue 1313</a>)</li>
127+
<li>Release Prep: 08.02.06 (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1327">Issue 1327</a>)</li>
125128
<!--
126129
<li>TASK: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>)</li>
127130
<li>None at this time.</li>

0 commit comments

Comments
 (0)