Class Version
source code
This class represents the version of a plugin. It has three numbers
(ordered by importance): the major, the minor and the release. When two
plugins have versions with the same major and minor numbers means they
have the same functions with the same arguments. More bugs have been
fixed in the plugin with the highest release number. When the plugins
have different minor number, plugin with highest minor number works just
like the other, but new features may have been added.