github joaopaulolndev/filament-edit-profile v2.0.14

latest release: v1.0.46
7 hours ago

What's Changed

New Features

  • Configurable name_column: The name field is now configurable via config('filament-edit-profile.name_column'), allowing users with custom schemas (e.g. firstname, username) to use the plugin (#129, #125)

Bug Fixes

  • Fix Livewire entangle error on delete account: Removed unnecessary $wire.$entangle from delete-account-description.blade.php that caused a console error since no backing Livewire property existed (#70)
  • Fix duplicate components with customProfileComponents(): Added ->unique() to prevent the same component from appearing twice when using custom profile components (#69)
  • Fix email change verification bypass: Refresh user model after sending email change verification to prevent persisting the unverified email (#132)
  • Fix EditForm stub: Updated to use Filament v4 Schema API instead of Form

Other

  • Added Larastan static analysis
  • Bumped GitHub Actions dependencies

Don't miss a new filament-edit-profile release

NewReleases is sending notifications on new releases.