-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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
Showing
8 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |