• v1.6.5-dev 6bba70aee5

    FTMahringer released this 2026-05-09 14:52:46 +02:00 | 230 commits to main since this release

    Plugin Stats Tracking

    Install, enable, and disable counts per plugin with last-used timestamp.

    Features:

    • PluginStats entity — install_count, enable_count, disable_count, last_used_at, updated_at
    • PluginStatsService — recordInstall(), recordEnable(), recordDisable(), upsert on each action
    • PluginLifecycleService wired to call stats on install/enable/disable
    • PluginController extended: GET /api/plugins/stats, GET /api/plugins/{id}/stats
    • Migration V11 with plugin_stats table

    Next: v1.6.6-dev Dashboard plugin/store management views

    Downloads