Releases: workos/workos-php
Releases · workos/workos-php
v3.2.0
What's Changed
- Fix team name in CODEOWNERS by @willmanduffy in #143
- Add throws tag to every methods by @VincentLanglet in #142
- Bump Version to 3.2.0 by @sheldonvaughn in #144
Full Changelog: v3.1.1...v3.2.0
v3.1.1
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
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
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
v2.0.0
Breaking Changes
- The
Profile
returned inSSO::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.