You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compatibility with the new AvS_FastSimpleImport clear field functionality. Allows you to remove values for products. This is not yet implemented for categories and customers.
Bugfixes
When running the imports using cron it could happen that in a single cron session multiple imports are run. We needed a new instance of fastsimpleimport/import for this to work correctly.
Check if import field value is really NULL. When a value was 0, the clearfield symbol was also inserted, instead of 0. Now this symbol is only inserted when the value is really empty.