Is there any way of detecting the difference between an installed current version of a script and the version that a user wants to install?
I know there is the compare_versions() method. Is there a way to use it in this way so that I can do a proper upgrade procedure (the script has different procedures for upgrading between minor and major releases).