Skip to content

Releases: userhubdev/php-sdk

v0.7.1

30 Nov 19:04
8a78b0d
Compare
Choose a tag to compare

What's Changed

  • Fix required PHP version in composer.json

v0.7.0

30 Nov 18:55
c3ee78c
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: Increased minimum supported version of PHP from 8.1 to 8.2
  • Added support for exchanging an IdP ID token for an access token to the User API
  • Added support for signing in to the Portal to the User API
  • Added support for hard deleting organization and user data to the Admin API
  • Added more fields to the account connection object in the Admin API
  • Added Amazon Cognito support

v0.6.4

11 Jun 18:54
0960e87
Compare
Choose a tag to compare

What's Changed

  • Added support for {accountId} in create Portal session Admin API method

v0.6.2

04 Jun 17:01
726ae97
Compare
Choose a tag to compare

What's Changed

  • Added user not found error to simplify implementing a custom user provider

v0.6.1

16 May 01:07
dfcf020
Compare
Choose a tag to compare

What's Changed

  • Added member count to organizations

v0.6.0

28 Mar 18:34
3ec9530
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: Supported order by fields updated for most list endpoints
  • Organization/user list now supports filtering by display name and email
  • Flow list endpoints now support filtering by active state and creator

v0.5.0

12 Mar 14:40
2015686
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: Renamed card payment method expiration.year and expiration.month to expYear and expMonth
  • Added lastPaymentError to payment method
  • Added role to join organization flow

v0.4.1

26 Feb 03:12
6002971
Compare
Choose a tag to compare

v0.4.1

What's Changed

  • Simplify handle method
  • Add more webhook examples

v0.4.0

25 Feb 19:20
32ca2eb
Compare
Choose a tag to compare

What's Changed

  • Type improvements
  • Add new flow endpoints
  • Rename \UserHub\Webhook\Request to \UserHub\Webhook\WebhookRequest
  • Rename \UserHub\Webhook\Response to \UserHub\Webhook\WebhookResponse

v0.3.0

19 Feb 01:17
a5819c9
Compare
Choose a tag to compare

What's Changed

  • Added webhook support
  • Added Code type
  • Updated generated code
  • Standardized parameter handling to match other libraries