Skip to main content

Changelog

1.12.0 (2026-03-30)

Features

  • REST API for feed management — All major feed objects (feeds, templates, filter rules, dynamic attributes, category mappings, and variables) are now accessible via Magento REST API. You can create, update, delete, generate, deliver, and validate feeds programmatically. Feed generation runs asynchronously via a queue — trigger it and poll the queue endpoint for status. ⚠️ New database table mst_feed_generation_queue is created on upgrade.
  • split modifier in template loops — Use | split: "," inside % for % loops to iterate over comma-separated (or any-delimiter-separated) attribute values directly in feed templates, without needing a custom dynamic attribute.
  • Admin interface translated into 40+ languages

Improvements

  • Compatible with Magento 2.4.9 — CLI commands updated to meet the new PHP return type requirements introduced in Magento 2.4.9.

Fixed

  • Fixed feed filter conditions ignoring the store scope for product attributes when fast mode is enabled — products could be incorrectly included or excluded from the feed.
  • Fixed category attributes (e.g. category name, URL) returning values from the default store view instead of the store view configured for the feed.
  • FTP delivery failures now properly throw an error — previously a failed FTP upload could be silently ignored; now it surfaces as an error so you can act on it.

1.11.11 (2026-02-06)

Features

  • Added compatibility with MageWorx Advanced Product Options Suite for accurate min_price/max_price calculation

1.11.10 (2026-01-27)

Fixed

  • Fixed click reporting error when accessing non-existent feeds

1.11.9 (2026-01-23)

Fixed

  • Fixed the display of the generation modal on Hyvä-based storefronts

1.11.8 (2026-01-14)

Fixed

  • Fixed the cleanup cron job incorrectly removing non-feed files from pub/media/feed

1.11.7 (2026-01-02)

Features

  • Added sort and rsort modifiers for sorting array values in feed templates

1.11.6 (2025-12-04)

Fixed

  • Fixed deprecated functionality error on feed pages in Magento Commerce (EE)

1.11.5 (2025-12-03)

Fixed

  • Fixed missing conditions for weight and price attributes in the dynamic attribute form

1.11.4 (2025-11-27)

Fixed

  • Fixed the "Save and Continue Edit" button remaining disabled after saving a feed

1.11.3 (2025-11-21)

Fixed

  • Fixed potential XSS vulnerabilities in admin template output by adding proper escaping

1.11.2 (2025-11-20)

Features

  • Added "Custom Feeds" section next to "Popular Feeds" on the "New Feed" page

Improvements

  • Improved validation rules import with better error handling for missing templates
  • Added "Validation Rules" column on the template listing page
  • Improved "Quality Control" display on the feed edit page and added it to the feed listing
  • The "Save and Continue" button is now disabled until a template is selected, preventing accidental saves
  • The "Validate" button is always visible, showing an error when validation is not available

Fixed

  • Fixed logo duplication where all feeds and templates showed the same logo

1.11.1 (2025-10-08)

Fixed

  • Fixed the clean modifier incorrectly handling boolean values

1.11.0 (2025-09-23)

Features

  • Added ability to create a new feed without selecting a template
  • Added logos, guide links, and descriptions for feeds and feed templates
  • Added ability to duplicate a template

Improvements

  • Redesigned feed creation page with tile-based template selector
  • Only user-defined templates can now be modified; built-in templates are read-only
  • ⚠️ Removed outdated templates (catch, ladenzeile, myshopping, opensky, pricesearcher, prisguiden, real_de, shopalike). Feeds using these templates should be updated before upgrading
  • ⚠️ Added new columns to mst_feed_feed and mst_feed_template tables for logo and metadata storage

1.10.4 (2025-09-19)

Improvements

  • Updated "Quantity" filter logic for bundle products — quantity is now calculated as the minimum stock of required child items instead of the sum

1.10.3 (2025-09-02)

Improvements

  • Optimized loading of feed statistics

Fixed

  • Fixed error in the dynamic attribute form

1.10.2 (2025-08-20)

Features

  • Added the ability to define the feed data extract level for the JSON copy of an XML feed

Improvements

  • Validation service updated to handle bulk feed validation

Fixed

  • Fixed the issue with saving empty Validation Rules

1.10.1 (2025-08-19)

Fixed

  • Fixed the Content Settings tab breaking in CSV feeds after changing column order

1.10.0 (2025-08-19)

Features

  • Added Feed Validator — validates that prepared feeds follow the target platform's ruleset and flags errors before delivery

Fixed

  • Fixed feeds not being generated by cron at midnight (00:00)

1.9.2 (2025-08-15)

Fixed

  • Fixed feed generation history not displaying times in the store's local timezone

1.9.1 (2025-08-12)

Fixed

  • Fixed an issue where reordering columns in CSV feeds could cause unexpected modifier merging, preventing the Content Settings tab from rendering

1.9.0 (2025-08-06)

Features

  • Added SFTP key pair authentication as an alternative to password-based connections

1.8.1 (2025-07-28)

Fixed

  • Fixed the clean filter incorrectly removing valid UTF-8 characters (e.g., ä, ö, å)

