Skip to content

Commit

Permalink
Merge branch '5.x' of https://github.com/craftcms/feed-me into 6.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
#	composer.lock
#	src/web/assets/feedme/dist/FeedMe.js.map
  • Loading branch information
brandonkelly committed Mar 16, 2024
2 parents c83b0e4 + 6a3b575 commit 9613f85
Show file tree
Hide file tree
Showing 12 changed files with 409 additions and 407 deletions.
107 changes: 0 additions & 107 deletions .ddev/providers/platform.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions .ddev/xhprof/xhprof_prepend.php

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ tests/.env
/.sass-cache
/tests/_craft/.env
/src/web/assets/feedme/.env
/.ddev/xhprof/xhprof_prepend.php
/.ddev/providers/platform.yaml
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Feed Me

## 5.4.0 - 2024-02-25

- Feed Me now requires Craft 4.6 or later.
- Added support for importing into the native [Country](https://craftcms.com/docs/4.x/country-fields.html) field. ([#1410](https://github.com/craftcms/feed-me/pull/1410))
- Fixed a bug where the Entry Type wouldn’t be remembered for related Entry fields in a feed’s mappings. ([#1387](https://github.com/craftcms/feed-me/issues/1387), [#1390](https://github.com/craftcms/feed-me/pull/1390))

## 5.3.0 - 2023-11-27

- Added the ability to provide a filename for importing assets via the assets field if you choose to “Create asset from URL”. ([#749](https://github.com/craftcms/feed-me/issues/749))
Expand Down
Loading

0 comments on commit 9613f85

Please sign in to comment.