Servoy 2021.09 release candidate 3

not fully.
This is a bit of a problem with NGDesktop because there we have 3 moving targets (versions)

1> Servoy version itself
2> NGDesktop (electron and installed npm modules) version
3> plugin versions.

the NGDesktop plugins mostly are depending on the NGDesktop version, but sometimes also on Servoy when it comes to the api they use…

What will work is if you are just keeping the LTS release as your main target, but when deploying you use .09 or later .12 just exporting and generating the NGDEsktop installer/executable with the right urls.
This way you can keep developing (and deploying the solution WAR with 03.x LTS) but the runtime ngdesktop you use the latest code.
This is very likely just fine for the ngdesktop plugins which almost never really need a newer version of servoy (but sometimes it could like if we change how something is down or uploaded)