1.8.0 (2025-07-07)

Features

  • Added ability to retrieve minimum and maximum prices for products with custom options using min_price and max_price attributes

Improvements

  • Improved admin accessibility to meet WCAG 2.2 AA standards

1.7.13 (2025-06-26)

Fixed

  • Fixed the "Quantity" filter condition not including bundle products (now treated like configurable products)
  • Fixed error on the dynamic category edit page when remote storage is enabled

1.7.12 (2025-06-10)

Improvements

  • Improved category selection logic — when multiple categories exist at the same depth, the one appearing first in the navigation tree is chosen

Fixed

  • Fixed an exception when retrieving the quantity of certain bundle products
  • Fixed text and textarea attributes not displaying available operators in the dynamic attribute form

1.7.11 (2025-05-22)

Fixed

  • Fixed configurable attribute values displaying internal IDs instead of labels in the configurable attributes loop
  • Fixed some categories not appearing in the tree on the dynamic categories page

1.7.10 (2025-05-14)

Fixed

  • Fixed compilation error on Magento Cloud

1.7.9 (2025-05-07)

Fixed

  • Fixed feeds being delivered with the default filename (mst_feed_id) instead of the saved custom name
  • Fixed products appearing in the feed preview even when filters returned no results

1.7.8 (2025-04-28)

Fixed

  • Fixed false "Please generate the feed before delivery" error when the feed was already generated

1.7.7 (2025-04-15)

Fixed

  • Fixed error on the dynamic attribute creation page

1.7.6 (2025-04-10)

Features

  • Added support for liquid variables in the "Filename" field (e.g., use store-specific filenames)

Improvements

  • Improved dynamic attribute performance

Fixed

  • Fixed compatibility with Magento 2.4.8

1.7.5 (2025-03-31)

Improvements

  • Added recurring setup script to automatically import new templates during upgrades

1.7.4 (2025-03-18)

Fixed

  • Fixed the issue with exporting templates

1.7.3 (2025-03-13)

Fixed

  • Fixed mass actions not working when a filter is applied on the Templates page

1.7.2 (2025-03-04)

Fixed

  • Fixed duplicate products appearing in the feed

1.7.1 (2025-02-28)

Features

  • Added ability to save a custom category path in category mapping

Improvements

  • Category retrieval now sorts by category ID for consistent results

1.7.0 (2025-02-25)

Features

  • Added ability to apply filters when previewing a feed, so you can verify filter results before generation

1.6.4 (2025-02-21)

Fixed

  • Fixed product.stock_status returning incorrect values when Backorders are enabled
  • Fixed array-to-string conversion error when creating a filter with a multiselect attribute

1.6.3 (2025-02-17)

Features

  • Added 40 new feed templates for additional platforms

1.6.2 (2025-01-30)

Features

  • Added ability to include "Minimum Qty Allowed in Shopping Cart" and "Qty Increments" values in feeds

Improvements

  • Feed preview now applies the same custom validation used during generation
  • ⚠️ Migrated from Zend Framework to Laminas. Ensure your environment supports Laminas before upgrading

1.6.1 (2025-01-22)

Features

  • Added over 50 new feed templates
  • Added ability to loop through tier prices: % for tier_price in product.tier_prices % with access to price, quantity, price_type, customer_group, and website_id

Fixed

  • Fixed incorrect "Delivered At" value in the feed_delivery_success notification email

1.6.0 (2025-01-09)

Features

  • Added "Warning" status indicator when feed generation gets stuck
  • Added access to category mapping values in the category loop using category.mapping:1

Improvements

  • Updated all built-in feed templates

Fixed

  • Fixed SFTP delivery failing when no path is specified
  • Fixed the resize modifier failing when no input value is provided
  • Fixed filter condition combination set to "False" not working correctly

1.5.6 (2024-12-13)

Features

  • Added "Google Shopping Local Inventory Feed" template
  • Added ability to loop through product source items: % for source in product.source_items % with access to source.quantity

Fixed

  • Fixed incorrect category retrieval on multi-website setups
  • Fixed CSV feed preview error when a column value is an object

1.5.5 (2024-12-03)

Improvements

  • Optimized special price date retrieval — significantly faster feed generation when multiple catalog price rules are active

1.5.4 (2024-11-27)

Features

  • Added feed templates for Hotline, Prom, Rozetka, Ceneo, eBay, Instagram, Pinterest, and TikTok

Improvements

  • Updated Awin, Facebook Dynamic Ads, Google Shopping, and Pagineprezzi templates

Fixed

  • Fixed error during template import when template data is invalid
  • Fixed deprecated dynamic property warning in TemplateSource
  • Fixed template import failure when referenced template no longer exists

1.5.3 (2024-11-08)

Features

  • Added ability to retrieve parent configurable attributes and their values: % for attribute in product.configurable_attributes % with access to attribute.code, attribute.value, and attribute.label

Improvements

  • FTP port number is now automatically extracted from the "Host Name" field, so you no longer need to configure it separately

1.5.2 (2024-10-28)

