Skip to content

Page

You can add the changelog page to your panel via your PanelProvider:

php
$panel->pages([
    pxlrbt\FilamentChangelog\Pages\ChangelogPage::class,
]);

Badge

The page has a version badge that will display the latest release tag. The badge will always show. If you only want to show it, when the user hasn't viewed the changelog yet, you can use the ->trackUserVersion() method.