Release Notes / Version 11.2310
Table Of ContentsBindReadOnlyPlugin and AbstractBindEditablePlugin are no longer deprecated
Actually the deprecation was a mistake, the given replacement has never made it into a release.
(CMS-20730)
WorkflowTransition#defaultNextTask is deprecated
WorkflowTransition#defaultNextTask is deprecated and will be removed in the future. Please use the new config defaultNextStep instead.
(CMS-20611)
Fixed Error in Site Selector
The old site selector threw an error for special characters. This has been fixed in the new version of the Site Selector.
(CMS-20595)
StringListPropertyField is once again editable
As the title says items added to a StringListPropertyField can once again be edited.
(CMS-20446)
Updated Documentation
Removed documentation about deleted public API method IEditorContext#getEnabledSearchFilterIds.
(CMS-20377)
LargeOperationHelper is more robust in non-blueprint-setups
In non-Blueprint setups, copy/paste operations in the library could fail due to the LargeOperationHelper. This is fixed now.
(CMS-19788)