v4.6.1 - Registration is an opt-in plugin
Changes
- Registration is now an opt-in plugin, not a core dependency. The standalone skeleton no longer hard-requires
tallcms/filament-registration. A fresh install ships with no admin sign-up page; the captcha-aware register page wires up only when the registration plugin is installed. - Hardened the admin panel against a registration plugin whose own dependency is missing — previously this could fatal the whole panel at boot; it now degrades gracefully (the bridge is skipped).
Upgrade note
After updating, the admin panel's registration page is gone unless you have the registration plugin installed. If you rely on admin self-registration, install the registration plugin (which brings the tallcms/filament-registration package with it). Login, password reset, and all other panel features are unaffected.
The tallcms/cms package itself is unchanged from v4.6.0 — this release carries the standalone skeleton change to existing installs via the auto-updater.
Compatibility
- PHP 8.2+ (Laravel 13 requires PHP 8.3+)
- Laravel 11, 12, or 13
- Filament 5