List of Changes for Laserfiche Web Client 11 Update 8

September 3, 2024 | KB: 1014502
Web Client 11, Laserfiche 11

Summary

This article details the list of changes for Laserfiche Web Client 11 Update 8 (11.0.2401.9). Update 8 includes the following fixes:

Fixes

  • Updated the PDF page generation service to successfully generate pages for certain types of PDF files. (485287, 485295, 486015, 421412)
  • Security enhancements and fixes (493322, 498643, 498645, 493261)
  • Fixed a potential issue that could prevent you from switching between repositories from the repository dropdown. (486804)
  • Removed unnecessary attempts to retrieve resources from a Laserfiche CDN location. (489182)
  • The web client now properly applies field display formats configured on dynamic fields of type Date, Date/Time, Time, and Number. (470682)
  • The web client no longer filters out template search results that should be included for users that have the "Manage Templates and Fields" privilege, but did not have explicit read rights to fields in the template. (494575)

The update includes the following files:

  • BouncyCastle.Crypto.dll (1.8.20343.1)
  • DocuSignIntegration.dll (11.0.2401.9)
  • Aspose.Words.dll (20.12.0.0)
  • Laserfiche.TextProviderClient.dll (11.0.2309.1646)
  • Laserfiche.IdentityModel.dll (11.0.2308.2)
  • Laserfiche.PdfServices.dll (11.2.2310.23)
  • LicenseManagerObjects.dll (11.0.2202.2)
  • Newtonsoft.Json.dll (13.0.3.27908)
  • O2S.Components.PDFRender4NET.Win.dll (11.2.2.3)
  • O2S.Components.PDFView4NET.Win.dll (11.2.2.3)
  • Web.Util.dll (11.0.0.122)
  • WebAccess.dll (11.0.2401.9)
  • WebAccessCommon.dll (11.0.2401.9)
  • OfficePdfConverter.exe(10.4.0.11)
  • WebAccessHelper.exe (11.0.2401.9)
  • WebAccessHelper.exe.config
  • WebAccessResources.dll (11.0.2401.9)
  • WebAccessServices.dll (11.0.2401.9)
  • Browse.aspx
  • DocView.aspx
  • Management.aspx
  • Options.aspx
  • WABuildVersion.txt
  • ConfigurationPageService.asmx
  • Configuration.aspx
  • Web Access\Web Files\js-src\comp\* non Dialog files
  • Web Access\Web Files\js-src\proxy\
  • all.Laserfiche.WebAccess.proxy.js
  • Laserfiche.Webaccess.ConfigurationPageService.proxy.js
  • Web Access\Web Files\Viewer\build\*
  • Web Access\Web Files\Viewer\web\*
  • Web Access\Web Files\Viewer\web\locale\*
  • Web Access\Web Files\Viewer\cmaps\*
  • altText_add.svg
  • altText_done.svg
  • annotation-paperclip.svg
  • gv-toolbarButton-download.svg
  • gv-toolbaropeninapp.svg
  • toolbarButton-editorStamp.svg

Resolution

To update the web client:

Click the following link to download the update:

KB1014502.zip

On the computer hosting the web client, extract and run LaserficheWebClient11Update8.exe.

Important: This patch can only be installed over Laserfiche Web Client 11 Update 4, Laserfiche Web Client 11 Update 5, Laserfiche Web Client 11 Update 6, or Laserfiche Web Client 11 Update 7.

Known Issues:

If you uninstall Laserfiche Web Client 11 Update 8, you may encounter a loading issue with the Web Client. If you uninstall this update, manually modify the Web client installation's web.config file to reset the Newtonsoft.Json binding redirect to point to version 12.0.0.0. In the Web Client's web.config located at C:\Program Files\Laserfiche\Web Access\Web Files, locate the <runtime> section. In the runtime block, locate the <dependentAssembly> section for Newtonsoft.Json and verify that newVersion="12.0.0.0." The section should look similar to the following example:

<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>