|
1 | 1 | <dotnetnuke type="Package" version="5.0"> |
2 | 2 | <packages> |
3 | | - <package name="YetAnotherForumDotNet" type="Module" version="03.15.006110"> |
| 3 | + <package name="YetAnotherForumDotNet" type="Module" version="03.15.006111"> |
4 | 4 | <friendlyName>YAF.NET Forums</friendlyName> |
5 | 5 | <description> |
6 | 6 | <strong>YetAnotherForum.NET</strong> as DNN Module. Yet Another Forum.NET (YAF) is an open source ASP.NET forum system.<br /> |
|
70 | 70 | <attributes> |
71 | 71 | <businessControllerClass>YAF.DotNetNuke.Components.Controllers.UpgradeController, YAF.DotNetNuke.Module</businessControllerClass> |
72 | 72 | <desktopModuleID>[DESKTOPMODULEID]</desktopModuleID> |
73 | | - <upgradeVersionsList>03.00.006100,03.13.006107,03.15.006109,03.15.006110</upgradeVersionsList> |
| 73 | + <upgradeVersionsList>03.00.006100,03.13.006107,03.15.006109,03.15.006110,03.15.006111</upgradeVersionsList> |
74 | 74 | </attributes> |
75 | 75 | </eventMessage> |
76 | 76 | </component> |
|
369 | 369 | <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" /> |
370 | 370 | <remove fileExtension=".woff2" /> |
371 | 371 | <mimeMap fileExtension=".woff2" mimeType="font/woff2" /> |
372 | | - <mimeMap fileExtension=".json" mimeType="application/json" /> |
373 | | - </node> |
| 372 | + </node> |
| 373 | + <node path="/configuration/system.webServer/staticContent/mimeMap[@fileExtension='.json']" action="remove" /> |
| 374 | + <node path="/configuration/system.webServer/staticContent" action="add" key="mimeMap" collision="overwrite"> |
| 375 | + <mimeMap fileExtension=".json" mimeType="application/json" /> |
| 376 | + </node> |
374 | 377 | <node path="/configuration/system.webServer/handlers" action="update" key="name" collision="overwrite"> |
375 | 378 | <add name="YafHandler" preCondition="integratedMode" verb="GET" path="Resource.ashx" type="YAF.Core.Handlers.ResourceHandler, YAF.Core" /> |
376 | 379 | <add name="FileUploader" |
|
514 | 517 | </component> |
515 | 518 | </components> |
516 | 519 | </package> |
517 | | - <package name="YAF.WhatsNew" type="Module" version="03.15.006110"> |
| 520 | + <package name="YAF.WhatsNew" type="Module" version="03.15.006111"> |
518 | 521 | <friendlyName>YAF.NET Forums What's New</friendlyName> |
519 | 522 | <description> |
520 | 523 | <p>This Module displays the Latest Posts from a <strong>YetAnotherForum.NET</strong> Module. Based on the Current Users Authorization Level. You can define Which Forum should been used, and how many Posts should displayed. |
|
601 | 604 | </component> |
602 | 605 | </components> |
603 | 606 | </package> |
604 | | - <package name="bootstrap-bundle" type="JavaScript_Library" version="05.13.006110"> |
| 607 | + <package name="bootstrap-bundle" type="JavaScript_Library" version="05.13.006111"> |
605 | 608 | <friendlyName>Bootstrap v5.1.3 JavaScript Bundle (width Popper.js)</friendlyName> |
606 | 609 | <description> |
607 | 610 | <![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