Skip to content

Commit

Permalink
Merge pull request #211 from johnhenley/issues/205
Browse files Browse the repository at this point in the history
Fix order of "What's new" module w/ topics only
  • Loading branch information
WillStrohl authored Mar 28, 2023
2 parents cc64d22 + 525cbd5 commit 003044e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
6 changes: 5 additions & 1 deletion ActiveForums.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,10 @@
<None Include="sql\07.00.02.SqlDataProvider" />
<None Include="sql\07.00.05.SqlDataProvider" />
<None Include="sql\07.00.06.SqlDataProvider" />
<None Include="sql\07.00.07.SqlDataProvider" />
<None Include="sql\07.00.08.SqlDataProvider" />
<None Include="sql\08.00.00.SqlDataProvider" />
<None Include="sql\07.00.06.SqlDataProvider" />
<None Include="sql\Enterprise.sql" />
<Content Include="config\templates\ModAlert_text.txt" />
<Content Include="config\templates\ModEmail_text.txt" />
Expand Down Expand Up @@ -1376,4 +1380,4 @@
<!--<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />-->
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<Import Project="Module.Build" />
</Project>
</Project>
4 changes: 2 additions & 2 deletions ActiveForums.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="07.00.05">
<package name="Active Forums" type="Module" version="07.00.06">
<friendlyName>Active Forums</friendlyName>
<description>Community Forums: The official online forums module for the DNN Community.</description>
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile>
Expand Down Expand Up @@ -84,7 +84,7 @@
<assembly>
<name>DotNetNuke.Modules.ActiveForums.dll</name>
<sourceFileName>bin\DotNetNuke.Modules.ActiveForums.dll</sourceFileName>
<version>07.00.05</version>
<version>07.00.06</version>
</assembly>
</assemblies>
</component>
Expand Down
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.05">
<package name="Active Forums_Symbols" type="Library" version="07.00.06">
<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.5">Active Forums</dependency>
<dependency type="managedPackage" version="7.0.6">Active Forums</dependency>
</dependencies>
<components>
<component type="ResourceFile">
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("07.00.05")]
[assembly: AssemblyVersion("07.00.06")]

[assembly: AssemblyFileVersion("07.00.05")]
[assembly: AssemblyFileVersion("07.00.06")]

[assembly: WebResource("DotNetNuke.Modules.ActiveForums.CustomControls.Resources.cb.js", "text/javascript")]
[assembly: WebResource("DotNetNuke.Modules.ActiveForums.scripts.afadmin.properties.js", "text/javascript")]
Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ul>
<li>TASK: Change hardcoded paths/files to constants (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/224">Issue 224</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
<li>FIXED: Hidden forum groups not showing if some forums in the hidden group are visible (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/243">Issue 243</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
<li>FIXED: Fix order of "What's new" module w/ topics only option (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/205">Issue 205</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
<li>NEW: Replace deprecated DNN platform method GetModuleSettings() with .ModuleSettings property references [huge perf improvement!] (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/252">Issue 252</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
</ul>

Expand Down

0 comments on commit 003044e

Please sign in to comment.