Fixed

  • Fixed error when applying modifiers to integer attribute values

1.5.1 (2024-10-24)

Features

  • Added ability to enable/disable SSL for FTP/FTPS connections in FTP Settings
  • Added trim and ltrim modifiers for removing whitespace from attribute values

Improvements

  • Special price dates now pulled from catalog price rules when the rule applies to not-logged-in customers

Fixed

  • Fixed category tree only allowing one category to be selected in Filter Conditions
  • Fixed the % else % tag only working once per XML feed template

1.5.0 (2024-09-27)

Features

  • Added ability to convert XML feed output to JSON format

1.4.12 (2024-09-10)

Fixed

  • Fixed feed generation via CLI on AWS environments

1.4.11 (2024-08-23)

Fixed

  • Fixed special_from_date and special_to_date attributes displaying expired dates
  • Fixed special price dates for configurable products when a catalog price rule is applied

1.4.10 (2024-08-09)

Fixed

  • Fixed error in dynamic attributes output

1.4.9 (2024-07-24)

Fixed

  • Fixed template import on AWS S3 storage
  • Fixed inclTax and exclTax modifiers failing with non-numeric values

1.4.8 (2024-07-11)

Improvements

  • Feed temporary files now use the feed filename instead of numeric ID for easier identification
  • Updated special price date logic to correctly determine active date ranges
  • Improved AWS S3 compatibility — uploads now use relative paths
  • Added Content Security Policy (CSP) compliance

Fixed

  • Fixed modifier arguments being incorrectly parsed when values contain the pipe (|) character

1.4.7 (2024-06-27)

Fixed

  • Fixed inline script Content Security Policy (CSP) errors
  • Fixed url_with_options modifier displaying attribute IDs instead of attribute codes
  • Fixed product grid on filter page (Mageplaza ProductGrid compatibility)

1.4.6 (2024-06-17)

Improvements

  • Attempting to edit a feed without a valid ID now redirects to the feed creation page
  • Parent product lookup now correctly returns the actual parent product type

Fixed

  • Fixed file locking failures on shared NFS disk volumes
  • Fixed product URLs incorrectly including the admin path

1.4.5 (2024-05-29)

Improvements

  • Category selection now returns the deepest category that belongs to the feed's store root category

Fixed

  • Fixed CSV feeds rendering multiple rows as a single line
  • Fixed product URLs incorrectly including the admin path
  • Fixed extra spaces in the "Gallery Image Collection" output

1.4.4 (2024-04-26)

Features

  • Added "Strip style tag" modifier to remove inline style tags from attribute values

Fixed

  • Fixed feed preview not working in CSV feeds due to jQuery conflict

1.4.3 (2024-04-18)

Improvements

  • Reports tracking script is now only loaded when the reports feature is enabled in configuration

Fixed

  • Fixed incorrect feed URL generation

1.4.2 (2024-03-21)

Features

  • Added ability to include the "Manage Stock" attribute in feeds

Improvements

  • Feed delivery now verifies that the feed has been generated before attempting to deliver

Fixed

  • Fixed custom static attributes not saving correctly
  • Fixed feed generation on Magento PWA setups

1.4.1 (2024-03-04)

Fixed

  • Fixed empty first line appearing in CSV/TXT feeds when the header is excluded
  • Fixed incorrect stock status for bundle products
  • Fixed feed email notifications not being sent
  • Fixed compatibility with PHP 7.1

1.4.0 (2024-02-21)

Features

  • Added support for managing feeds in remote storage (e.g., AWS S3)

Improvements

  • Optimized the "Content Settings" tab loading when the store has over 1000 product attributes
  • Category retrieval now only returns categories from the selected store

Fixed

  • Fixed CSV and TXT feeds where modifier arguments were stored incorrectly (a migration patch is included)
  • Fixed incorrect lowest category selection for products

1.3.19 (2024-01-26)

Improvements

  • Reports feature now uses plain JavaScript for compatibility with the Hyvä theme

Fixed

  • Fixed incorrect product URLs in review feeds
  • Fixed product filter not being applied to review feeds
  • Fixed "Filters" display on the feed edit page
  • Fixed cron export error when schedule date is null
  • Fixed the append filter returning null instead of a string

1.3.18 (2024-01-18)

Improvements

  • FTP/FTPS delivery now creates a secure SSL connection by default

Fixed

  • Fixed the parent product lookup in Magento B2B environments

1.3.17 (2024-01-05)

Improvements

  • Added validation to prevent circular parent-child product references

Fixed

  • Fixed the category.parent_category.id pattern returning incorrect values

1.3.16 (2023-12-22)

Fixed

  • Fixed getFinalPrice returning a boolean instead of a numeric value in certain cases
  • Fixed the mirasvit:feed:export CLI command failing when the --step parameter is used

1.3.15 (2023-12-08)

Improvements

  • ⚠️ Changed format_serialized column type from text to longtext in mst_feed_feed and mst_feed_template tables to support larger feed configurations

1.3.14 (2023-11-23)

Features

  • Added ability to access all parent products in an XML feed template

