Release Notes / Version 11.2310
Table Of ContentsCAE: Supporting Preferred “lang” Attribute for Rich Text Markup
Not only for accessibility reasons, websites should prefer using the
lang
attribute over xml:lang
.
CoreMedia now provides options, to handle this mapping for language
tags within Markup with grammar CoreMedia Rich Text 1.0 in the CAE.
Follow Section, “CAE: Supporting Preferred “lang” Attribute for Rich Text Markup” for upgrade information.
(CMS-23426)
Removal of management-component
The management-component
was removed in favor of
the newly introduced
com.coremedia.springframework.boot.jmx.JmxAutoConfiguration
in com.coremedia.cms:coremedia-spring-boot
. The
management.server.remote.url
property was removed
as well.
Follow Section, “Removal of management-component” for upgrade information.
(CMS-16003)
SFMCDataExtensionService: New overloaded method pushToDataExtension added
The method
pushToDataExtension(SFMCContext, String, List<DataExtensionEntry>)
has been deprecated.
Follow Section, “SFMCDataExtensionService: New overloaded method pushToDataExtension added” for upgrade information.
(CMS-22924)
The disableInheritance and defaultInheritance flags for pagegrid of non augmented categories and products work now as intended
In the pagegrid layout document the
disableInheritance
flag is used to disable the
inheritance and the defaultInheritance
flag to
change the default inheritance. This feature works now also for the
non-augmented commercial categories and products. This is fixed for
studio, headless server and cae. To that end
com.coremedia.blueprint.base.pagegrid.ContentBackedPageGridService
is extended by following public API methods:
ContentBackedPageGrid getContentBackedPageGrid(Content content, boolean virtual);
ContentBackedPageGrid getContentBackedPageGrid(Content content, String pageGridName, boolean virtual);
ContentBackedPageGrid getContentBackedPageGrid(Content content, String pageGridName, TreeRelation<Content> treeRelation, boolean virtual);
(CMS-21988)