From a2d6922ba618f3e9fdc202c15830bba8d129589f Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 6 Feb 2025 15:58:14 -0800 Subject: [PATCH] changelog for https://github.com/craftcms/feed-me/pull/1592 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4fd3070..a368ac5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Feed Me now requires Craft CMS 5.6.0 or later. +- Added support for viewing read-only settings on environments where `allowAdminChanges` is disabled. ([#1592](https://github.com/craftcms/feed-me/issues/1592)) - Improved the experience of mapping relational fields with individual field instances in Craft 5. ([#1585](https://github.com/craftcms/feed-me/issues/1585)) - Feed Me settings are now only available to admins and when `allowAdminChanges` is set to `true`. ([#1581](https://github.com/craftcms/feed-me/pull/1581)) - Added support for `formatted` and `raw` subfields in the Google Maps plugin. ([#1587](https://github.com/craftcms/feed-me/pull/1587))