Fixed

  • Fixed stock_status and is_in_stock attributes returning incorrect values when MSI (Multi Source Inventory) is enabled
  • Fixed store codes being incorrectly appended to feed URLs

1.3.13 (2023-11-16)

Fixed

  • Fixed adding and removing rows, modifiers, and validators in the field mapping table
  • Fixed the mirasvit:feed:cron CLI command failing with an error
  • Fixed feed preview loading from the wrong tab when accessed from "FTP Settings"

1.3.12 (2023-11-09)

Improvements

  • Dynamic attributes that reference themselves are now excluded from processing to prevent infinite loops

Fixed

  • Fixed the category_ids attribute not working in CSV and TXT feeds

1.3.11 (2023-10-13)

Fixed

  • Fixed error in Facebook feed preview
  • Fixed incorrect return type of the convert modifier

1.3.10 (2023-10-06)

Fixed

  • Fixed store resolver plugin returning incorrect type
  • Fixed the "Format date" modifier producing unexpected output

1.3.9 (2023-10-04)

Features

  • Added ability to filter feeds by MSI (Multi Source Inventory) stock availability

Improvements

  • Improved request validation for saving dynamic variables

1.3.8 (2023-09-25)

Features

  • Added "excludes" filter for the % if % tag in feed content settings
  • Added ability to store dynamic variables in the var/mst_feed folder

Fixed

  • Fixed compatibility with CustomGento DefaultStoreCodeRemover module
  • Fixed feed filters failing when Magento_Inventory module is disabled
  • Fixed error when a category attribute is null during feed generation
  • Fixed the "contains" filter for the % if % tag not matching correctly

1.3.7 (2023-09-12)

Fixed

  • Fixed type error in the children-in-stock calculation

1.3.6 (2023-09-08)

Fixed

  • Fixed the truncatewords filter not working correctly

1.3.5 (2023-09-04)

Fixed

  • Fixed incorrect feed URL generation
  • Fixed tracking parameter types for feed reports

1.3.4 (2023-08-23)

Fixed

  • Fixed number filter not working correctly (regression from 1.3.0)

1.3.3 (2023-08-22)

Fixed

  • Fixed string filter not working correctly (regression from 1.3.0)

1.3.2 (2023-08-18)

Fixed

  • Fixed incorrect data type handling in multiple filters (regression from 1.3.0)

1.3.1 (2023-08-15)

Fixed

  • Fixed feed generation errors on PHP 8 (regression from 1.3.0)

1.3.0 (2023-08-14)

Improvements

  • ⚠️ Complete admin interface rewrite — switched from custom form blocks to Magento UI Components for feeds, templates, dynamic attributes, categories, variables, and import/export pages
  • ⚠️ Removed legacy Block/Adminhtml form classes and service/repository interfaces. Any customizations extending these classes will need to be updated
  • ⚠️ Renamed source model and observer classes (e.g., ArchiveArchiveSource, DeliveryFailFeedDeliveryFailObserver). Update DI preferences if you have custom overrides
  • Improved PHP 8.1 compatibility by removing deprecated dynamic properties
  • Improved code quality with strict typing throughout models, controllers, and resolvers

1.2.11 (2023-04-25)

Fixed

  • Fixed modifier input values not being captured in XML feed templates
  • Fixed missing liquid modifiers on PHP 8.1
  • Fixed error on Filter edit page when loading product columns component
  • Fixed missing block names in layouts causing rendering issues
  • Fixed "Column 'entity_id' is ambiguous" error on filter preview
  • Fixed styling issues with buttons and progress bar

1.2.10 (2023-03-15)

Improvements

  • Added support for Magento 2.4.6
  • Improved search filter in templates and feeds grid

Fixed

  • Fixed PHP 8.2 compatibility issues

1.2.9 (2022-12-15)

Fixed

  • Fixed filter preview showing incorrect stock status

1.2.8 (2022-09-20)

Fixed

  • Fixed not all feeds being displayed on the main feeds list
  • Fixed feed generation with email notifications enabled causing errors
  • Fixed JavaScript cookie handling on Magento 2.4.5 that could block the checkout page

1.2.7 (2022-09-14)

Features

  • Added feed statistics display on the feed edit page
  • Added product preview on the filter page

1.2.6 (2022-09-08)

Features

  • Added feed statistics columns to the feeds grid

Improvements

  • Updated admin grid layouts

Fixed

  • Fixed ETA calculation errors during feed generation

1.2.5 (2022-08-18)

Fixed

  • Fixed product data not being displayed for some products in review feeds

1.2.4 (2022-08-09)

Fixed

  • Fixed incorrect return value from CLI console commands

1.2.3 (2022-07-05)

Fixed

  • Fixed feed generation progress bar losing focus during generation

1.2.2 (2022-06-20)

Improvements

  • Removed db_schema_whitelist.json (no longer needed after declarative schema migration)

1.2.1 (2022-05-23)

Improvements

  • Updated module dependency versions

1.2.0 (2022-05-13)

