Download the latest Version 15.5 patch
This link will download the Version 15.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 15.5.2 Patch Notes
*It is essential that you install 15.5.1 before installing 15.5.2*
If you do not do this you may get an error message, and the installation progress bar will not move. If this happens simply close the pop-up and manually install Patch 1.
Patch Highlights
- Optimized Toolbar
- Employee Recognition Feature
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.
Optimized Toolbar
- Eye-catching new icons and clean look
- The toolbar adjusts if you resize the page
- Search bar is centered for easier access
- Simple toggle button to switch between the intranet and the multichannel communication tool
- Admin button responds to clicks rather than hovering
Employee Recognition Feature
- When using the Suggestion Box application for employee recognition, previously it was only possible to display the publisher’s photo through an Application feed widget, and not the person being recognised. This improvement adds an option to display the recipient’s photo instead. (See below image)
- We have also included a pre-built “Employee Recognition” app which is configured to display the recipient's photo right out of the box!
The option to display recognition recipient's ("Employee") photo in the Application Feed widget settings
Version 15.5.2 Hotfixes
Hotfix | Issues It Fixes | |
IntranetConnectionsHotfix15.5.2.0775 | XSS vulnerability exposed via URL parameters. | Download |
IntranetConnectionsHotfix15.5.2.1402 | With a particular setting enabled, the intranet can be embedded within another website. Please note that this is not best practice. If applying this hotfix, please reach out to support for the corresponding code to enable the setting. | Download |
IntranetConnectionsHotfix15.5.2.927 | For customers who are using SAML-based Single Sign On (Azure, Okta, etc.), this fix allows users to be redirected from external links to the intended address within the intranet. | Download |
IntranetConnectionsHotfix15.5.2. 719_1000_1337_1973_2791_1623.zip |
|
Contact support for file and instructions |
Version 15.5.1 Patch Notes
Patch Highlights
- Automated utilization data gathering
- Cloud-based Single-Sign-On
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.
Automated utilization data gathering
- Added the ability to automatically gather utilization metrics through the intranet's web services
- Data relates to actions taken by users on the intranet (e.g. login rate, number of views, number new items etc.)
- No personal data is gathered (names, email addresses etc.) only numbers from the intranet as a whole
- This gives us the ability to benchmark utilization, and provide customers with tailored advice to improve adoption
Cloud-based Single-Sign-On
- Added the ability to use cloud-based authentication providers (such as Azure AD) instead of form based login
- You can find more information about cloud-based single-sign-on in this article