Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Release updates are cumulative, version-specific updates, built to resolve a customer-specific issue on a production deployment.  In general terms, release updates should only be applied to customer environments that are experiencing specific behaviors addressed by a given patch version.  Release updates are available for all customers with an active support agreement and may be requested by completing the request form linked here.  Square 9's fulfillment team will always deliver the most current release update version.  Again, all release updates are cumulative.

Hotfixes


5.0.0.103

Version
5.0.0.103
Date Created

Jul 29, 2019 19:27

Details

  • Add performance related configuration options to address difference in load times with new viewer

Notes

  • Path to config.json:
    • wwwroot_default_path\GlobalSearchViewer\Viewer\config.json
  • config.json option userDefaults.showThumbnailerOnOpen, expects a boolean, defines what the default should be for the show thumbnailer on open user setting.
  • config.json option docHistoryDisabled, expects a boolean, when true will remove the doc history button in the viewer and disable its loading of audit data.
  • Archives and sub-archives for burst menu are now loaded only once the archive selector is invoked, rather than on document load.
  • Changes made to reduce/prevent extra document scale image files being requested by atalasoft during document load.
  • if the logged in user has already used GlobalSearch web, you will need to go into their settings and reset the defaults to get the new settings. 

Configuration

Sample config.json elements:

{
    "docHistoryDisabled"true,
    "userDefaults": {
        "showThumbnailerOnOpen"false
    }
}




5.0.0.102

Version
5.0.0.102
Date Created

Jun 21, 2019 01:58

Details

  • Fixed an issue where PDF files greater than 10MB would not open after being emailed via GlobalAction


5.0.0.101

Version
5.0.0.101
Date Created

May 29, 2019 18:50

Details

  • Fixed an issue where the Task Search in GlobalSearch Web only show on last set database, unable to set on multiple databases at a time
  • Fixed an issue where word document template files incorrectly updated values on view


  • No labels