- Update English translations.
- Fix Generic OAuth provider now parsing .env variables for Auth/Token/API URLs.
- Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
- Update English translations.
- Fix Generic OAuth provider now parsing .env variables for Auth/Token/API URLs.
- Add support for
headlessMode
redirect URIs.
- Update English translations.
- Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.
- Add
includeErrorResponse
as a request option to allow API errors to be returned in anerror
property. - Add
Service::EVENT_BEFORE_FETCH_DATA
event to handle before data is fetched. (thanks @markhuot).
- Fix Zoho not working for multiple data centers.
- Fix requests not working correctly when either the
uri
,url
orbaseUri
contained a dot character, or ended in a filename.
- Fix requests not working correctly when either the
uri
,url
orbaseUri
contained a dot character, or ended in a filename.
- Add Fedex client.
- Add the ability to set different grants on generic OAuth clients.
- Fix Google offline access type.
{warning} If you are using LinkedIn, your LinkedIn app will need to now include the Sign In with LinkedIn using OpenID Connect product.
- Change LinkedIn to use new OpenID Connect API.
- Add “Use Sandbox” setting for DocuSign and PayPal.
- Fix CP-based generic clients not accepting .env variables for some settings.
- Change caching behaviour to only cache
GET
requests.
- Fix CP-based clients not having their cache cleared when updated.
- Fix Redirect URI not working correctly for multi-sites.
- Initial release