Doc update
Ryan Blenis committed
Nov 23, 2019 at 15:23 UTC
6ca89b130ac98a0fb2d3896ce0bd933f23b6ff02
1 file changed
-3
plugin_development.md
-3
@@ -80,9 +80,6 @@ Much of MeshCentral revolves around returning objects for your structures, and p
80
81
## Versioning
82
Versioning your plugin correctly and consistently is essential to ensure users of your plugin are prompted to upgrade when it is available. Semantic versioning is recommended.
83
-> Wait, but MeshCentral uses a trailing `-<alpha_char>` for it's versions!
84
-
85
-True, but we've made sure that we made special consideration for this in the `meshCentralCompat` check, so you can specify the exact version that you're compatible with.
83
84
## Changelog
85
A changelog is highly recommended so that your users know what's changed since their last version.