Release Notes / Version 10.2104
Table Of ContentsSalesforce Marketing Cloud Integration
Salesforce Marketing Cloud (SFMC) is a great tool to create marketing newsletters, define user journeys and manage email lists, among other things. CoreMedia enables you to create your content within CoreMedia Studio, crop your pictures, create your texts, translate them in all configured languages, and then push all of them into SFMC, where you can use your content to create marketing newsletters.
Once you have created your content and published it in CoreMedia Studio, you can push it into SFMC. Just press the Salesforce Marketing Cloud button in the document form toolbar on the right to push your texts and pictures into SFMC. You can push your texts in the master language only, or you can push them in the master language and all of its translations, at the same time. The property sfmc-push-translations true or false enables you to push the content in its master language and all translations into SFMC. It is a matter of configuration, which content types and which properties can be pushed into the SFMC, such as articles, teasers, pictures. See Blueprint Development Manual, section "Uploading content to Salesforce Marketing Cloud" on how to configure CoreMedia document types and properties for SFMC.
CoreMedia Studio allows you to push content into SFMC not only from the document form, but also from the library, or from the projects panel. In the Library or in a project select all content items which you want to push into SFMC, then press the SFMC button in the toolbar above. A standard Studio notification to the top right will notify you about the progress of your content push into SFMC.
(CMS-16251)
TaxonomyConditionEditor
TaxonomyConditionEditor can be used now for other Taxonomy than "Subject"
(CMS-16143)
Usermanager for Studio
The Studio comes with an integrated user management now. The administration UI is visible for administrative users by default.
(CMS-16127)
EsAnalyticsChartPanel can be used for other DocTypes
EsAnalyticsChartPanel was restricted to be configured for CMArticle only. This panel can be configured for other document types now.
(CMS-16079)
Updated CKEditor to 4.13.1
CKEditor has been updated from 4.11.1 to 4.13.1. CKEditor for CoreMedia CMS is part of jangaroo-libs which got updated from 4.0.48 to 4.0.49.
(CMS-14730)
Improved Merging Struct Changes in Translation Workflows
The merge algorithm to apply changes from a master content's page grid to a derived content has been improved.
Note, that you must re-upload the translation workflow definition using
cm upload
for this to become effective.
The improved merge algorithm has been enabled in the Blueprint for page grid properties in list bean
defaultAutoMergeStructListKeys
, defined in
com.coremedia.blueprint.workflow.boot.BlueprintWorkflowServerAutoConfiguration
.
The new algorithm is applicable to struct lists, where each entry's value has a unique identity, like the section key in placement structs. If you happen to have similar struct list in your projects, you may extend the
defaultAutoMergeStructListKeys
list bean by additional entries.
More details can be found in the API documentation of
com.coremedia.translate.workflow.AutoMergeStructListMapKeyFactory
and the description of the
AutoMergeTranslationAction
in the Blueprint Developer Manual.
(CMS-14165)