From 382e1b27ffdc5e5967ffdd74254701d26784d927 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 17 Dec 2023 22:18:28 +1100 Subject: [PATCH] version 1.0.7 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c75eb3..4cc6a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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 diff --git a/composer.json b/composer.json index 1f38edb..546fb50 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.6", + "version": "1.0.7", "keywords": [ "craft", "cms",