Skip to content

Releases: verbb/consume

2.0.2

02 Feb 23:55
Compare
Choose a tag to compare

Added

  • Add CA to Zoho domains.
  • Add consume/tokens/refresh console command.

Fixed

  • Fix backward compatibility check for custom clients and proxy field setting support.
  • Fix status indicators.
  • Fix deleting a client not working from the editing client interface.

1.0.13

02 Feb 23:53
Compare
Choose a tag to compare

Added

  • Add CA to Zoho domains.

2.0.1

21 Jul 11:58
Compare
Choose a tag to compare

Changed

  • Update English translations.

Fixed

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

1.0.12

21 Jul 11:53
Compare
Choose a tag to compare

Changed

  • Update English translations.

Fixed

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

2.0.0

13 May 00:56
Compare
Choose a tag to compare

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.11

29 Apr 01:22
Compare
Choose a tag to compare

Added

  • Add support for headlessMode redirect URIs.

Changed

  • Update English translations.

2.0.0-beta.2

11 Apr 13:51
fcae75a
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

Added

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

1.0.10

04 Apr 13:47
Compare
Choose a tag to compare

Added

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

2.0.0-beta.1

04 Mar 09:37
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0-beta.1+.

1.0.9

08 Feb 10:33
Compare
Choose a tag to compare

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.