Skip to content

Releases: workos/workos-php

v3.2.0

13 Apr 18:22
4f80d41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.1

30 Mar 14:58
a70734f
Compare
Choose a tag to compare

What's Changed

  • Fix ConnectionType usage by replacing all null|ConnectionType variable types with null|string in phpdoc(s) by @VincentLanglet in #140

v3.1.0

07 Mar 19:25
afbf560
Compare
Choose a tag to compare

Added

  • Added groups attribute to SSO user profile. This feature is in beta, please reach out to [email protected] to access this feature. (#137)

v3.0.0

02 Feb 18:39
6a6505d
Compare
Choose a tag to compare

Breaking Changes

PHP 7.3.0 and above required

Other Changes

Updated syntax for PHP 8.2 compatibility re:
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation

Added @Property annotation to Profile and ProfileAndToken classes in order to have autocompletion from PHPStorm or for static analysis tools like PHPStan. This way, both understand the syntax

v2.1.0

08 Dec 14:03
eebbc11
Compare
Choose a tag to compare

Added

  • Add log_streams Admin Portal intent (#131)

v2.0.0

17 Nov 20:48
76514a6
Compare
Choose a tag to compare

Breaking Changes

  • The Profile returned in SSO::getProfileAndToken will now return a profile array (https://workos.com/docs/reference/sso/profile) with values using camelCasing instead of snake_casing (#91) in line with PHP standards and the other workos-php functions.

v1.19.0

10 Nov 21:56
326db2f
Compare
Choose a tag to compare

Changed

  • Remove default null value on domain parameter for getAuthorizationUrl function to resolve #124

Note: This release was mistakenly tagged v1.19.9. If you installed immediately you may see the version downgrade from v1.19.9 -> v1.19.0 on your next composer command.

v1.18.0

18 Oct 21:50
d12556b
Compare
Choose a tag to compare

Added

  • Add success_url to generateLink (#125)
  • Add getFactor and deleteFactor methods to MFA class (#122)

v1.17.0

12 Oct 16:19
ce177b7
Compare
Choose a tag to compare

Added

  • Added job title attribute for directory users (#121)

v1.16.0

26 Sep 21:09
1565906
Compare
Choose a tag to compare

Changed

  • Improved error handling to return detailed error message from the API
  • Resolves #108