Release Tracker
Surface your app's release notes and dependency versions inside the panel — and record new releases as migrations, so the changelog ships with the deploy.
release:add generates a migration that upserts the version row — so the changelog history ships and deploys with your code. No runtime API to remember.
A pinned, full-width widget shows the running version plus the resolved PHP / Laravel / Filament / panel-base versions read from composer.lock.
Auto-discovers vendor-prefixed packages (codenzia/* by default) and surfaces their CHANGELOG entries in an "Installed Plugins" tab.
A one-time, non-blocking banner tells each operator what changed since they last signed in — tracked per user, never nags twice.
A Filament resource (List / Create / View / Edit) under the System group for editing version notes by hand when you prefer.
Drop any surface you do not want with ->withoutResource(), ->withoutDashboardWidget(), or ->withoutWhatsNewModal(). Filament v4 + v5.
The dashboard widget (top of /admin) shows the running version + dependency versions live.
Installation
Register the plugin
Record a release (it becomes a migration)
The killer idea: release:add writes a migration that upserts the
version row. Commit it, deploy it, and the changelog history is updated everywhere automatically — no runtime API to call.
Choose which installed plugins surface
The widget auto-discovers vendor-prefixed packages and reads their CHANGELOG.md. Point it at your own vendor prefixes.