Studio plugin versioning

SDL Studio 2015 is just around the corner and as a plugin developer there are a few things you should do to make your plugin compatible with this new Studio version. You can read more about this here: Steps to upgrade your plugin for Studio 2015 . Now with all Studio versions out there some may ask how can I control my plugin versions and how can I make sure my plugin will be used only by the appropriate version of SDL Studio. Plugin manifest Every plugin must contain a manifest file that defines a few general information about your plugin. The file is called pluginpackage.manifest.xml... Read the full text.