Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Updated build for DNN8, released 06.05.00
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Edwards committed Jan 21, 2016
1 parent 8dd61e5 commit 6ab6b47
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 40 deletions.
8 changes: 4 additions & 4 deletions AssemblyInfo.vb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34209
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
Expand All @@ -16,12 +16,12 @@ Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
<Assembly: AssemblyTitle("DNNStuff.Aggregator"), _
Assembly: AssemblyDescription("DNNStuff.Aggregator - DNN6 Install - .NET 3.5"), _
Assembly: AssemblyDescription("DNNStuff.Aggregator - DNN7 Install - .NET 3.5"), _
Assembly: AssemblyCompany("DNNStuff"), _
Assembly: AssemblyProduct("DNNStuff Aggregator"), _
Assembly: AssemblyCopyright("Copyright (c) DNNStuff 2004-2012"), _
Assembly: ComVisible(false), _
Assembly: CLSCompliant(true), _
Assembly: AssemblyVersion("06.04.11"), _
Assembly: AssemblyFileVersion("06.04.11")>
Assembly: AssemblyVersion("06.05.00"), _
Assembly: AssemblyFileVersion("06.05.00")>

10 changes: 4 additions & 6 deletions Components/Data/AggregatorDB.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
'* DEALINGS IN THE SOFTWARE.
'*************/
Option Strict On
Option Explicit On
Option Explicit On

Imports System
Imports System.Data
Imports System.Xml
Imports DotNetNuke
Imports DotNetNuke.Common.Utilities
Imports DotNetNuke.Services.Search
''Imports DotNetNuke.Services.Search

Namespace DNNStuff.Aggregator

Expand Down Expand Up @@ -584,7 +582,7 @@ Namespace DNNStuff.Aggregator
#Region " Search Interface"
Public Function GetSearchItems(ByVal ModInfo As Entities.Modules.ModuleInfo) As Services.Search.SearchItemInfoCollection Implements Entities.Modules.ISearchable.GetSearchItems

Dim SearchItemCollection As New SearchItemInfoCollection
Dim SearchItemCollection As New DotNetNuke.Services.Search.SearchItemInfoCollection

Dim ai As AggregatorInfo = GetAggregatorObjectGraph(ModInfo.ModuleID, "", "")

Expand All @@ -598,7 +596,7 @@ Namespace DNNStuff.Aggregator
Dim strDescription As String = HtmlUtils.Shorten(HtmlUtils.Clean(strDesktopHtml, False), MAX_DESCRIPTION_LENGTH, "...")
Dim strGuid As String = "Agg" & ModInfo.ModuleID.ToString & "_SelectTab=" & tabNumber.ToString

Dim SearchItem As SearchItemInfo = New SearchItemInfo(ModInfo.ModuleTitle, strDescription, 0, Date.Now, ModInfo.ModuleID, tabNumber.ToString, strDesktopHtml, strGuid)
Dim SearchItem As DotNetNuke.Services.Search.SearchItemInfo = New DotNetNuke.Services.Search.SearchItemInfo(ModInfo.ModuleTitle, strDescription, 0, Date.Now, ModInfo.ModuleID, tabNumber.ToString, strDesktopHtml, strGuid)

SearchItemCollection.Add(SearchItem)

Expand Down
6 changes: 0 additions & 6 deletions CopyAggregator.ascx.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,14 @@
Option Strict On
Option Explicit On

Imports System.Text.RegularExpressions
Imports System.Collections.Generic
Imports System.Xml

Imports DotNetNuke
Imports DotNetNuke.Common
Imports DotNetNuke.Common.Utilities
Imports DotNetNuke.Entities.Portals
Imports DotNetNuke.Services.Exceptions
Imports DotNetNuke.Services.Localization
Imports DotNetNuke.Entities.Tabs
Imports DotNetNuke.Entities.Modules
Imports DotNetNuke.Services.FileSystem
Imports DotNetNuke.Security
Imports DotNetNuke.Security.Permissions

Namespace DNNStuff.Aggregator
Expand Down
10 changes: 4 additions & 6 deletions Version/All/Version_Current.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<h2>06.04.11</h2>
<p>01/Jun/2015</p>
<h2>06.04.10</h2>
<p>12/Feb/2015</p>
<h2>06.05.00</h2>
<p>21/Jan/2016</p>
<ul>
<li>
Fixes
<ul>
<li>Added a jQueryUI 1.10.x specific version of the jQuery Accordion - in the list as Accordion_1_10</li>
<li>Added support for DNN8</li>
<li>Minimum configuration is now DNN 7.1.2+ (.NET 4.0) / DNN 8+ (.NET 4.5)</li>
</ul>
</li>
</ul>
<p>For additional release history please visit the <a href="http://docs.dnnstuff.com/pages/aggregator">documentation</a>.</p>
<p>For additional release history please visit the <a href="http://docs.dnnstuff.com/pages/aggregator">documentation</a>.</p>
13 changes: 4 additions & 9 deletions Version/All/Version_Current.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@

## 06.04.11
## 06.05.00

01/Jun/2015
21/Jan/2016


## 06.04.10

12/Feb/2015

* Fixes
* Added a jQueryUI 1.10.x specific version of the jQuery Accordion - in the list as Accordion_1_10
* Added support for DNN8
* Minimum configuration is now DNN 7.1.2+ (.NET 4.0) / DNN 8+ (.NET 4.5)


For additional release history please visit the [documentation](http://docs.dnnstuff.com/pages/aggregator).

For additional release history please visit the [documentation](http://docs.dnnstuff.com/pages/aggregator).
15 changes: 6 additions & 9 deletions Version/Documentation/Releases.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,22 @@ title: Release History
tags: ['intro','page']
```

```Minimum configuration DNN 6.0.3+ / DNN7+ / .NET 3.5+ only```
```Minimum configuration DNN 7.1.2+ (.NET 4.0) / DNN 8+ (.NET 4.5)```

<!-- insert-newversion -->

## 06.04.11

01/Jun/2015
## 06.05.00

21/Jan/2016

## 06.04.10

12/Feb/2015

* Fixes
* Added a jQueryUI 1.10.x specific version of the jQuery Accordion - in the list as Accordion_1_10
* Added support for DNN8
* Minimum configuration is now DNN 7.1.2+ (.NET 4.0) / DNN 8+ (.NET 4.5)


For additional release history please visit the [documentation](http://docs.dnnstuff.com/pages/aggregator).

```Minimum configuration DNN 6.0.3+ / DNN7+ / .NET 3.5+ only```

## 06.04.10

Expand Down

0 comments on commit 6ab6b47

Please sign in to comment.