Skip to content

Releases: FosterCommerce/craft-product-feeds

1.2.0

Choose a tag to compare

@sjcallender sjcallender released this 24 Jul 01:44

1.2.0 - 2026-07-23

Added

  • Added support for mapping CKEditor fields to text attributes. (#2)

Changed

  • Build diagnostics now record skipped items under skippedByAttribute. Note: Any previous counts will read as zero until the feed is rebuilt.

Fixed

  • Fixed a bug where an image attribute dropped a relative asset URL instead of resolving it against the site's base URL. (#2)
  • Fixed an issue where a dropped non-absolute URL or image value wasn't named on the mapping screen.
  • Fixed a bug where a feed's URL returned a 404 after a build failed.
  • Fixed a bug where a feed fetched while a build was publishing could be served truncated.
  • Fixed a bug where changing a feed's platform left its previous file on the feed filesystem.
  • Fixed a bug where a feed whose image plugin had been uninstalled excluded every item without naming the cause.
  • Fixed a bug where the excluded products CSV could be published with rows missing.
  • Fixed a bug where “Build now” reported a build as queued when one was already waiting.
  • Fixed a bug where a feed created after a queue worker started wasn't rebuilt when its products changed.

1.1.0

Choose a tag to compare

@sjcallender sjcallender released this 15 Jul 00:51

1.1.0 - 2026-07-14

Added

  • Added a Klaviyo platform
  • Image test on the feed edit screen

Fixed

  • Fixed issue where a feed's URL could 404.
  • Fixed issue where a product title beginning with = could run as a formula when the excluded products CSV was opened in a spreadsheet
  • Fixed issue where multiple sequential edits could queue more than one build for the same feed
  • Fixed issue where downloading a large excluded products CSV could exhaust memory
  • Backordered variants now report in stock instead of out of stock

1.0.0

Choose a tag to compare

@sjcallender sjcallender released this 13 Jul 19:37

1.0.0 - 2026-07-13

Added

  • Initial release