Release Notes / Version 11.2301
Table Of ContentsChanged CMS Version Compatibility Check For Plugins
The plugin property
plugin.requiresand the programmatic version check for Java Plugins in the CMS has been removed to fix a bug with the required cms version and to prevent further confusion.A new Plugin Schema has been released: https://releases.coremedia.com/plugins/plugin-schema-3.0.0.json .
The schema now requires a
minimum-cms-version
. The property is not verified automatically, but is used for documentation purposes and enables clients to implement such a check in their deployment processes.
(CMS-22014)


