Skip to content

Commit

Permalink
Merge branch '5.x' into 6.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
timkelty committed Aug 14, 2024
2 parents 851fbcc + e28b876 commit ef3cd4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 6.3.0 - 2024-08-14

- Added a `feed-me-/logs/clear` console command to clear database logs.
- Added a `feed-me/logs/clear` console command to clear database logs.
- Fixed a bug where the logs table would not load with a large number of logs.

## 6.2.2 - 2024-08-14
Expand All @@ -19,6 +19,7 @@
> [!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.
- 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 ef3cd4f

Please sign in to comment.