Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

99 lines (63 loc) · 2.31 KB

Changelog

2.0.1 - 2024-07-21

Changed

  • Update English translations.

Fixed

  • Fix Generic OAuth provider now parsing .env variables for Auth/Token/API URLs.

2.0.0 - 2024-05-13

Added

  • Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0+.

1.0.12 - 2024-07-21

Changed

  • Update English translations.

Fixed

  • Fix Generic OAuth provider now parsing .env variables for Auth/Token/API URLs.

1.0.11 - 2024-04-29

Added

  • Add support for headlessMode redirect URIs.

Changed

  • Update English translations.

1.0.10 - 2024-04-05

Added

  • Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.

1.0.9 - 2024-02-08

Added

  • Add includeErrorResponse as a request option to allow API errors to be returned in an error property.
  • Add Service::EVENT_BEFORE_FETCH_DATA event to handle before data is fetched. (thanks @markhuot).

Fixed

  • Fix Zoho not working for multiple data centers.

1.0.8 - 2023-12-18

Fixed

  • Fix requests not working correctly when either the uri, url or baseUri contained a dot character, or ended in a filename.

1.0.7 - 2023-12-17

Fixed

  • Fix requests not working correctly when either the uri, url or baseUri contained a dot character, or ended in a filename.

1.0.6 - 2023-12-17

Added

  • Add Fedex client.
  • Add the ability to set different grants on generic OAuth clients.

1.0.5 - 2023-12-08

Fixed

  • Fix Google offline access type.

1.0.4 - 2023-10-05

{warning} If you are using LinkedIn, your LinkedIn app will need to now include the Sign In with LinkedIn using OpenID Connect product.

Changed

  • Change LinkedIn to use new OpenID Connect API.

1.0.3 - 2023-05-27

Added

  • Add “Use Sandbox” setting for DocuSign and PayPal.

1.0.2 - 2023-04-21

Fixed

  • Fix CP-based generic clients not accepting .env variables for some settings.

1.0.1 - 2023-04-21

Changed

  • Change caching behaviour to only cache GET requests.

Fixed

  • Fix CP-based clients not having their cache cleared when updated.
  • Fix Redirect URI not working correctly for multi-sites.

1.0.0 - 2023-02-07

Added

  • Initial release