-beta.*
suffix, for example, 3.2.0-beta.1
. For more information on how to use the beta versions, refer to the README in the GitHub repository.return_to
option to getLogoutUrl
(#254)Full Changelog: https://github.com/workos/workos-php/compare/v4.17.0...v4.18.0
Full Changelog: https://github.com/workos/workos-php/compare/v4.16.0...v4.17.0
stripeCustomerId
Parameter to Organization Methods by @Hannes-Kruger in https://github.com/workos/workos-php/pull/250Full Changelog: https://github.com/workos/workos-php/compare/v4.15.0...v4.16.0
Full Changelog: https://github.com/workos/workos-php/compare/v4.14.0...v4.15.0
Full Changelog: https://github.com/workos/workos-php/compare/v4.13.0...v4.14.0
organizationId
parameter to the authenticateWithRefreshToken
method (#244)Full Changelog: https://github.com/workos/workos-php/compare/v4.11.1...v4.12.0
Full Changelog: https://github.com/workos/workos-php/compare/v4.11.0...v4.11.1
$allowProfilesOutsideOrganization
option parameter as deprecated (#239)inviterUserID
to invitation object returned by API (#234)getEmailVerification
, getPasswordReset
, and createPasswordReset
(#234)sendPasswordResetEmail
method in favor of createPasswordReset
(#234)Full Changelog: https://github.com/workos/workos-php/compare/v4.8.0...v4.8.1
Full Changelog: https://github.com/workos/workos-php/compare/v4.7.0...v4.8.0
Full Changelog: https://github.com/workos/workos-php/compare/v4.6.0...v4.7.0
Full Changelog: https://github.com/workos/workos-php/compare/v4.3.0...v4.4.0
impersonator
attribute to AuthenticationResponse
(#213)Full Changelog: https://github.com/workos/workos-php/compare/v4.1.0...v4.2.0
actorNames
and actorIds
to createExport
by @robframpton in https://github.com/workos/workos-php/pull/146Full Changelog: https://github.com/workos/workos-php/compare/v3.2.0...v3.3.0
Full Changelog: https://github.com/workos/workos-php/compare/v3.1.1...v3.2.0
PHP 7.3.0 and above required
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
log_streams
Admin Portal intent (https://github.com/workos/workos-php/pull/131)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.null
value on domain
parameter for getAuthorizationUrl
function to resolve https://github.com/workos/workos-php/issues/124Note: 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.