Skip to content

Plugin developers: Setting plugin.min_ide_version

Elissa-AppDevforAll edited this page Aug 3, 2026 · 1 revision

plugin.min_ide_version is the manifest field declaring the oldest Code On The Go release your plugin can run on. The field is a bare YY.WW string.

To figure out which version to set, see "How to use this" in the Plugin API Changelog. Set the highest version among the capabilities your plugin actually uses. Currently, only min is enforced at install today; max is parsed but considered advisory.

Clone this wiki locally