From 34f2eda2fa9e0535f76c65b0bab808fd128c3614 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Wed, 25 Sep 2024 17:45:49 -0700 Subject: [PATCH] 6.4.0 6.4.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c74c13..ed933bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Release Notes for Feed Me -## Unreleased +## 6.4.0 - 2024-09-25 + - Added support for importing into relational fields that have custom sources selected. ([#1504](https://github.com/craftcms/feed-me/pull/1504)) - Fixed a bug that could occur when uploading files to an Assets field from an external URL and a new filename is provided, but we can't determine the remote file's extension. ([#1506](https://github.com/craftcms/feed-me/pull/1506)) - Fixed a bug where the fields available to map within a given Entries field could not match the fields from that Entry type's field layout. ([#1503](https://github.com/craftcms/feed-me/pull/1503))