feat: no plugins required by default; Plugin Store category updates

- Remove emailMarketing from default INSTALLED_APPS
- Comment out emailMarketing URL (plugin installer adds when installed)
- Bump emailMarketing, examplePlugin meta.xml to 1.0.1
- Plugin Holder: remove Plugin category, enforce Utility/Security/Backup/Performance
- Add to-do/PLUGIN-DEFAULT-REMOVAL-2026-02-01.md
This commit is contained in:
master3395
2026-02-01 23:46:48 +01:00
parent 6e935d64c7
commit 86b5ed6e0e
8 changed files with 473 additions and 100 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<cyberpanelPluginConfig>
<name>examplePlugin</name>
<type>plugin</type>
<type>Utility</type>
<description>This is an example plugin</description>
<version>1.0.0</version>
<version>1.0.1</version>
<author>usmannasir</author>
</cyberpanelPluginConfig>