Skip to content

Commit d1b173f

Browse files
committed
bump to yaf 3.2.10
1 parent 7cafe74 commit d1b173f

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

yaf_dnn/Components/Rewriter/DotNetNukeUrlBuilder.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,7 @@ private static string BuildUrlComplete(object boardSettings, string url, bool fu
200200
return Globals.UserProfileURL(userInfo.UserID);
201201
}
202202

203-
var userId = BoardContext.Current.Get<IAspNetUsersHelper>()
204-
.GetUserProviderKeyFromUserID(parser["u"].ToType<int>()).ToType<int>();
205-
206-
return Globals.UserProfileURL(userId);
203+
return yafTab.FullUrl;
207204
}
208205

209206
case ForumPages.Board:

yaf_dnn/Installation/YAF.DotNetNuke.Module.dnn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="YetAnotherForumDotNet" type="Module" version="03.29.006137">
3+
<package name="YetAnotherForumDotNet" type="Module" version="03.21.006138">
44
<friendlyName>YAF.NET Forums</friendlyName>
55
<description>
66
&lt;strong&gt;YetAnotherForum.NET&lt;/strong&gt; as DNN Module. Yet Another Forum.NET (YAF) is an open source ASP.NET forum system.&lt;br /&gt;
@@ -78,7 +78,7 @@
7878
03.22.006130,
7979
03.23.006131,
8080
03.24.006132,
81-
03.25.006133,03.26.006134,03.27.006135,03.28.006136,03.29.006137
81+
03.25.006133,03.26.006134,03.27.006135,03.28.006136,03.29.006137,03.21.006138
8282
</upgradeVersionsList>
8383
</attributes>
8484
</eventMessage>
@@ -523,7 +523,7 @@
523523
</component>
524524
</components>
525525
</package>
526-
<package name="YAF.WhatsNew" type="Module" version="03.29.006137">
526+
<package name="YAF.WhatsNew" type="Module" version="03.21.006138">
527527
<friendlyName>YAF.NET Forums What's New</friendlyName>
528528
<description>
529529
&lt;p&gt;This Module displays the Latest Posts from a &lt;strong&gt;YetAnotherForum.NET&lt;/strong&gt; Module. Based on the Current Users Authorization Level. You can define Which Forum should be used, and how many Posts should be displayed.
@@ -588,7 +588,7 @@
588588
03.00.006100,03.13.006107,03.15.006109,03.15.006110,03.15.006111,03.16.006112,03.16.006118,03.17.006119,03.18.006120,
589589
03.19.006121,03.19.006122,03.19.006123,03.19.006124,03.19.006125,03.19.006126,03.19.006127,
590590
03.20.006128,03.21.006129,03.22.006130,03.23.006131,03.24.006132,
591-
03.25.006133,03.26.006134,03.27.006135,03.28.006136,03.29.006137
591+
03.25.006133,03.26.006134,03.27.006135,03.28.006136,03.29.006137,03.21.006138
592592
</upgradeVersionsList>
593593
</attributes>
594594
</eventMessage>
@@ -628,7 +628,7 @@
628628
</component>
629629
</components>
630630
</package>
631-
<package name="bootstrap-bundle" type="JavaScript_Library" version="05.37.106137">
631+
<package name="bootstrap-bundle" type="JavaScript_Library" version="05.38.106138">
632632
<friendlyName>Bootstrap v5.3.7 JavaScript Bundle (width Popper.js)</friendlyName>
633633
<description>
634634
<![CDATA[<p>Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by <a href="http://twitter.com/mdo">Mark Otto</a> and <a href="http://twitter.com/fat">Jacob Thornton</a>.</p>
@@ -646,7 +646,7 @@
646646
<javaScriptLibrary>
647647
<libraryName>bootstrap-bundle</libraryName>
648648
<fileName>bootstrap.bundle.min.js</fileName>
649-
<CDNPath>https://maxcdn.bootstrapcdn.com/bootstrap/5.3.7/js/bootstrap.bundle.min.js</CDNPath>
649+
<CDNPath>https://maxcdn.bootstrapcdn.com/bootstrap/5.3.8/js/bootstrap.bundle.min.js</CDNPath>
650650
<objectName>bootstrap.Alert.VERSION</objectName>
651651
</javaScriptLibrary>
652652
</component>

0 commit comments

Comments
 (0)