mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-29 10:49:05 +01:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user