Breaking Changes
There are no breaking changes in this release.
Assisted Service 12.8.65
The assisting banner now uses the site user display name template configured in iCM's User Settings, matching other areas of the platform and the .NET implementation.
Comms Template Manager 1.1.49
The Swag Handlebars Helpers are now available in your templates.
We've also fixed an bug that caused accented characters to be removed from templates when they were imported.
Contribute 1.1.12
The forms used to manage events have been updated to include the following fields (they were already present on the create event form):
- Show/hide availability
- Show/hide location
- Show/hide price
- Show/hide dates
- Sold out display text
The following mappings will need to be manually merged into your existing configuration end points:
"formToArticleMapping": [{
"from": "form_SHOWAVAILABILITY",
"to": "Extension.SHOWAVAILABILITY"
}, {
"from": "form_SHOWDATES",
"to": "Extension.SHOWDATES"
}, {
"from": "form_SHOWLOCATION",
"to": "Extension.SHOWLOCATION"
}, {
"from": "form_SHOWPRICES",
"to": "Extension.SHOWPRICES"
}, {
"from": "form_NOAVAILABILITY",
"to": "Extension.NOAVAILABILITY"
}]
and:
"articleToFormMapping": [{
"from": "Extension.SHOWAVAILABILITY",
"to": "form_SHOWAVAILABILITY"
}, {
"from": "Extension.SHOWDATES",
"to": "form_SHOWDATES"
}, {
"from": "Extension.SHOWLOCATION",
"to": "form_SHOWLOCATION"
}, {
"from": "Extension.SHOWPRICES",
"to": "form_SHOWPRICES"
}, {
"from": "Extension.NOAVAILABILITY",
"to": "form_NOAVAILABILITY"
}]
iCM4j Framework 25.17.993
This release updates Core Resources to version 25.4.891. This restructures and reorders the bundled CSS so the classes on the card component are applied correctly. This fixes some styling issues in the new repeating pages iCM release.
Impact Theme 13.7.87
The minimum header height has been removed from the
User Requests 13.9.38
The styles applied to the cards in User Requests have been updated to target
We've also fixed field labels which were wrapping onto separate lines.
