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:
master3395
2026-01-20 01:19:14 +01:00
parent 8c7e54a5a2
commit ddeee68348
2 changed files with 134 additions and 3 deletions

View File

@@ -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>