Skip to content

Releases: own3d/id

2.7.1

Choose a tag to compare

@ghostzero ghostzero released this 22 Jun 11:09
c5094e5

Bug Fixes

  • Fix fatal error when API response uses simplePaginate()Paginator is now only created when a pagination cursor object is present in the response (#bug-report erwinweber96)

2.7.0

Choose a tag to compare

@ghostzero ghostzero released this 22 Jun 11:07
99c71ba

PHP 8.5 Compatibility

  • Replace deprecated Route::namespace() with controller array syntax
  • Add typed properties and explicit return types throughout Result
  • Add return types to Own3dSsoUserProvider interface methods
  • Type HasOwn3dIdToken::withOwn3dIdToken() parameter as string
  • Introduce Contracts\HasOwn3dAccessToken interface; use it in actingAs() instead of a trait type hint
  • Add @implements HasOwn3dAccessToken to Own3dIdUser trait
  • Add full @method static docblock to Facades\Own3dId
  • Bump phpunit/phpunit to ^12.0 and orchestra/testbench to ^12.0|^13.0

2.6.2

Choose a tag to compare

@ghostzero ghostzero released this 22 Jun 10:19
0dd0011

What's Changed

2.6.1: Add scope alias

Choose a tag to compare

@ghostzero ghostzero released this 22 Jun 09:19
deprecate CODESPACES_USE constant and introduce CODESPACES_MANAGE for…

2.6.0: refactor method signatures to allow nullable parameters

Choose a tag to compare

@ghostzero ghostzero released this 06 May 10:16

Full Changelog: 2.5.0...2.6.0

2.5.0: New JWT Guard

Choose a tag to compare

@ghostzero ghostzero released this 05 Nov 10:02

Full Changelog: 2.4.5...2.5.0

2.4.5 Add shared webhook secret

Choose a tag to compare

@StefanEnsmann StefanEnsmann released this 31 Oct 09:21

Full Changelog: 2.4.4...2.4.5

2.4.4: Update Laravel dependencies

Choose a tag to compare

@ghostzero ghostzero released this 14 Oct 09:45
a59d9f9
Update composer.json

2.4.3 Add doctrine/dbal ^4.0

Choose a tag to compare

@StefanEnsmann StefanEnsmann released this 11 Sep 14:13

Full Changelog: 2.4.2...2.4.3

Add new bitflags

Choose a tag to compare

@ghostzero ghostzero released this 15 Aug 17:50
a3dc79e
2.4.2

Update Permission.php