I'm writing a CB plugin, in the PDF for the API it says this about the cbinstall tag :
Code:
<cbinstall version="1.0.3" type="plugin" group="user">
The version indicates the used installer version for compatibility check.
How do I know what version number to put in there?
And then there's the version tag :
Code:
<version>1.0 RC 2</version>
This is important: The version must strictly match the CB version.
Ok this is the CB version number, but where do I put the plugin version number? In the description tag?