Skip to content
ssmathias edited this page Apr 3, 2012 · 3 revisions

Version Numbering

[version].[feature].[bug].[enhancement]

  • [version] will be updated when a change is introduced that is anticipated to be significant enough to require end users to alter their use of the plugin from a prior version to get it to function.
  • [feature] will be updated when a new feature is introduced that maintains backward-compatibility with prior features and does not mandate a change in interaction.
  • [bug] will be updated as bugs are cleaned up and resolved. Updating at least at this level is strongly recommended.
  • [enhancement] will be updated as minor enhancements are added to improve performance or code clarity. Updating here is only important if there are noticeable performance issues you've experienced that are addressed through these enhancements.

Old versions

I will do my best to support my old versions for as long as I can. This would mean including any bug fixes or enhancements that would be reasonable. I do not intend to add new features to old versions of the code, so the version and feature numbers are likely to be stagnant when a newer version has been released.

Detailed information about changes can be found in the changelog in this wiki.