Releases: workos/workos-php
Releases · workos/workos-php
v4.17.0
v4.16.0
What's Changed
- Add
stripeCustomerId
Parameter to Organization Methods by @Hannes-Kruger in #250
New Contributors
- @Hannes-Kruger made their first contribution in #250
Full Changelog: v4.15.0...v4.16.0
v4.15.0
v4.14.0
v4.13.0
v4.12.0
What's Changed
- Add Apple and GitHub OAuth support by @gcarvelli in #238
Full Changelog: v4.11.1...v4.12.0
v4.11.1
What's Changed
- Fixes a bug with leading slashes from various UM functions by @sheldonvaughn in #241
Full Changelog: v4.11.0...v4.11.1
v4.11.0
v4.10.0
v4.9.0
Added
- Added
inviterUserID
to invitation object returned by API (#234) - Added new endpoints to the User Management API to support sending your own emails:
getEmailVerification
,getPasswordReset
, andcreatePasswordReset
(#234) - Deprecation notice for the
sendPasswordResetEmail
method in favor ofcreatePasswordReset
(#234)