PackageTrack
Sign in Get early access

joaopaulolndev/filament-edit-profile

Filament package to edit profile

v3.0.2 371K downloads/mo #4829 most downloaded on Packagist joaopaulolndev/filament-edit-profile

What this package is like to depend on

Last release 5 months ago

04 Mar 2026

Release timing varies

gaps range from 8 days to 4 months

Nearly every release is documented

notes for 66 of 66 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

66 releases · first in 2024

8 releases in the last 12 months

see the full history below

Release timeline

66 releases · May 2024 to Mar 2026
2025 2026
Release Pre-release

Releases

latest 60 of 66
  1. v3.0.2 04 Mar 2026
    Release notes

    Breaking Changes

    • Minimum Filament version bumped to ^5.3 — required due to the new PageConfiguration parameter added to Page::routes() in filamentphp/filament#19225

    What's Changed

    • Update composer.json to require filament/filament: ^5.3 for PageConfiguration compatibility
    Open source →
    Release notes

    Breaking Changes

    • Minimum Filament version bumped to ^5.3 — required due to the new PageConfiguration parameter added to Page::routes() in filamentphp/filament#19225

    What's Changed

    • Update composer.json to require filament/filament: ^5.3 for PageConfiguration compatibility
    Open source →
  2. v3.0.1 27 Feb 2026
    Release notes

    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 v5 Schema API instead of Form
    • Livewire component registration: Moved registration to ServiceProvider instead of Plugin::boot() (#136)

    Other

    • Added Larastan static analysis
    • Added regression test for Livewire component registration
    Open source →
    Release notes

    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 v5 Schema API instead of Form
    • Livewire component registration: Moved registration to ServiceProvider instead of Plugin::boot() (#136)

    Other

    • Added Larastan static analysis
    • Added regression test for Livewire component registration
    Open source →
  3. v3.0.0 20 Jan 2026
    Release notes

    What's Changed

    • chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #128
    • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #130
    • chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #131

    Full Changelog: v2.0.13...v3.0.0

    Open source →
    Release notes

    What's Changed

    • chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/128
    • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/130
    • chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/131

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.13...v3.0.0

    Open source →
  4. v2.0.15 04 Mar 2026
    Release notes

    Breaking Changes

    • Minimum Filament version bumped to ^4.8 — required due to the new PageConfiguration parameter added to Page::routes() in filamentphp/filament#19225

    What's Changed

    • Update composer.json to require filament/filament: ^4.8 for PageConfiguration compatibility
    Open source →
  5. v2.0.14 27 Feb 2026
    Release notes

    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
    Open source →
  6. v2.0.13 13 Sep 2025
    Release notes

    What's Changed

    Full Changelog: v2.0.12...v2.0.13

    Open source →
    Release notes

    What's Changed

    • Fix panel fallback for plugin slug retrieval by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/123

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.12...v2.0.13

    Open source →
  7. v2.0.12 04 Sep 2025
    Release notes

    What's Changed

    • Change icon property and modify setIcon method to accept HeroIcon by @codearachnid in #122

    New Contributors

    Full Changelog: v2.0.11...v2.0.12

    Open source →
    Release notes

    What's Changed

    • Change icon property and modify setIcon method to accept HeroIcon by @codearachnid in https://github.com/joaopaulolndev/filament-edit-profile/pull/122

    New Contributors

    • @codearachnid made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/122

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.11...v2.0.12

    Open source →
  8. v2.0.11 24 Aug 2025
    Release notes

    What's Changed

    Full Changelog: v2.0.10...v2.0.11

    Open source →
    Release notes

    What's Changed

    • RTL style fix by @zvizvi in https://github.com/joaopaulolndev/filament-edit-profile/pull/120
    • Restructure Hebrew language file location by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/121

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.10...v2.0.11

    Open source →
  9. v2.0.10 23 Aug 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v2.0.9...v2.0.10

    Open source →
    Release notes

    What's Changed

    • Add Hebrew translation by @zvizvi in https://github.com/joaopaulolndev/filament-edit-profile/pull/119

    New Contributors

    • @zvizvi made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/119

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.9...v2.0.10

    Open source →
  10. v2.0.9 23 Aug 2025
    Release notes

    What's Changed

    • Enable closures for conditional forms visibility by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/118

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.8...v2.0.9

    Open source →
  11. v2.0.8 19 Aug 2025
    Release notes

    What's Changed

    • Add validation rules for locale and theme color fields by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/116

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.7...v2.0.8

    Open source →
  12. v2.0.7 19 Aug 2025
    Release notes

    What's Changed

    • Remove default locale options from configuration by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/115

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.6...v2.0.7

    Open source →
  13. v2.0.6 17 Aug 2025
    Release notes

    What's Changed

    • feat(profile): add email change verification logic by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/114
    • fix(theme-color): use the correct getter to show/hide the theme_color field by @ricardoh in https://github.com/joaopaulolndev/filament-edit-profile/pull/113

    New Contributors

    • @ricardoh made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/113

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.5...v2.0.6

    Open source →
  14. v2.0.5 16 Aug 2025
    Release notes

    What's Changed

    • feat(theme-color): add support for user-configurable theme color by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/112

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.4...v2.0.5

    Open source →
  15. v2.0.4 16 Aug 2025
    Release notes

    What's Changed

    • chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/108
    • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/106
    • docs(readme): enhance multi-factor authentication setup and visibility guidelines by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/110
    • docs(readme): add usage guide for locale selection in profile settings by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/111

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.3...v2.0.4

    Open source →
  16. v2.0.3 09 Aug 2025
    Release notes

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.2...v2.0.3

    Open source →
  17. v2.0.2 09 Aug 2025
    Release notes

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.1...v2.0.2

    Open source →
  18. v2.0.1 09 Aug 2025
    Release notes

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.45...v2.0.1

    What's Changed

    • 2.x add mfa by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/105

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.0...v2.0.1

    Open source →
  19. v2.0.0 09 Aug 2025
    Release notes

    What's Changed

    • 2.x upgrade v4 by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/104

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.45...v2.0.0

    Open source →
  20. v1.0.46 27 Feb 2026
    Release notes

    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)

    Other

    • Added Larastan static analysis
    • Moved Livewire component registration to ServiceProvider
    Open source →
  21. v1.0.45 16 Jun 2025
    Release notes

    What's Changed

    • chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/99

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.44...v1.0.45

    Open source →
  22. v1.0.44 14 Jun 2025
    Release notes

    What's Changed

    • fix: avoid error when plugin is null in getSlug() method by @edeoliv in https://github.com/joaopaulolndev/filament-edit-profile/pull/98

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.43...v1.0.44

    Open source →
  23. v1.0.43 21 May 2025
    Release notes

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.42...v1.0.43

    Open source →
  24. v1.0.42 20 May 2025
    Release notes

    What's Changed

    • fix(profile): correct input field to use 'email' instead of auth identifier by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/90
    • fix(profile): handle missing Sanctum class in token visibility logic by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/91

    New Contributors

    • @jeffersongoncalves made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/90

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.41...v1.0.42

    Open source →
  25. v1.0.41 19 May 2025
    Release notes

    What's Changed

    • feat(profile): add email form visibility toggle by @andrefelipe18 in https://github.com/joaopaulolndev/filament-edit-profile/pull/88

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.40...v1.0.41

    Open source →
  26. v1.0.40 19 May 2025
    Release notes

    What's Changed

    • Call to a member function getSlug() on null by @bigraja in https://github.com/joaopaulolndev/filament-edit-profile/pull/82
    • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/85
    • Use getAuthIdentifierName() instead of hardcoded email in profile… by @leandrogehlen in https://github.com/joaopaulolndev/filament-edit-profile/pull/83
    • Fix null plugin access in EditProfilePage when panel context is unavailable by @MiguelAngelMP10 in https://github.com/joaopaulolndev/filament-edit-profile/pull/84
    • Update CustomFieldsForm.php by @Emotard1991 in https://github.com/joaopaulolndev/filament-edit-profile/pull/87

    New Contributors

    • @bigraja made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/82
    • @leandrogehlen made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/83
    • @MiguelAngelMP10 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/84
    • @Emotard1991 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/87

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.39...v1.0.40

    Open source →
  27. v1.0.39 22 Apr 2025
    Release notes

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.38...v1.0.39

    Open source →
  28. v1.0.38 16 Apr 2025
    Release notes

    What's Changed

    • Simplify slug retrieval logic by @andrefelipe18 in https://github.com/joaopaulolndev/filament-edit-profile/pull/80

    New Contributors

    • @andrefelipe18 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/80

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.37...v1.0.38

    Open source →
  29. v1.0.37 27 Mar 2025
    Release notes

    What's Changed

    • Support Laravel 12 by @patriciomartinns in https://github.com/joaopaulolndev/filament-edit-profile/pull/73
    • Add Japanese Language Support by @staffkojinpro in https://github.com/joaopaulolndev/filament-edit-profile/pull/77
    • [Bug} compatibily with Model::shouldBeStrict() by @gpibarra in https://github.com/joaopaulolndev/filament-edit-profile/pull/75

    New Contributors

    • @patriciomartinns made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/73
    • @staffkojinpro made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/77

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.36...v1.0.37

    Open source →
  30. v1.0.36 19 Feb 2025
    Release notes

    What's Changed

    • feat localization : add Turkish lang by @AzizEmir in https://github.com/joaopaulolndev/filament-edit-profile/pull/72

    New Contributors

    • @AzizEmir made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/72

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.35...v1.0.36

    Open source →
  31. v1.0.35 12 Feb 2025
    Release notes

    What's Changed

    • Add id to custom fields by @Ercogx in https://github.com/joaopaulolndev/filament-edit-profile/pull/68

    New Contributors

    • @Ercogx made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/68

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.34...v1.0.35

    Open source →
  32. v1.0.34 07 Feb 2025
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/65
    • Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/67
    • Feat: Add more property support to custom fields by @gigili in https://github.com/joaopaulolndev/filament-edit-profile/pull/64

    New Contributors

    • @gigili made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/64

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.33...v1.0.34

    Open source →
  33. v1.0.33 05 Dec 2024
    Release notes

    What's Changed

    • Refactor Configuration for Filament Profile Editing and Avatar Handling by @ludndev in https://github.com/joaopaulolndev/filament-edit-profile/pull/59

    New Contributors

    • @ludndev made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/59

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.32...v1.0.33

    Open source →
  34. v1.0.32 02 Nov 2024
    Release notes

    What's Changed

    • Add disk and visibility configuration for avatars by @rpsimao in https://github.com/joaopaulolndev/filament-edit-profile/pull/51
    • Fix json_decode type error by @mkeremcansev in https://github.com/joaopaulolndev/filament-edit-profile/pull/55
    • Added a method to dynamicly resolve a field from the field type by @pvdptje in https://github.com/joaopaulolndev/filament-edit-profile/pull/53

    New Contributors

    • @rpsimao made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/51
    • @mkeremcansev made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/55
    • @pvdptje made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/53

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.31...v1.0.32

    Open source →
  35. v1.0.31 28 Oct 2024
    Release notes

    What's Changed

    • feat: Czech translation by @su-din0 in https://github.com/joaopaulolndev/filament-edit-profile/pull/52

    New Contributors

    • @su-din0 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/52

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.30...v1.0.31

    Open source →
  36. v1.0.30 19 Sep 2024
    Release notes

    What's Changed

    • Updated italian translation by @0chak in https://github.com/joaopaulolndev/filament-edit-profile/pull/48

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.29...v1.0.30

    Open source →
  37. v1.0.29 16 Sep 2024
    Release notes

    What's Changed

    • Add Slovak translation by @Grolicek in https://github.com/joaopaulolndev/filament-edit-profile/pull/47

    New Contributors

    • @Grolicek made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/47

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.28...v1.0.29

    Open source →
  38. v1.0.28 09 Sep 2024
    Release notes

    What's Changed

    • Add Indonesian translation by @yandearta in https://github.com/joaopaulolndev/filament-edit-profile/pull/44

    New Contributors

    • @yandearta made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/44

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.27...v1.0.28

    Open source →
  39. v1.0.27 05 Sep 2024
    Release notes

    What's Changed

    • fix: rename Portuguese language folder to pt_PT by @kidiatoliny in https://github.com/joaopaulolndev/filament-edit-profile/pull/42
    • fix: correct method calls in conditional checks by @kidiatoliny in https://github.com/joaopaulolndev/filament-edit-profile/pull/43

    New Contributors

    • @kidiatoliny made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/42

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.26...v1.0.27

    Open source →
  40. v1.0.26 19 Aug 2024
    Release notes

    What's Changed

    • Changed extension for migration files to test on to .php.stub by @ejjaquet in https://github.com/joaopaulolndev/filament-edit-profile/pull/40

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.25...v1.0.26

    Open source →
  41. v1.0.25 19 Aug 2024
    Release notes

    What's Changed

    • Added a Input of type password to the CustomFormField possibilities by @ejjaquet in https://github.com/joaopaulolndev/filament-edit-profile/pull/37
    • Add success notification for browser sessions logout by @carlopaa in https://github.com/joaopaulolndev/filament-edit-profile/pull/39

    New Contributors

    • @ejjaquet made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/37
    • @carlopaa made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/39

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.24...v1.0.25

    Open source →
  42. v1.0.24 09 Aug 2024
    Release notes

    What's Changed

    • Add Polish language / translation by @Konradx3 in https://github.com/joaopaulolndev/filament-edit-profile/pull/35

    New Contributors

    • @Konradx3 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/35

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.23...v1.0.24

    Open source →
  43. v1.0.23 01 Aug 2024
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/31
    • fix some caps typos in German translation by @buddhaCode in https://github.com/joaopaulolndev/filament-edit-profile/pull/34

    New Contributors

    • @buddhaCode made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/34

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.22...v1.0.23

    Open source →
  44. v1.0.22 13 Jul 2024
    Release notes

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.21...v1.0.22

    Open source →
  45. v1.0.21 11 Jul 2024
    Release notes

    What's Changed

    • Add persian (farsi) language by @AryanpAzadeh in https://github.com/joaopaulolndev/filament-edit-profile/pull/25
    • Update CustomFieldsForm.php by @pntrivedy in https://github.com/joaopaulolndev/filament-edit-profile/pull/24

    New Contributors

    • @AryanpAzadeh made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/25
    • @pntrivedy made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/24

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.20...v1.0.21

    Open source →
  46. v1.0.20 01 Jul 2024
    Release notes

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.19...v1.0.20

    Open source →
  47. v1.0.19 26 Jun 2024
    Release notes

    What's Changed

    • Add Hungarian translation by @kovkor in https://github.com/joaopaulolndev/filament-edit-profile/pull/22

    New Contributors

    • @kovkor made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/22

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.18...v1.0.19

    Open source →
  48. v1.0.18 26 Jun 2024
    Release notes
    • Fixed issue when deleting account found by @PovilasKorop

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.17...v1.0.18

    Open source →
  49. v1.0.17 25 Jun 2024
    Release notes
    • Add pt language

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.16...v1.0.17

    Open source →
  50. v1.0.16 23 Jun 2024
    Release notes

    What's Changed

    • Add france and arabic languages by @ibrahimBougaoua in https://github.com/joaopaulolndev/filament-edit-profile/pull/21

    New Contributors

    • @ibrahimBougaoua made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/21

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.15...v1.0.16

    Open source →
  51. v1.0.15 19 Jun 2024
    Release notes

    What's Changed

    • Dutch and German translations by @timwassenburg in https://github.com/joaopaulolndev/filament-edit-profile/pull/19

    New Contributors

    • @timwassenburg made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/19

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.14...v1.0.15

    Open source →
  52. v1.0.14 18 Jun 2024
    Release notes

    What's Changed

    • github actions l11 and php8.3 by @gpibarra in https://github.com/joaopaulolndev/filament-edit-profile/pull/15
    • add method slug profile by @gpibarra in https://github.com/joaopaulolndev/filament-edit-profile/pull/18

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.13...v1.0.14

    Open source →
  53. v1.0.13 14 Jun 2024
    Release notes

    What's Changed

    • fix lang es by @gpibarra in https://github.com/joaopaulolndev/filament-edit-profile/pull/13
    • Add feature custom components by @rmsramos in https://github.com/joaopaulolndev/filament-edit-profile/pull/14

    New Contributors

    • @gpibarra made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/13

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.12...v1.0.13

    Open source →
  54. v1.0.12 07 Jun 2024
    Release notes

    What's Changed

    • Add profile avatar functionality by @alifdarsim in https://github.com/joaopaulolndev/filament-edit-profile/pull/12
    • Fix issue reported by @ronssij

    New Contributors

    • @alifdarsim made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/12

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.11...v1.0.12

    Open source →
  55. v1.0.11 06 Jun 2024
    Release notes

    Fix the issue reported by @alifdarsim

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.10...v1.0.11

    Open source →
  56. v1.0.10 31 May 2024
    Release notes
    • Fix issue reported by @guiireal

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.9...v1.0.10

    Open source →
  57. v1.0.9 26 May 2024
    Release notes

    What's Changed

    • Update of Spanish translations by @edeoliv in https://github.com/joaopaulolndev/filament-edit-profile/pull/8

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.8...v1.0.9

    Open source →
  58. v1.0.8 25 May 2024
    Release notes

    What's Changed

    • Add feature browser sessions by @rmsramos in https://github.com/joaopaulolndev/filament-edit-profile/pull/7

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.7...v1.0.8

    Open source →
  59. v1.0.7 25 May 2024
    Release notes
    • Fixed bug when saving custom fields reported by @billmn

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.6...v1.0.7

    Open source →
  60. v1.0.6 25 May 2024
    Release notes
    • Fixed issue https://github.com/joaopaulolndev/filament-edit-profile/issues/6 reported by @billmn

    Full Changelog: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.5...v1.0.6

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive