In This Article
Link temporarily unavailable.
This link will download the Version 16.5 patch as a zip file. This file doesn't need to be extracted as the software extracts the zip file as part of the process while applying the patch. Review the Patching Process Overview article.
Before installing a new patch, please:
- Stop the SQBoxTaskManager service on the webserver. After finishing the patch installation, you must start the service again.
- Run the following code in the "Execute custom code" box in the admin area to reconnect the Lucee SSL certificate:
<cfscript>
SSLCertificateInstall("ws.icthrive.com")
</cfscript>
Once installed, please:
- Reboot the server as soon as possible
Note: If the Lucee version is on 5.3.6.61, please use the instructions here to update.
Version 16.5.2 Patch Notes
Patch Highlights
- New option to send all email notifications from the administrator email (to help with Microsoft 365 mail)
- Support Desk email notification improvements: Include custom fields in emails.
- Microsoft Graph synchronization customization: Choose which field sets the username on the Intranet.
- Password complexity checking: Increasing security standards for new form passwords
- Security improvements against XSS (Cross-site scripting) and Cross Site Forgery Requests
Version 16.5.2 Hotfixes
Hotfix | Issues it fixes |
Hotfix 5256 | Fixes an issue where PDFs which include spaces in the title will not get loaded correctly. |
Hotfix 5186 | Fixes thumbs up bug where clicking the thumbs up on an appbuilder item did not work. Also Fixes ability to have urls that click into a new window inside of ckeditor text fields in appbuilder apps. |
Hotfix 5040 | Fixes link redirect fail after login when site uses SSO. |
Hotfix 5236 | Fixes an issue in the menu navigation where encodeForHTMLAttribute() is not a valid function. Fixes Broken menu items with icons. |
Note: This patch release is for supported browsers Chrome, Firefox, and the new Edge (Chromium). All versions of Microsoft IE (11 and below) will encounter layout problems and are not supported.
If you are seeing messages about web services not connecting, or cannot obtain expiry information on your admin page, you'll also need to apply the ws.icthrive.com certificate to Lucee for web services to connect. Click here to learn how to add the certificate in Lucee.