Skip to content

6.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 20:35
· 216 commits to 6.x since this release
6.2.0
4d55d26

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.).

  • Fixed a bug where complex fields (Google Maps, Table, etc.) would not import correctly when nested inside of a Matrix field. (#1475)
  • Fixed a PHP error that could occur when importing Entries or Categories with “Default Author” set on the feed mapping. (#1476)
  • Fixed a bug where simple value comparisons would fail if the value you were checking against was missing. (#1473)
  • Fixed a bug where assets imported into a Matrix field with “Use this filename for assets created from URL” set would duplicate the first asset across all Matrix blocks. (#1472)
  • Fixed a bug where the “Disable missing elements globally” setting was only working for the primary site. (#1474)
  • Fixed an error that would occur when running a feed with the backup database setting enabled, when Craft's backupCommand was set to false. (#1461)
  • Logs now use the default log component, and are stored in the database. #1344