Skip to content

Releases: rickgoemans/laravel-user-settings

v3.0.0 - Laravel 12 upgrade

28 Feb 09:31
43c83a1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v3.0.0

v2.0.2

13 Jul 06:29

Choose a tag to compare

What's Changed

  • Added generics typehinting in model for Data Transfer Object and Query Builder
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #8
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #9
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #10
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #11
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #12

Full Changelog: v2.0.1...v2.0.2

v2.0.1 Minor fixes

17 Mar 14:46

Choose a tag to compare

  • Fixed mass assignment issue by adding id to except when migrating settings
  • Added typehinting to custom collection to ensure PHPstan can analyse the code better

v2.0.0 - Added Laravel 11 support

13 Mar 11:06

Choose a tag to compare

  • Added Laravel 11 support
  • Updated files according to Spatie's package skeleton

v1.0.2 - Fixed default value fallback

30 Jun 15:44

Choose a tag to compare

Fixed default value fallback

v1.0.1 - Fix migrate command with the new defaultValue addition

30 Jun 15:42

Choose a tag to compare

V1.0 - Fixed nullable values and added default value support

30 Jun 15:38

Choose a tag to compare

v1.0

Corrected nullable value and added default value

v0.8.1 - Fixed Carbon import in DTO

09 Jun 09:35

Choose a tag to compare

Fixed Carbon import in DTO

v0.8 - Fixed value caster

23 May 08:32

Choose a tag to compare

Fixed casting values

v.0.7.1 - Fix user scope

23 May 07:16

Choose a tag to compare

v0.7.1

Fixed user scope