2 min readAug 10, 2026by jakub
Changelog
Current version: 1.0.0
This suite ships as several packages that version together. Each release below lists what changed in every module that shipped a change.
1.0.0 — 2026-08-10
Qoliber_ProductFeeds
Added
- Feed profile management: grids, tabbed edit form, product conditions (Magento rule tree) and per-store scheduling.
- Category mapping to marketplace taxonomies with autocomplete search and a taxonomy cache table.
- Execution log grid recording every generation run.
- REST API for feed profiles (
/V1/product-feeds/profiles).
Qoliber_ProductFeedsGenerator
Added
- Feed generation engine rendering profiles through Tsuku templates.
- Preview action showing the first 10 products without writing a file.
- Generate Now and mass-generate admin actions, plus feed download.
Qoliber_ProductFeedsTemplate
Added
- Template library with reusable feed templates per platform and output format.
- System templates for Google Shopping, generic CSV, tab-delimited and JSON output.
- REST API for feed templates (
/V1/product-feeds/templates).
Qoliber_ProductFeedsScheduler
Added
- Cron job running due feed profiles on their configured schedule.
productfeeds:generateandproductfeeds:taxonomy:syncCLI commands.- Error notification email on failed generation runs.
Qoliber_ProductFeedsExporter
Added
- Export destinations: local directory, FTP, SFTP and email delivery.
- Test Connection action validating destination credentials before saving.
- Automatic delivery of generated feeds via the
qoliber_productfeeds_feed_generatedobserver. - Feed delivery email template.
Qoliber_ProductFeedsTaxonomyGoogle
Added
- Google product taxonomy provider sourced from the bundled taxonomy file.
- Search used by category mapping autocomplete.
Qoliber_ProductFeedsTaxonomyFacebook
Added
- Facebook/Meta taxonomy provider mapping from the Google taxonomy.
Qoliber_ProductFeedsTaxonomyAllegro
Added
- Allegro taxonomy provider backed by the Allegro API.
- Admin configuration for Allegro API credentials and environment.
Qoliber_ProductFeedsTaxonomyAmazon
Added
- Amazon taxonomy provider backed by the SP-API.
- Admin configuration for SP-API credentials, refresh token and marketplace.
Qoliber_ProductFeedsTaxonomyEbay
Added
- eBay taxonomy provider backed by the eBay Taxonomy API.
- Admin configuration for eBay API credentials and marketplace.