KNIME Plugin: How to limit to specific KNIME version?

If I have an existing plugin, How to I make the newest version limited to a specific version of KNIME? eg. KNIME 3.

In a way that it does not offer an upgrade at all on older versions?

Thank you.


 

In the Plug-in Manifest Editor you can set version ranges for the dependencies ("Dependencies" tab).

That only seems to prevent installation on older version but it is shown as available update but with errors due to missing dependencies on older versions. Is there a way I can prevent the update from being shown to older versions completely? 

No, this is not possible. However, if an update is not possible (for whatever reason), then you should better create a new plug-in with a different id.