From 9c437cadb803fb2ad3ad55f233e7fde4bc446e1f Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 8 Feb 2024 21:33:24 +1100 Subject: [PATCH] version 1.0.9 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b531216..a1d3966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 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 diff --git a/composer.json b/composer.json index c95e27e..d9bbc69 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/consume", "description": "Create HTTP requests in your Twig templates to consume JSON, XML or CSV content.", "type": "craft-plugin", - "version": "1.0.8", + "version": "1.0.9", "keywords": [ "craft", "cms",