From 5fedbca6d727450880e550049ac6580757eaa2fe Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 18 Dec 2023 21:16:15 +1100 Subject: [PATCH] version 1.0.8 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc6a32..b531216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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 diff --git a/composer.json b/composer.json index 546fb50..c95e27e 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.7", + "version": "1.0.8", "keywords": [ "craft", "cms",