Releases: Freeocart/fo-csv
Releases · Freeocart/fo-csv
Release v1.0.4
Release v1.0.3
Fix module link generation for non https-only sites
Release v1.0.2
Updates:
- add support for various line breaking characters in csv headers parser
- add headers parser error reporting
- merge product_special import support from @osgregs
- update contact info
Release v1.0.1
Fix incorrect csv file recognition by mime-type. Sometimes csv files had empty mime type (especially on Windows). From now we firstly check mime, then if it empty - check file extension.
Release v1.0.0
Takes some little improvements from OC 1.5 fork. Added export all fields in 1 click function.
Build v0.0.98
- Attributes encode API (create your own attributes encoder by your needs)
- Three included encoders - advantshop, advantshop with groups and column encoder
- Several fixes for existing code
Build v0.0.97
- dropped direct download links (see #2)
- fix for manufacturer reset if not present in CSV
- set export profile default values same to import profile
Build v0.0.96
- moved from simple split function to papaparse library for parse CSV headers
- fixes for profile changing
- exporter status backend support
- skip empty groups in grouped parser
Build v0.0.95
- category_id becomes usable field
- Fixed frontend CSV reader (from now it works slower, but reading symbols correctly)
- New attributes setting - "Replace attributes" (earlier, attributes always being replaced, from now you can control this behavior)
- Added new option parser - Grouped Advantshop
Build v0.0.94
Changed name to coincide other Freeocart projects