Skip to content

Commit

Permalink
Version 3.15.0
Browse files Browse the repository at this point in the history
## Version 3.15.0 - March 30, 2018

- **Fixed:** Document Viewer and Converter was broken ("engine not
found" errors) in v3.14.0 due to obfuscation.

- **Fixed:** When file with an unspported file extension was set to
DocumentViewer.Document property,
"Object reference not set to an instance of an object." error was shown
instead of the supposed explanatory message.

- **Added:** Implemented own routing for better CMS compatibility (e.g.
SiteFinity, DotNetNuke)
CMSs usually take over and clear System.Web.Routing.RouteTable so as a
result resource and component handlers
were not accessible (HTTP 404 errors) unless you called
DocumentUltimateWebConfiguration.RestoreRoutes method.
Removed DocumentUltimateWebConfiguration.RestoreRoutes method as it's no
longer necessary.

- **Improved:** DocumentViewer always supported IE 9 or above but since
v3.8 it was not showing warning message when
IE version was older (only errors were logged in browser console). Now
it will notify the user with a message box,
e.g when run on IE 8 (e.g. "Minimum supported version of Internet
Explorer is 9...").

- **Improved:** Improved stability for Word-Processing file formats.
  • Loading branch information
GleamTech committed Mar 30, 2018
1 parent 044ca8b commit 8dbdd67
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Examples/Mvc.CS/Mvc.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Core">
<HintPath>..\packages\GleamTech.Core.2.3.3\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Core.2.4.0\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.14.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.15.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp"/>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions Examples/Mvc.CS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40"/>
<package id="GleamTech.Core" version="2.3.3" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.14.0" targetFramework="net40"/>
<package id="GleamTech.Core" version="2.4.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.15.0" targetFramework="net40"/>
</packages>
4 changes: 2 additions & 2 deletions Examples/Mvc.VB/Mvc.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Core">
<HintPath>..\packages\GleamTech.Core.2.3.3\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Core.2.4.0\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.14.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.15.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System.Data"/>
<Reference Include="System.Drawing"/>
Expand Down
4 changes: 2 additions & 2 deletions Examples/Mvc.VB/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40"/>
<package id="GleamTech.Core" version="2.3.3" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.14.0" targetFramework="net40"/>
<package id="GleamTech.Core" version="2.4.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.15.0" targetFramework="net40"/>
</packages>
4 changes: 2 additions & 2 deletions Examples/WebForms.CS/WebForms.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Core">
<HintPath>..\packages\GleamTech.Core.2.3.3\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Core.2.4.0\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.14.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.15.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Core"/>
Expand Down
4 changes: 2 additions & 2 deletions Examples/WebForms.CS/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GleamTech.Core" version="2.3.3" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.14.0" targetFramework="net40"/>
<package id="GleamTech.Core" version="2.4.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.15.0" targetFramework="net40"/>
</packages>
4 changes: 2 additions & 2 deletions Examples/WebForms.VB/WebForms.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Core">
<HintPath>..\packages\GleamTech.Core.2.3.3\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Core.2.4.0\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.14.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.15.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Core"/>
Expand Down
4 changes: 2 additions & 2 deletions Examples/WebForms.VB/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GleamTech.Core" version="2.3.3" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.14.0" targetFramework="net40"/>
<package id="GleamTech.Core" version="2.4.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.15.0" targetFramework="net40"/>
</packages>

0 comments on commit 8dbdd67

Please sign in to comment.