-
Notifications
You must be signed in to change notification settings - Fork 35
Version management
Alexandre Delaunay edited this page Nov 18, 2015
·
1 revision
Create a standard for plugin versions
The version number must be composed of 3 digits. For example 1.0.0
- First digit : major modifications to the code
- Second digit : additional feature or modifications that require a change to the database schema
- Third digit : bugfixes
- The first stable version of a plugin must be : 1.0.0
- The first bug fix should be : 1.0.1
- The first evolution or schema change of the database must be : 1.1.0
- The first minor change should be 2.0.0
In the case of changes required by a new version of GLPI: 1.1.0 should be if there were no major changes or 2.0.0 in the case of big changes.