Skip to content

Commit

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

- **Fixed:** Word-Processing and Presentation file format support:

- Some DOCX files were causing infinite loop and failing to convert or
display.

- PPT/PPTX files with asian fonts were causing an error on some machines
and failing to convert or display.

- **Fixed:** "Any word" search still did not find results when keywords
had more than 1 hyphen in-between (e.g. "24-3-2018").
  • Loading branch information
GleamTech committed Mar 24, 2018
1 parent d94bf98 commit 044ca8b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Examples/Mvc.CS/Mvc.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<HintPath>..\packages\GleamTech.Core.2.3.3\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.13.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.14.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
2 changes: 1 addition & 1 deletion Examples/Mvc.CS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<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.13.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.14.0" targetFramework="net40"/>
</packages>
2 changes: 1 addition & 1 deletion Examples/Mvc.VB/Mvc.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<HintPath>..\packages\GleamTech.Core.2.3.3\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.13.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.14.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System.Data"/>
<Reference Include="System.Drawing"/>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Mvc.VB/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<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.13.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.14.0" targetFramework="net40"/>
</packages>
2 changes: 1 addition & 1 deletion Examples/WebForms.CS/WebForms.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<HintPath>..\packages\GleamTech.Core.2.3.3\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.13.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.14.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Core"/>
Expand Down
2 changes: 1 addition & 1 deletion 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.13.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.14.0" targetFramework="net40"/>
</packages>
2 changes: 1 addition & 1 deletion Examples/WebForms.VB/WebForms.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<HintPath>..\packages\GleamTech.Core.2.3.3\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.13.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.14.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Core"/>
Expand Down
2 changes: 1 addition & 1 deletion 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.13.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.14.0" targetFramework="net40"/>
</packages>

0 comments on commit 044ca8b

Please sign in to comment.