Feed.Biz Changelog
Feed.biz has existed for years – the changelog starts in May 2026.
App updates
Changelog for Feed.Biz
Latest updates and release history for Feed.Biz.
v1.0.4
Update
Fixed
Updated
Fixed
Manufacturer Dropdown Initial Loading
My Feeds > Parameters > Mapping > Manufacturers now displays a ready-to-use mapping row as soon as the page opens. Previously, the manufacturer dropdown was not usable on first load.
Fixed
Manufacturer Mapping Save Failure
Saving changes on My Feeds > Parameters > Mapping > Manufacturers no longer fails silently without displaying an error to the user.
Fixed
Manufacturer Dropdown After Removing a Mapping Row
Adding multiple mapping rows and then removing one no longer causes the manufacturer dropdown to stop responding.
Fixed
Manufacturer Availability After Row Removal
Removing a mapping row no longer causes that manufacturer to disappear from the available options. The manufacturer can now be reassigned during the same session.
Fixed
Remove Button on Newly Added Rows
The remove button on newly added manufacturer mapping rows now works without requiring the page to be refreshed.
Updated
In-App Guidance Tooltips
Contextual help tooltips have been added to key fields and sections throughout the app. Hovering over the information icon next to a setting displays a short explanation of what it does. All tooltips are available in English and French.
Updated
Marketplace-Specific Filter Tooltips
On filter pages, tooltip text now adapts according to the marketplace context, so the displayed guidance is relevant to what is being configured.
Updated
Manufacturers Mapping Page Layout
The Manufacturers mapping page layout has been tidied up to be visually consistent with the rest of the Parameters section.
Updated
Profiles Page Messages
Several on-screen messages on the Profiles pages have been reworded to be clearer and more helpful.
Updated
Rules Action Terminology
The action previously labelled “Ignore” in Rules has been renamed to “Exclude” (FR: “Exclure”) to better reflect what it does.
v1.0.3
Update
Fixed
New feature
Removed
Updated
Cdiscount Sync Reporting + UX Improvements + Codebase Cleanup
New Feature — Cdiscount Sync Error Feedback
Added
Cdiscount Sync Error Classification
FeedBiz now classifies every Cdiscount synchronization error into one of three categories: Marketplace (Cdiscount rejected the data), Plugin (an internal processing error), or Config (a seller-fixable configuration problem). This classification is stored in a new error_source column on the cdiscount_logs_details table.
Updated
Cdiscount Logs and Scheduled Tasks Pages
The Cdiscount Logs page and Scheduled Tasks page have been redesigned around the Cdiscount synchronization error classification data.
Added
Cdiscount Sync Visual Summary
Each sync run now displays a visual summary with color-coded badges (green/yellow/red) showing how many products succeeded, were skipped, or failed per synchronization action.
Added
Cdiscount Execution Report Panel
A new execution report panel groups errors by their source, so a seller can immediately tell whether a problem is caused by Cdiscount’s rules, a misconfiguration in FeedBiz, or an internal issue.
Added
Header Bell Notifications
Users can view the notifications through the bell icon in the header.
Tooltip & Help Text Improvements
Updated
Marketplace Tooltip and Help Text Content
Tooltip and help text content has been updated across all marketplace interfaces: Amazon, Cdiscount, eBay, FNAC, Google Shopping, Mirakl, My Shop, and Priceminister, in both English and French. Phrasing was made clearer and more actionable for sellers.
Updated
My Shop Import Mode Help Text
On the My Shop import mode screen, the Auto/Manual descriptions were moved from hidden tooltip icons to inline helper text displayed directly below each option, making the explanation permanently visible without requiring hover.
Fixed
Tooltip Language Key Fallback
Issue where several tooltips silently fell back to the raw language key as display text has been fixed. The issue was caused by the key being defined in the wrong language file for the controller loading it. Affected screens included the Email Templates configuration and several product option panels.
Fixed
FNAC Sale Date Fallback
FNAC offer feed generator now handles products with missing or empty sale dates. Previously, if a product had no sale date, the feed generated an invalid entry. A default 1-week date range is now substituted so the offer remains valid and submittable to FNAC.
Removed
Backup Files and Legacy Language Folders
Unnecessary and outdated files have been removed from the repository to improve codebase maintainability and overall performance.
Added
Missing Translations
A large batch of missing language keys has been added across 17 language files (EN + FR), covering Mirakl, Amazon, Cdiscount, eBay, FNAC, Google Shopping, General, My Feeds, User, Paypal, and Priceminister. This resolves cases where certain labels or tooltips displayed raw key strings instead of translated text.
Fixed
Smarty get_template_vars Error
PHP error in the ci_language Smarty plugin caused by a call to get_template_vars has been fixed. get_template_vars is not available in the version of Smarty used by the application. The plugin was refactored to remove the dependency, resolving intermittent errors surfacing in PHP error logs.
Updated
Cdiscount Order Processing Code Quality
PSR-2 spacing corrections flagged by PHP error reporting tooling have been applied to Cdiscount order processing. No logic changes were made.
Updated
Cdiscount Icon
The Cdiscount marketplace icon used in the notification bell and other UI elements has been replaced with a higher-quality version.
v1.0.2
Update
New feature
Updated
Updated
Major Stability and Reliability Update
This update focuses mainly on stability, synchronization reliability, order processing robustness, API security, deployment reliability, and better technical diagnostics. The main user-facing benefit is that FeedBiz should be more resilient when a store, module, marketplace, or remote service returns unexpected data or temporarily fails.
Improved synchronization reliability
We improved how FeedBiz communicates with merchant stores and connected modules, especially when a remote store returns an empty, invalid, or unexpected response.
This helps prevent isolated communication issues from interrupting broader synchronization processes.
More robust order and shipment processing
Order-related workflows have been strengthened, including order imports, updates, shipment tracking, and communication with connected modules.
When an issue occurs on a specific order or shipment update, FeedBiz now handles it more clearly, logs it better, and reduces the risk of affecting other orders.
Better stability for automated tasks
Several background tasks and cron processes have been improved to better handle network issues, incomplete data, or invalid remote responses.
This includes improvements to error handling, logging visibility, and stock movement processing.
Improved production behavior
We refined the separation between internal technical tools and production-facing features.
This helps ensure that production environments expose only the expected merchant and marketplace functionality, with more standardized responses and fewer technical outputs.
Improved environment configuration
FeedBiz now benefits from a cleaner separation between application code and environment-specific settings.
This makes deployments, maintenance, and infrastructure changes more reliable across development, testing, staging, and production environments.
API and authentication hardening
Several API access and authentication areas have been reviewed and strengthened.
This includes better handling of incoming parameters, improved request validation, CORS correction, and clearer HTTP method behavior.
More reliable error logging
We improved the technical error handling system so that initial errors are logged more reliably without triggering secondary logging failures.
This should make incidents easier for the technical team to diagnose while reducing unnecessary technical output in production.
Preparation for stronger synchronization architecture
We started preparing a more structured synchronization architecture, designed to support safer locking, controlled retries, recovery after incidents, status tracking, and better interruption handling.
Added
Automatic Attribute Mapping (Model)
Feature has been added to automatically fill attributes in the Model based on product options from Shopify or Prestashop.
Updated
Website Performance Optimization
Website performance has been optimized and improved.
v1.0.1
Update
Fixed
Fixed
id_country Mapping (Mirakl Product Options)
id_country mapping has been implemented for Mirakl product options during the offer feed importation process.
v1.0.0
Update
Fixed
Fixed
Dashboard UI Descriptions
Sales chart now displays the specific currency unit for average income (e.g., EUR, USD).
Fixed
Dashboard Orders By Marketplace Chart Labels
Orders By Marketplace chart label overlap issue has been fixed for improved readability.
Fixed
Dashboard Top Categories Encoding
Top Categories text encoding issue has been fixed.