Releases: workos/workos-php
Releases · workos/workos-php
v1.5.1
Fixed
- Fixed a bug in
Webhooks::constructEvent
that was returning an error when webhooks contained non UTF-8 characters
v1.5.0
Added
- Added support for Organization parameter for GetAuthorizationURL function
- Added support for domain_hint and login_hint parameters for GetAuthorizationURL function
v1.4.0
Added
- Added GET Directory function
- Added Webhook validation function
v1.3.0
v1.2.0
v1.1.0
Added
- Added a
getProfile()
function
Fixed
- Fixed an issue with
getProfileandToken()
returning 'raw' within the profile payload
v1.0.0
Breaking Changes
SSO::getProfile
was renamed toSSO::getProfileAndToken
(#45)- The return type was changed from
Profile
toProfileAndToken
- Organization operations were moved from the
Portal
class toOrganizations
(#46) Portal::listOrganizations
→Organizations::listOrganizations
Portal::createOrganization
→Organizations::createOrganization
Portal::updateOrganization
→Organizations::updateOrganization
SSO::createConnection
was removed (#47)
Deprecated
- The deprecated
getProjectID
andsetProjectID
methods were fully removed. ThegetClientID
andsetClientID
methods were used instead (#44)
v0.9.6
v0.9.5
V0.9.4
Fixed
- Fixed typo in
utils/request.php
file
Added
- Added support for illuminate/support versions 5-8 package
- Added delete directory functionality for directory sync