Improvements

  • ⚠️ Migrated to Magento declarative database schema. All legacy Install/Upgrade schema scripts have been removed and replaced with db_schema.xml and a SetupData data patch

1.1.38 (2022-04-05)

Fixed

  • Fixed liquid patterns not being processed correctly in feed templates

1.1.37 (2022-03-23)

Improvements

  • Added PHP 8.1 compatibility — fixed deprecated dynamic properties, type errors in filters, and price/product resolver issues

1.1.36 (2021-12-23)

Fixed

  • Fixed Category Mapping autocomplete search not returning results

1.1.35 (2021-11-09)

Improvements

  • Added demo site restrictions for dynamic variable PHP code execution

1.1.34 (2021-09-28)

Features

  • Added eCommerce Network feed template

Improvements

  • Updated Google autocomplete categories in Category Mappings

1.1.33 (2021-05-07)

Fixed

  • Fixed "IS NOT" filter condition not matching correctly

1.1.32 (2021-05-07)

Features

  • Added ability to use additional images in filter rule conditions

Improvements

  • Implemented LockManager interface for more reliable file locking during generation

Fixed

  • Fixed duplicate feed generation when multiple cron processes run simultaneously

1.1.31 (2021-04-12)

Fixed

  • Fixed "Amount of Children in stock" filter producing incorrect results during cron generation
  • Fixed Category Mapping autocomplete not appearing

1.1.30 (2021-01-28)

Features

  • Added Trovaprezzi feed template

Improvements

  • Added option to enable or disable fast filtering mode in the feed "Additional" tab

1.1.29 (2020-12-30)

Fixed

  • Fixed "IS" filter condition producing incorrect output
  • Fixed character encoding issues in feed preview
  • Fixed inability to set an empty field value in filter conditions

1.1.28 (2020-12-03)

Features

  • Added option to disable Facebook metadata tracking in the "Additional" tab

1.1.27 (2020-11-18)

Improvements

  • Significantly faster feed generation when using Category Mappings
  • Added Multi Source Inventory stock filter conditions

1.1.26 (2020-11-13)

Fixed

  • Fixed incorrect class reference in the Zend Reflection library installation notification

1.1.25 (2020-11-09)

Improvements

  • Added PHP 7.4 compatibility
  • Added clear error message when the Zend Reflection library is not installed

Fixed

  • Fixed incorrect delete confirmation message on the filters page

1.1.24 (2020-10-21)

Features

  • Added "Item Group ID" attribute for product feeds

Fixed

  • Fixed invalid ID attribute in feed output

1.1.23 (2020-09-28)

Fixed

  • Fixed incorrect product filtering by categories

1.1.22 (2020-09-11)

Features

  • Added Facebook metadata to feed pages for improved social sharing and pixel tracking

1.1.21 (2020-09-10)

Fixed

  • Fixed incorrect product count when applying filters

1.1.20 (2020-09-08)

Improvements

  • Redesigned filter interface with improved applying logic

1.1.19 (2020-09-05)

Fixed

  • Fixed modal overlay not appearing behind the generation progress dialog

1.1.18 (2020-07-29)

Improvements

  • Added support for Magento 2.4

1.1.17 (2020-07-03)

Fixed

  • Fixed filter conditions not working for non-default product attributes

1.1.16 (2020-06-12)

Features

  • Added ability to export salable quantities from Multi Source Inventory stocks

Fixed

  • Fixed filter conditions not being applied correctly

1.1.15 (2020-05-15)

Fixed

  • Fixed "Product Type" attribute values being exported as IDs instead of labels in CSV and TXT feeds
  • Fixed product collection sorting interfering with feed generation order

1.1.14 (2020-05-12)

Fixed

  • Fixed errors during the filtration step

1.1.13 (2020-04-29)

Improvements

  • Improved product filtration performance

1.1.12 (2020-04-14)

Fixed

  • Fixed inactive special prices being included in feed output

1.1.11 (2020-03-23)

Fixed

  • Fixed incorrect select options for the "Manage Stock" rule condition

1.1.10 (2020-03-04)

Fixed

  • Fixed cron enable/disable toggle not reflecting the current cron status
  • Fixed price format output

1.1.9 (2020-02-19)

Fixed

  • Fixed error when creating a new category mapping

1.1.8 (2020-02-04)

Features

  • Added cron schedule information to the "Scheduled Task" feed tab

1.1.7 (2019-12-27)

Features

  • Added "Product URL with custom options" attribute for including option-specific URLs in feeds

1.1.6 (2019-12-18)

Features

  • Added Multi Source Inventory filter conditions: "Manage Stock" and "Qty"

Fixed

  • Fixed incorrect select options for the "Manage Stock" filter condition

1.1.5 (2019-11-22)

Fixed

  • Fixed route conflict by renaming "feed" to "mst_feed"
  • Fixed "Undefined offset" error on Magento Commerce (EE)
  • Fixed "chmod not permitted" error during feed file operations

1.1.3 (2019-10-29)

Fixed

  • Fixed installation issues on Magento 2.2.x

1.1.2 (2019-10-25)

