mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-09 18:25:36 +02:00
Fix plugin-specific help pages and examplePlugin version
- Update examplePlugin version from 0 to 1.0 in meta.xml - Implement proper plugin_help view to show plugin-specific information - Reads plugin meta.xml for name, version, author, description - Looks for README.md, HELP.md, CHANGELOG.md files in plugin directory - Displays plugin information and version history - Now shows plugin-specific help instead of redirecting to development guide - Individual plugin Help buttons now show plugin-specific information
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
<name>examplePlugin</name>
|
||||
<type>plugin</type>
|
||||
<description>This is an example plugin</description>
|
||||
<version>0</version>
|
||||
<version>1.0</version>
|
||||
</cyberpanelPluginConfig>
|
||||
Reference in New Issue
Block a user