Connections Business Directory Extension – CSV Import – Version...

= 2.4 11/01/2022 =
* TWEAK: Improve reliability of importing of large CSV files by iterating through the JSON chunks instead of using steps/ticks.
* TWEAK: Set timeout to unlimited when doing the AJAX post request when importing a JSON chunk. If a chunk took longer the 60s the import would fail.
* TWEAK: Ensure the JSON chuck is deleted for improved garbage collection.
* TWEAK: Do term count updates after all JSON chunks have been imported to improve import performance.
* OTHER: Correct misspellings.
* OTHER: Update filename.
* DEV: phpDoc corrections.