mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-29 18:59: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
7 lines
237 B
XML
7 lines
237 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<cyberpanelPluginConfig>
|
|
<name>Email Marketing</name>
|
|
<type>plugin</type>
|
|
<description>Email Marketing plugin for CyberPanel.</description>
|
|
<version>1.0.0</version>
|
|
</cyberpanelPluginConfig> |