Skip to content

Commit

Permalink
version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 8, 2024
1 parent 9a1c078 commit 9c437ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9c437ca

Please sign in to comment.