Skip to content

Commit

Permalink
Merge pull request #220 from DNNCommunity/dev
Browse files Browse the repository at this point in the history
Release 7.0.3
  • Loading branch information
WillStrohl authored Feb 2, 2023
2 parents f1f7825 + 9d94558 commit 12c7a5c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
26 changes: 11 additions & 15 deletions ActiveForums.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,16 @@
<name>06.04.01.SqlDataProvider</name>
<version>06.04.01</version>
</script>
<script type="Install">
<path>sql</path>
<name>07.00.00.SqlDataProvider</name>
<version>07.00.00</version>
</script>
<script type="Install">
<path>sql</path>
<name>07.00.02.SqlDataProvider</name>
<version>07.00.02</version>
</script>
<script type="Install">
<path>sql</path>
<name>07.00.00.SqlDataProvider</name>
<version>07.00.00</version>
</script>
<script type="Install">
<path>sql</path>
<name>07.00.02.SqlDataProvider</name>
<version>07.00.02</version>
</script>
<script type="UnInstall">
<path>sql</path>
<name>Uninstall.SqlDataProvider</name>
Expand Down Expand Up @@ -446,10 +446,7 @@
</components>
</package>




<package name="Active Forums Viewer" type="Module" version="07.00.01">
<package name="Active Forums Viewer" type="Module" version="07.00.03">
<friendlyName>Active Forums Viewer</friendlyName>
<foldername>ActiveForumsViewer</foldername>
<description>Community Forums: Display any forum topic view on any page within your site.</description>
Expand Down Expand Up @@ -517,6 +514,5 @@
</components>
</package>


</packages>
</dotnetnuke>
4 changes: 2 additions & 2 deletions ActiveForums_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="07.00.02">
<package name="Active Forums_Symbols" type="Library" version="07.00.03">
<friendlyName>Active Forums Symbols</friendlyName>
<description>Community Forums: The official online forums module for the DNN Community.</description>
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile>
Expand All @@ -14,7 +14,7 @@
<releaseNotes src="ReleaseNotes.txt" />
<azureCompatible>True</azureCompatible>
<dependencies>
<dependency type="managedPackage" version="7.0.2">Active Forums</dependency>
<dependency type="managedPackage" version="7.0.3">Active Forums</dependency>
</dependencies>
<components>
<component type="ResourceFile">
Expand Down
2 changes: 1 addition & 1 deletion BuildScripts/ModulePackage.targets
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

<Delete Files="$(MSBuildProjectDirectory)\Resources.Zip" />
<Delete Files="$(MSBuildProjectDirectory)\WhatsNewResources.Zip" />
<Delete Files="$(MSBuildProjectDirectory)\ActiveForumViewerResources.Zip" />
<Delete Files="$(MSBuildProjectDirectory)\ActiveForumsViewerResources.Zip" />
<Delete Files="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Install.$(Extension)" />
<Delete Files="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Symbols.$(Extension)" />
</Target>
Expand Down
8 changes: 8 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<h3><b>Community Forums</b> Module for DNN</h3>
<hr/>
<div class="dnnClear">
<h3>07.00.03</h3>
<h4>Features, Enhancements, and Bug Fixes</h4>
<ul>
<li>BUG: Added the Missing Forum Viewer Module (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/206">Issue 206</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
<li>BUG: Removed and resolved the extra rooted SQL install folder (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/206">Issue 206</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
<li>BUG: Updated the default search settings to be on by default (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/203">Issue 203</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
</ul>

<h3>07.00.02</h3>
<h4>Features, Enhancements, and Bug Fixes</h4>
<ul>
Expand Down

0 comments on commit 12c7a5c

Please sign in to comment.