Skip to content

Releases: workos/workos-php

v4.11.1

11 Jul 16:10
57b9f59

Choose a tag to compare

What's Changed

Full Changelog: v4.11.0...v4.11.1

v4.11.0

24 Jun 22:50
069944a

Choose a tag to compare

Deprecated

  • Marked $allowProfilesOutsideOrganization option parameter as deprecated (#239)

v4.10.0

04 Jun 16:35
a7ed8a3

Choose a tag to compare

Added

  • Added a method to find an invitation using the token (#236)

v4.9.0

24 May 17:08
4a9bdf4

Choose a tag to compare

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, and createPasswordReset (#234)
  • Deprecation notice for the sendPasswordResetEmail method in favor of createPasswordReset (#234)

v4.8.1

22 May 12:29
1f6d040

Choose a tag to compare

What's Changed

Full Changelog: v4.8.0...v4.8.1

v4.8.0

17 May 14:24
2bdb998

Choose a tag to compare

What's Changed

  • Add organization membership deactivate and reactivate API methods by @mattgd in #227
  • Add logout url method by @PaulAsjes in #231

Full Changelog: v4.7.0...v4.8.0

v4.7.0

14 May 12:59
e60e117

Choose a tag to compare

What's Changed

  • Auth with refresh token and fix some tests by @PaulAsjes in #229
  • Properly check if a value exists within a BaseWorkOSResource by @abellion in #226

New Contributors

Full Changelog: v4.6.0...v4.7.0

v4.6.0

03 May 19:41
62a12ec

Choose a tag to compare

Added

  • Added acceptInvitationUrl to invitation object returned by API (#224)
  • Added new endpoints for the Magic Auth API: getMagicAuth and createMagicAuth (#224)
  • Deprecation notice for sendMagicAuthCode method in favor of createMagicAuth (#224)

v4.5.0

02 May 21:15
0a0db77

Choose a tag to compare

Added

  • Add domain_data to Organizations Create and Update methods to replace the now deprecated domains parameter (#221)
  • Add status to organization membership (#212)
  • Add screen hint to getAuthorizationUrl (#216)

v4.4.0

09 Apr 14:33
cec448e

Choose a tag to compare

What's Changed

  • Clean up CI scripts: #217
  • Add 'password_hash' and 'password_hash_type' to User creation: #218
  • Add role_slug to send invitation API: #220

Full Changelog: v4.3.0...v4.4.0