Iwona Just
Iwona Just
### Description When `allowAdminChanges` is set to `false`, don’t validate the settings. I’m not bumping the cms requirement for this one, as this change won’t break anything if the cms...
### Description Fixes a bug where `EVENT_BEFORE_PROCESS_FEED` was called once per batch and not once per page as intended and as it was before we introduced the `BaseBatchedJob` to Feed...
### Description Fixes an issue that could occur when using PostgreSQL and running garbage collection before importing a feed. This combination could cause an SQL error if the feed is...
### Description Fixes a bug where importing only a title for a matrix entry (formerly block) would result in that nested entry not being imported. v5 (for cms v4) is...
### Description In addition to [escaping values](https://github.com/craftcms/feed-me/pull/1551) used to find matching elements, we also need a way to allow matching in cases where the value is exactly “or” or “and”....
### Description Archive tables before installing. ### Related issues https://github.com/craftcms/feed-me/pull/1643
### Description Don't round the icon if it's nested inside `.chip > .thumb`. ### Related issues #18157
### Description If you have a Content Block field that’s inside of a Matrix field in the inline-editable blocks view mode and there are at least two “blocks” in that...
### Description **Part 1:** Adjusts `Asset::getUrlsBySize()` (which is used by `Asset::getSrcset()`) to get the base size (from the transform or original image, if there’s no transform defined) and all the...
### Description Adds “Show the Post Date” and “Show the Expiry Date” toggles to entry types (on by default). Those settings apply to all types of entries (including nested and...