Skip to content

Commit 6a8ea68

Browse files
committed
bump to 3.2.7
1 parent 3196fe6 commit 6a8ea68

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

yaf_dnn/Components/YAFTaskModule.cs

+4-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ namespace YAF.DotNetNuke.Components;
2424
using Autofac;
2525

2626
using YAF.Core;
27-
using YAF.Types;
2827
using YAF.Types.Attributes;
2928
using YAF.Types.EventProxies;
3029
using YAF.Types.Interfaces;
@@ -57,10 +56,10 @@ public class YafTaskModule : IHttpModule, IHaveServiceLocator
5756
/// <summary>
5857
/// Bootstrapping fun
5958
/// </summary>
60-
/// <param name="httpApplication">
59+
/// <param name="context">
6160
/// The http application.
6261
/// </param>
63-
public void Init(HttpApplication httpApplication)
62+
public void Init(HttpApplication context)
6463
{
6564
if (this.ModuleInitialized)
6665
{
@@ -72,11 +71,11 @@ public void Init(HttpApplication httpApplication)
7271
{
7372
if (!this.ModuleInitialized)
7473
{
75-
this.AppInstance = httpApplication;
74+
this.AppInstance = context;
7675

7776
// set the httpApplication as early as possible...
7877
GlobalContainer.Container.Resolve<CurrentHttpApplicationStateBaseProvider>().Instance =
79-
new HttpApplicationStateWrapper(httpApplication.Application);
78+
new HttpApplicationStateWrapper(context.Application);
8079

8180
GlobalContainer.Container.Resolve<IInjectServices>().Inject(this);
8281

yaf_dnn/Installation/YAF.DotNetNuke.Module.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="YetAnotherForumDotNet" type="Module" version="03.26.006134">
3+
<package name="YetAnotherForumDotNet" type="Module" version="03.27.006135">
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
81+
03.25.006133,03.26.006134,03.27.006135
8282
</upgradeVersionsList>
8383
</attributes>
8484
</eventMessage>
@@ -524,7 +524,7 @@
524524
</component>
525525
</components>
526526
</package>
527-
<package name="YAF.WhatsNew" type="Module" version="03.26.006134">
527+
<package name="YAF.WhatsNew" type="Module" version="03.27.006135">
528528
<friendlyName>YAF.NET Forums What's New</friendlyName>
529529
<description>
530530
&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 been used, and how many Posts should displayed.
@@ -589,7 +589,7 @@
589589
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,
590590
03.19.006121,03.19.006122,03.19.006123,03.19.006124,03.19.006125,03.19.006126,03.19.006127,
591591
03.20.006128,03.21.006129,03.22.006130,03.23.006131,03.24.006132,
592-
03.25.006133,03.26.006134
592+
03.25.006133,03.26.006134,03.27.006135
593593
</upgradeVersionsList>
594594
</attributes>
595595
</eventMessage>
@@ -629,7 +629,7 @@
629629
</component>
630630
</components>
631631
</package>
632-
<package name="bootstrap-bundle" type="JavaScript_Library" version="05.33.106134">
632+
<package name="bootstrap-bundle" type="JavaScript_Library" version="05.33.106135">
633633
<friendlyName>Bootstrap v5.3.3 JavaScript Bundle (width Popper.js)</friendlyName>
634634
<description>
635635
<![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>

0 commit comments

Comments
 (0)