2024 build version support

Answered

Hi,

I have a question regarding version support. I noticed that the build automatically updates the plugin version support to until-build 242.*. Does this mean that future releases of the IDE will be backward compatible with earlier versions of 2024 (from the specified build onward)?

Looking forward to your clarification!

logs ----
[org.jetbrains.intellij.platform] Patching plugin.xml: attribute 'since-build=[231.9011.34]' of 'idea-version' tag will be set to '242.21829'
[org.jetbrains.intellij.platform] Patching plugin.xml: attribute 'until-build=[242.21829.142]' of 'idea-version' tag will be set to '242.*'

0
1 comment

Hi Anu,

If your plugin has until-build equal to 242.*, it means that the plugin will be compatible with IDEs up to 2024.2, 2024.2.1, 2024.2.3, etc., but not with 2024.3.

See:

0

Please sign in to leave a comment.