Standardize plugin version format to 1.0.0 and add semantic versioning explanation

- Update examplePlugin and emailMarketing meta.xml to use 1.0.0 format
- Add comprehensive semantic versioning section to plugin help page
- Explain major/minor/patch version numbers with examples
- Standardize all plugins to use three-number version format (X.Y.Z)
- Improve version tracking and update clarity for plugin developers
This commit is contained in:
master3395
2026-01-20 01:47:18 +01:00
parent 07a4c92f65
commit b034d54055
3 changed files with 32 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
<name>examplePlugin</name>
<type>plugin</type>
<description>This is an example plugin</description>
<version>1.0</version>
<version>1.0.0</version>
<author>usmannasir</author>
</cyberpanelPluginConfig>