Skip to content
This repository was archived by the owner on Aug 4, 2019. It is now read-only.

Commit 6225190

Browse files
committed
version bump
1 parent ea4cbc9 commit 6225190

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

DNN 7/Install/CKReleaseNotes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<title>CKEditor Provider Readme</title>
77
</head>
88
<body>
9-
<h1>CKEditor 4.11.1 Editor Provider 2.01.18 <small>For DNN® Platform 07.04.02 (or above)</small></h1>
9+
<h1>CKEditor 4.11.2 Editor Provider 2.01.19 <small>For DNN® Platform 07.04.02 (or above)</small></h1>
1010
<h4>What's New</h4>
1111
<div class="dnnFormMessage dnnFormSuccess">
1212
<ul>
13-
<li>Upgraded to CKEditor 4.11.1</li>
13+
<li>Upgraded to CKEditor 4.11.2</li>
1414
</ul>
1515
</div>
1616
<h5>changes</h5>

DNN 8/Install/CKReleaseNotes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<title>CKEditor Provider Readme</title>
77
</head>
88
<body>
9-
<h1>CKEditor 4.11.1 Editor Provider 2.01.18 <small>For DNN® Platform 08.00.04 (or above)</small></h1>
9+
<h1>CKEditor 4.11.2 Editor Provider 2.01.19 <small>For DNN® Platform 08.00.04 (or above)</small></h1>
1010
<h4>What's New</h4>
1111
<div class="dnnFormMessage dnnFormSuccess">
1212
<ul>
13-
<li>Upgraded to CKEditor 4.11.1</li>
13+
<li>Upgraded to CKEditor 4.11.2</li>
1414
</ul>
1515
</div>
1616
<h5>changes</h5>

DNN 9/CKHtmlEditorProvider.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ namespace WatchersNET.CKEditor
1414
{
1515
#region
1616

17+
using System;
1718
using System.Collections;
19+
using System.Linq.Expressions;
1820
using System.Web.UI;
1921
using System.Web.UI.WebControls;
2022

DNN 9/Install/CKReleaseNotes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<title>CKEditor Provider Readme</title>
77
</head>
88
<body>
9-
<h1>CKEditor 4.11.1 Editor Provider 2.01.18 <small>For DNN® Platform 09.02.02 (or above)</small></h1>
9+
<h1>CKEditor 4.11.2 Editor Provider 2.01.19 <small>For DNN® Platform 09.02.02 (or above)</small></h1>
1010
<h4>What's New</h4>
1111
<div class="dnnFormMessage dnnFormSuccess">
1212
<ul>
13-
<li>Upgraded to CKEditor 4.11.1</li>
13+
<li>Upgraded to CKEditor 4.11.2</li>
1414
</ul>
1515
</div>
1616
<h5>changes</h5>

DNN 9/WatchersNET.CKEditor - DNN9.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<ItemGroup>
8383
<Reference Include="DotNetNuke, Version=9.2.1.533, Culture=neutral, processorArchitecture=MSIL">
8484
<HintPath>..\packages\DotNetNuke.Core.9.2.1.533\lib\net40\DotNetNuke.dll</HintPath>
85+
<Private>False</Private>
8586
</Reference>
8687
<Reference Include="DotNetNuke.Web, Version=9.1.1.129, Culture=neutral, processorArchitecture=MSIL">
8788
<HintPath>..\packages\DotNetNuke.Web.9.1.1.129\lib\net40\DotNetNuke.Web.dll</HintPath>
@@ -90,13 +91,15 @@
9091
</Reference>
9192
<Reference Include="DotNetNuke.Web.Client, Version=9.2.1.533, Culture=neutral, processorArchitecture=MSIL">
9293
<HintPath>..\packages\DotNetNuke.Web.Client.9.2.1.533\lib\net40\DotNetNuke.Web.Client.dll</HintPath>
94+
<Private>False</Private>
9395
</Reference>
9496
<Reference Include="DotNetNuke.WebUtility, Version=4.2.1.783, Culture=neutral, processorArchitecture=MSIL">
9597
<HintPath>..\packages\DotNetNuke.Web.9.1.1.129\lib\net40\DotNetNuke.WebUtility.dll</HintPath>
9698
<Private>False</Private>
9799
</Reference>
98100
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
99101
<HintPath>..\packages\DotNetNuke.Core.9.2.1.533\lib\net40\Microsoft.ApplicationBlocks.Data.dll</HintPath>
102+
<Private>False</Private>
100103
</Reference>
101104
<Reference Include="Microsoft.JScript" />
102105
<Reference Include="Microsoft.VisualBasic" />

GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626

2727
[assembly: ComVisible(false)]
2828

29-
[assembly: AssemblyVersion("2.01.18")]
30-
[assembly: AssemblyFileVersion("2.01.1.8")]
29+
[assembly: AssemblyVersion("2.01.19")]
30+
[assembly: AssemblyFileVersion("2.01.1.9")]

0 commit comments

Comments
 (0)