Fixed

  • Fixed "Undefined offset 0" error on Magento Commerce (EE)

1.1.1 (2019-10-25)

Fixed

  • Fixed Magento Marketplace validation test failures

1.1.0 (2019-10-11)

Features

  • Added "Created At" and "Updated At" filter conditions for time-based product filtering

1.0.110 (2019-09-17)

Fixed

  • Fixed AM/PM format display in the cron schedule list
  • Fixed mass export action for templates in the grid

1.0.109 (2019-08-22)

Improvements

  • Updated built-in feed templates
  • Added warning notification when feed filename is missing before generation

1.0.108 (2019-08-12)

Features

  • Added 10 new feed templates

1.0.107 (2019-08-08)

Improvements

  • Code standards refactoring

1.0.106 (2019-06-05)

Features

  • Added "Amazon Seller Central" feed template
  • Added ability to duplicate Dynamic Attributes from the grid action column

1.0.105 (2019-05-28)

Features

  • Added ability to export Multi Source Inventory sources (Magento 2.3+)

1.0.104 (2019-05-22)

Fixed

  • Fixed order tracking in Feed Reports
  • Fixed incorrect "Reviews Count" attribute export

1.0.103 (2019-04-10)

Fixed

  • Fixed "Status (Parent Product)" filter condition not working correctly
  • Fixed "for tag was never closed" error on the feed preview page

1.0.102 (2019-03-28)

Features

  • Added "HTML Entity Decode" modifier

1.0.101 (2019-03-19)

Fixed

  • Fixed filtering by multi-select attributes

1.0.100 (2019-02-22)

Fixed

  • Fixed incorrect store view selection when generating feeds via cron

1.0.99 (2019-02-07)

Features

  • Added "Gallery image collection" attribute for exporting all product images

Fixed

  • Fixed incorrect enclosure characters in CSV and TXT feed exports

1.0.98 (2019-02-04)

Fixed

  • Fixed column length limitation for dynamic category values

1.0.97 (2019-01-10)

Fixed

  • Fixed cron feed generation failing after New Year date rollover

1.0.96 (2019-01-09)

Fixed

  • Fixed "Is in Stock" attribute returning incorrect values

1.0.95 (2018-12-28)

Features

  • Added ability to filter products without a category
  • Added new text modifiers

1.0.94 (2018-12-20)

Fixed

  • Fixed "Append" modifier producing incorrect results when applied to numeric values
  • Fixed Dynamic Attribute returning empty output instead of zero values

1.0.93 (2018-12-14)

Features

  • Added "Final Price with Tax" product attribute

Improvements

  • Updated "Google Shopping Review" template

Fixed

  • Fixed error when creating a new feed using the Empty Template

1.0.92 (2018-12-11)

Features

  • Added new text modifiers

Fixed

  • Fixed math modifiers (Addition, Subtraction, Multiplication, Division) producing incorrect results

1.0.91 (2018-11-30)

Improvements

  • Added Magento 2.3 support

1.0.90 (2018-11-29)

Fixed

  • Fixed data serialization issue on Magento versions below 2.3

1.0.89 (2018-11-28)

Improvements

  • Added Magento 2.3 compatibility

1.0.88 (2018-11-23)

Fixed

  • Fixed small image pattern not exporting the full image path

1.0.87 (2018-11-20)

Features

  • Added "Product ID" filter condition
  • Added "Qty of children in stock" attribute for export

1.0.86 (2018-11-19)

Fixed

  • Fixed category level calculation error

1.0.85 (2018-11-15)

Features

  • Added new templates: "Facebook Dynamic Ads", "Domodi", "Marktplaats"

Improvements

  • Updated "Google Shopping Review" template to comply with new XML Schema requirements
  • Updated existing templates

1.0.84 (2018-11-09)

Features

  • Added "Stock Status" product attribute

Fixed

  • Fixed categories being exported in incorrect position order

1.0.83 (2018-10-25)

Fixed

  • Fixed incorrect timezone in the time pattern export
  • Fixed empty feed being generated when filter conditions are applied

1.0.82 (2018-10-02)

Fixed

  • Fixed possible product sorting issue during generation

1.0.81 (2018-09-11)

Improvements

  • Optimized feed generation performance by streamlining product attribute resolution

1.0.80 (2018-09-06)

Improvements

  • Added memory usage and iteration time display to the CLI export command

1.0.79 (2018-09-05)

Improvements

  • Created separate option group for Category Mappings in the admin menu

Fixed

  • Fixed feed notification emails not being sent
  • Fixed out-of-stock products being excluded from feeds even when filters allow them
  • Fixed truncate filter failing with multibyte (non-Latin) strings
  • Fixed server error during feed generation

1.0.77 (2018-08-09)

Improvements

  • Improved "Is Salable" filter — now checks parent product salable status when filtering children

Fixed

  • Fixed incorrect category path export by levels

1.0.76 (2018-07-24)

Fixed

  • Fixed incorrect Review Summary Rating export
  • Fixed SQL errors during Magento installation

1.0.74 (2018-07-23)

