Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dnn.CommunityForums/DnnCommunityForums.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<Description>Discussion Forum Module for DNN</Description>
<Company>dnncommunity.org</Company>
<Authors>dnncommunity.org</Authors>
<FileVersion>09.00.00.00</FileVersion>
<AssemblyVersion>09.00.00.00</AssemblyVersion>
<FileVersion>09.00.02.00</FileVersion>
<AssemblyVersion>09.00.02.00</AssemblyVersion>
<IncludeSymbols>False</IncludeSymbols>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down
8 changes: 4 additions & 4 deletions Dnn.CommunityForums/DnnCommunityForums.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Active Forums" type="Module" version="09.00.01">
<package name="Active Forums" type="Module" version="09.00.02">
<friendlyName>DNN Community Forums</friendlyName>
<description>DNN Community Forums: The official online forums module for the DNN Community.</description>
<iconFile>DesktopModules/ActiveForums/images/branding/logo/DNN-Community-Forums-Icon-64px.png</iconFile>
Expand Down Expand Up @@ -86,7 +86,7 @@
<assembly>
<name>DotNetNuke.Modules.ActiveForums.dll</name>
<sourceFileName>bin\DotNetNuke.Modules.ActiveForums.dll</sourceFileName>
<version>09.00.01</version>
<version>09.00.02</version>
</assembly>
</assemblies>
</component>
Expand Down Expand Up @@ -476,7 +476,7 @@
</components>
</package>

<package name="Active Forums What's New" type="Module" version="09.00.01">
<package name="Active Forums What's New" type="Module" version="09.00.02">

<friendlyName>DNN Community Forums What's New</friendlyName>
<foldername>ActiveForumsWhatsNew</foldername>
Expand Down Expand Up @@ -546,7 +546,7 @@
</components>
</package>

<package name="Active Forums Viewer" type="Module" version="09.00.01">
<package name="Active Forums Viewer" type="Module" version="09.00.02">
<friendlyName>DNN Community Forums Forums Viewer</friendlyName>
<foldername>ActiveForumsViewer</foldername>
<description>DNN Community Forums: Display any forum topic view on any page within your site.</description>
Expand Down
4 changes: 2 additions & 2 deletions Dnn.CommunityForums/DnnCommunityForums_Symbols.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Active Forums_Symbols" type="Library" version="09.00.01">
<package name="Active Forums_Symbols" type="Library" version="09.00.02">

<friendlyName>DNN Community Forums Symbols</friendlyName>
<description>DNN Community Forums: The official online forums module for the DNN Community.</description>
Expand All @@ -15,7 +15,7 @@
<releaseNotes src="ReleaseNotes.txt" />
<azureCompatible>True</azureCompatible>
<dependencies>
<dependency type="managedPackage" version="9.0.1">Active Forums</dependency>
<dependency type="managedPackage" version="9.0.2">Active Forums</dependency>
</dependencies>
<components>
<component type="ResourceFile">
Expand Down
13 changes: 5 additions & 8 deletions Dnn.CommunityForums/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
<hr />

<h3>
09.00.01
09.00.02
</h3>
<!--,,
<p>
<b>THANK YOU</b> for all of the valuable contributions by
<a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>
Expand All @@ -60,8 +61,8 @@
<!--,
, and
<a href="https://github.com/WillStrohl" target="_blank">@WillStrohl</a>
-->.
</p>
-->.
<p>
What's to follow are all of the relevant updates that have occurred during the development cycle of this release.
</p>
Expand All @@ -88,11 +89,7 @@

<h4>Bug Fixes</h4>
<ul>
<li>FIXED: "Error: DNN Community Forums is currently unavailable." when viewing likes (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1496">Issue 1496</a>)</li>
<li>FIXED: Privileged content not showing just after logging in (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1501">Issue 1501</a>)</li>
<li>FIXED: Forums containing "announcement" topics are not displaying correctly (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1494">Issue 1494</a>)</li>
<li>FIXED: Moderated post approval not refreshing page when one item on page (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1500">Issue 1500</a>)</li>
<li>FIXED: Misplaced {objectQualifer} token in SQL script (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1498">Issue 1498</a>)</li>
<li>None at this time.</li>
<!--
<li>FIXED: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>!)</li>
<li>None at this time.</li>
Expand All @@ -102,7 +99,7 @@
<h4>Tasks / Development Updates (and Technical Debt)</h4>
<ul>

<li>09.00.01 Release Prep (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1505">Issue 1505</a>)</li>
<li>09.00.02 Release Prep (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1510">Issue 1510</a>)</li>
<!--
<li>TASK: (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/">Issue </a>)</li>
<li>None at this time.</li>
Expand Down