Easy CSV Importer 6.4.0
Fixes don’t get more important than in this version. I found a bug that I managed to get around but the cause was very strange. PHP would loop through an array of values two or three times. The foreach should only loop through an array of items once. One cycle, for each item in the array. This strange occurence was causing all the CSV titles to be stored two or three times. That fact would have caused many issues as Easy CSV Importer would have created SQL queries based on three times the columns that really existed i.e. 3 of each column is incorrect.
Some other changes have been made that I think have become an issue since a later PHP version has come into play.
No new features have been added, just all improvements to code.