mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-28 10:19:04 +01:00
- 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
8 lines
262 B
XML
8 lines
262 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<cyberpanelPluginConfig>
|
|
<name>examplePlugin</name>
|
|
<type>plugin</type>
|
|
<description>This is an example plugin</description>
|
|
<version>1.0.0</version>
|
|
<author>usmannasir</author>
|
|
</cyberpanelPluginConfig> |