Fixed

  • Fixed eval function error when using Dynamic Variables

1.0.73 (2018-07-17)

Fixed

  • Fixed notification email compatibility with Magento 2.1.x

1.0.72 (2018-07-16)

Fixed

  • Fixed feed delivery and export via CLI commands
  • Fixed notification emails not being sent

1.0.71 (2018-07-10)

Fixed

  • Fixed reports pie chart not displaying by setting the default column

1.0.70 (2018-06-28)

Features

  • Added "Final Price" filter condition

Improvements

  • Improved "Is Salable" filter condition

Fixed

  • Fixed image and image size filter conditions not processing correctly
  • Fixed incorrect or missing enclosures in TXT and CSV feeds

1.0.69 (2018-06-04)

Fixed

  • Fixed feed scheduled generation running at incorrect times

1.0.68 (2018-03-19)

Fixed

  • Fixed "Stock Availability" filter condition not working correctly

1.0.67 (2018-03-12)

Fixed

  • Fixed incorrect product filtering by category IDs
  • Fixed reports not visible in developer mode

1.0.66 (2018-02-26)

Fixed

  • Fixed report display (regression from 1.0.65)

1.0.65 (2018-02-23)

Improvements

  • Updated compatibility with latest Mirasvit Reports module

Fixed

  • Fixed store categories not showing on the Category Mapping page

1.0.64 (2018-02-15)

Features

  • Added filter condition to export products by number of in-stock children

1.0.63 (2018-02-02)

Fixed

  • Fixed file locking failures on Windows

1.0.62 (2017-12-15)

Fixed

  • Fixed YAML parsing library compatibility issue

1.0.61 (2017-12-07)

Fixed

  • Fixed deleting dynamic variables via mass action in the grid

1.0.60 (2017-11-22)

Features

  • Added feed generation report showing generation progress and statistics
  • Display number of generated items in the feed

1.0.59 (2017-11-17)

Fixed

  • Fixed prices being exported incorrectly when generated by cron

1.0.58 (2017-10-12)

Fixed

  • Fixed error when an array value is passed to a string function

1.0.57 (2017-10-12)

Fixed

  • Fixed incorrect parent product values in feeds on Magento Commerce (EE)
  • Fixed error when an array value is passed to a string function

1.0.56 (2017-09-28)

Improvements

  • Added Magento 2.2 compatibility

1.0.55 (2017-06-27)

Features

  • Added modifier to remove all non-UTF-8 characters
  • Added ability to limit gallery image collection size

Fixed

  • Fixed dynamic attribute conditions failing when admin user has custom permissions
  • Fixed "Duplicate entry" error during the filtration step

1.0.54 (2017-06-13)

Fixed

  • Fixed image resolver not returning correct image URLs

1.0.53 (2017-05-05)

Features

  • Added ability to use product attributes in the Google Analytics tab

Fixed

  • Fixed Google Shopping templates using product.price instead of product.finalPrice
  • Fixed "Area code is already set" error during CLI feed generation

1.0.52 (2017-03-30)

Improvements

  • Improved click logging mechanism for better reliability

Fixed

  • Fixed import/export configuration issues

1.0.51 (2017-03-24)

Features

  • Added import/export functionality for feed configurations

1.0.50 (2017-03-21)

Fixed

  • Fixed possible issue with product filtration

1.0.49 (2017-02-27)

Fixed

  • Fixed feed patterns preview not rendering correctly

1.0.48 (2017-02-27)

Fixed

  • Fixed dynamic attributes not working correctly

1.0.47 (2017-02-20)

Features

  • Added ability to export swatch attribute values

1.0.46 (2017-02-14)

Improvements

  • Added dedicated cron group for feed generation to prevent conflicts with other cron jobs

Fixed

  • Fixed Plain filter not processing correctly

1.0.45 (2017-02-01)

Fixed

  • Fixed special character pipe (|) breaking filter values

1.0.44 (2017-01-20)

Improvements

  • Configurable product attributes now fall back to child product values when the parent returns empty

1.0.43 (2017-01-19)

Fixed

  • Fixed thumbnail images not displaying correctly in feeds

1.0.42 (2017-01-11)

Fixed

  • Fixed JSON encoding issue in feed output

1.0.41 (2017-01-10)

Features

  • Added ability to export all attributes at once using the CSV header XALL
  • Added json filter for gallery output: product.gallery | json

1.0.40 (2017-01-09)

Fixed

  • Fixed tax rate preview displaying incorrect values

1.0.39 (2017-01-06)

Improvements

  • Added lock mechanism to prevent parallel feed generation via CLI

1.0.38 (2017-01-06)

Fixed

  • Fixed category mapping edit page not loading

1.0.37 (2017-01-06)

Fixed

  • Fixed category mapping not saving correctly

1.0.36 (2017-01-03)

Fixed

  • Fixed nested category mapping not resolving correctly

1.0.35 (2017-01-03)

Features

  • Added ability to place category taxonomy files in pub/media/feed/mapping

Fixed

  • Added missing symfony/yaml dependency

1.0.33 (2016-12-21)

