Skip to content

Commit

Permalink
changelog tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Aug 14, 2024
1 parent ef3cd4f commit 23a2be0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@

> [!WARNING]
> - After updating, you will need to re-map and re-save any feeds that use a Matrix field with a nested complex fields (Google Maps, Table, etc.).
> - Feed Me now logs to the database by default. This may lead to an increase in database size if logs are not cleared. To customize this behavior, see [Customizing Logs](README.md#customizing-logs).
> Consider configuring the `logging` setting to `'error'` to reduce logs.
> - Feed Me now logs to the database by default.
> - This may lead to an increase in database size if logs are not cleared. To customize this behavior, see [Customizing Logs](README.md#customizing-logs).
> - Consider configuring the `logging` setting to `'error'` to reduce logs.
- Fixed a bug where complex fields (Google Maps, Table, etc.) would not import correctly when nested inside of a Matrix field. ([#1475](https://github.com/craftcms/feed-me/pull/1475))
- Fixed a PHP error that could occur when importing Entries or Categories with “Default Author” set on the feed mapping. ([#1476](https://github.com/craftcms/feed-me/pull/1476))
Expand Down

0 comments on commit 23a2be0

Please sign in to comment.