Jun 30, 2020
Introduction
This release contains new features and resolved issues. If an entry here is a result of a bug report or feature request, the relevant ID number (#xxxx) will be at the end of the entry.
Prerequisites
There are no prerequisites for this release.
Please check previous release notes if you are not upgrading from the latest version.
Supported environments
This release supports the following environments:
- Office 365 tenant and Azure
- SharePoint Server 2013
- SharePoint Server 2016
- SharePoint Server 2019
Please note: As the SharePoint Modern experience platform and development framework is too far behind SharePoint Online, the Wizdom on Modern SharePoint experiences capabilities are currently not supported on SharePoint Server 2019.
Wizdom Add-in for SharePoint 2013
Please note that for Wizdom Add-in for SharePoint 2013 it might be necessary to update an assembly binding in web.config before upgrading.
If the following bindings are present in web.config:
<dependentAssembly>
<assemblyIdentity name=”Microsoft.SharePoint.Client.Runtime” publicKeyToken=”71e9bce111e9429c” culture=”neutral” />
<bindingRedirect oldVersion=”0.0.0.0-15.0.0.0″ newVersion=”15.0.0.0″ />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name=”Microsoft.SharePoint.Client” publicKeyToken=”71e9bce111e9429c” culture=”neutral” />
<bindingRedirect oldVersion=”0.0.0.0-15.0.0.0″ newVersion=”15.0.0.0″ />
</dependentAssembly>
Please update to bind 16.2 down to 15 as per below:
<dependentAssembly>
<assemblyIdentity name=”Microsoft.SharePoint.Client.Runtime” publicKeyToken=”71e9bce111e9429c” culture=”neutral” />
<bindingRedirect oldVersion=”0.0.0.0-16.2.0.0″ newVersion=”15.0.0.0″ />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name=”Microsoft.SharePoint.Client” publicKeyToken=”71e9bce111e9429c” culture=”neutral” />
<bindingRedirect oldVersion=”0.0.0.0-16.2.0.0″ newVersion=”15.0.0.0″ />
</dependentAssembly>
New features
SharePoint’s Modern and Classic experiences
Rebranding of Wizdom Configuration Center
Due to feedback from customers and partners worldwide, we have made the decision to simplify and align our products to the LiveTiles brand. For you, as a Wizdom customer, this means that Wizdom, from now on, will be referred to in our brand system as LiveTiles Intranet Enterprise.
Also, you will see Wizdom Configuration Center rebranded with new colors, icons, fonts, and logo.
Other than these changes to the branding, your service will continue uninterrupted. No other changes have been made to the Configuration Center and you will still find the same functionality and configuration as previously.
Please note: As part of the brand alignment, PowerPanel has changed its name to LiveTiles Everywhere.
Resolved issues
SharePoint’s Modern experiences
- The share functionality in Noticeboard has been removed when inside Microsoft Teams to prevent faulty URL. (#7455)
- An issue has been fixed where the filter pane in Noticeboard was not always displayed on the right-hand side of the screen.
Comments
0 comments
Article is closed for comments.