Fixed

  • Fixed category filter excluding simple products that are not visible individually in the catalog

1.0.32 (2016-12-15)

Improvements

  • Improved performance of the CSV feed edit page

1.0.31 (2016-12-14)

Fixed

  • Fixed current date calculation in feed output

1.0.30 (2016-12-09)

Improvements

  • Added Magento 2.2 compatibility

1.0.29 (2016-12-06)

Fixed

  • Fixed dynamic attribute pattern output

1.0.28 (2016-12-05)

Fixed

  • Fixed parent selector in dynamic attributes

1.0.27 (2016-11-11)

Fixed

  • Fixed filtering by Yes/No attributes

1.0.26 (2016-11-04)

Fixed

  • Fixed Status filter not working correctly

1.0.25 (2016-11-02)

Fixed

  • Fixed cron schedule configuration
  • Fixed SFTP feed delivery

1.0.24 (2016-10-21)

Fixed

  • Fixed compilation error

1.0.23 (2016-10-20)

Fixed

  • Fixed error when deleting dynamic attributes
  • Fixed filter by stock quantity not working

1.0.21 (2016-10-12)

Improvements

  • Standardized font-awesome assets across Mirasvit extensions

1.0.20 (2016-10-12)

Fixed

  • Fixed dynamic attributes not working correctly

1.0.19 (2016-10-07)

Fixed

  • Fixed incorrect image URLs in feeds
  • Fixed wrong product URL in multi-store configurations
  • Fixed product category selection to respect the current store

1.0.18 (2016-09-06)

Improvements

  • Category export now uses the deepest category level related to the product

Fixed

  • Fixed category mapping not resolving correctly

1.0.17 (2016-09-05)

Fixed

  • Fixed possible issue with the feed generation process

1.0.16 (2016-08-23)

Fixed

  • Fixed delivery button not working

1.0.15 (2016-08-23)

Fixed

  • Fixed possible issue with product filtration

1.0.14 (2016-07-18)

Fixed

  • Fixed reports not displaying correctly

1.0.13 (2016-06-24)

Improvements

  • Added Magento 2.1 compatibility

Fixed

  • Fixed validation of dynamic attribute rules

1.0.12 (2016-06-17)

Fixed

  • Fixed dynamic attribute values not being saved correctly

1.0.11 (2016-05-25)

Fixed

  • Fixed empty attribute value when attribute contains numeric data

1.0.10 (2016-05-25)

Features

  • Added autocomplete for category mapping
  • Added ability to use dynamic variables in % for % loops

Fixed

  • Fixed dynamic attribute conditions for multi-select attributes

1.0.9 (2016-04-11)

Fixed

  • Fixed admin menu navigation
  • Added ACL permissions for dynamic variables

1.0.8 (2016-04-07)

Features

  • Added Dynamic Variables — define custom PHP-based variables for use in feed templates
  • Added offset attribute for % for % loops

Fixed

  • Fixed root category appearing in category collection
  • Fixed the capture tag not working correctly

1.0.7 (2016-04-01)

Fixed

  • Fixed cross-browser AJAX request compatibility

1.0.6 (2016-04-01)

Features

  • Added capture tag for storing template output in variables
  • Added Dynamic Attributes — create computed product attributes using conditions
  • Added feed click/impression Reports
  • Added ability to export Related, Cross-Sell, and Up-Sell products

Improvements

  • Added ability to define specific product IDs for feed preview

Fixed

  • Fixed feed generation not including all products for feeds with over 100K products

1.0.5 (2016-03-14)

Features

  • Added mediaSecure and mediaUnsecure URL filters
  • Added product.tax_rate attribute for exporting tax rates
  • Added ability to export Related, Cross-Sell, and Up-Sell products

Improvements

  • Added cache-busting for export progress requests
  • Updated "Save" button behavior for Templates, Filters, and Category Mapping
  • Export all images with direct links (without CDN)
  • Feed history now auto-cleans records older than 3 days via cron

Fixed

  • Updated "Google Shopping" template
  • Fixed cron job scheduling issues

1.0.4 (2016-02-17)

Features

  • Added inclTax and exclTax filters for price attributes

Improvements

  • Improved cron-based feed generation with integration tests
  • Improved feed history for CLI and manual export

Fixed

  • Fixed broken link to Category Mapping in the admin menu
  • Fixed gallery images not working in % for % loops
  • Fixed price rounding when applying inclTax/exclTax filters
  • Fixed character trimming in % for % loops
  • Fixed liquid filters being removed when changing XML expressions
  • Fixed MySQL error on feed preview with empty catalog
  • Fixed incorrect tax calculation

1.0.3 (2016-02-08)

Features

  • Added secure and unsecure URL filters
  • Added prices including tax

1.0.2 (2016-02-07)

Features

  • Added date filter for formatting dates
  • Added product.associatedProducts for accessing associated products

Improvements

  • Improved XML syntax highlighting
  • Split product resolver by product type for better performance

Fixed

  • Fixed select/multiselect attribute values not being resolved to labels
  • Fixed incorrect loop length in liquid cycles