Connections - CSV Import icon

2 versions

Connections - CSV Import history.

Every release of Connections - CSV Import is archived here with its changelog, file size, and security scan result. Use the archive to roll back to a stable release or audit what changed between updates.

v2.5Latest
October 2, 202355.7 KB
Improved
  • Introduce `Connections_CSV_Import::doTermUpdateCount()`.
  • Type cast is redundant.
  • Remove use of deprecated methods.
  • Ensure only a string is passed to `strtolower()` to prevent PHP deprecation notice.
  • Introduce `Connections_CSV_Import::maybeDoTermUpdateCount()` and refactor callback method to utilize `Connections_CSV_Import::doTermUpdateCount()`.
  • Refactor `Connections_CSV_Import::triggerTermUpdateCount()` to do term count update if the async request fails to ensure taxonomy terms counts are updated when the async request fails or is blocked by the web host.
Fixed
  • Method call is provided 2 parameters, but the method signature uses 1 parameters.
October 2, 202355.2 KB
Improved
  • Improve reliability of importing of large CSV files by iterating through the JSON chunks instead of using steps/ticks.
  • 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.
  • Ensure the JSON chuck is deleted for improved garbage collection.
  • Do term count updates after all JSON chunks have been imported to improve import performance.
Other
  • OTHER: Correct misspellings.
  • OTHER: Update filename.
  • DEV: phpDoc corrections.

Why archive

Sometimes the latest release isn't the one you need. The archive lets you pin Connections - CSV Import to a known-good version, or roll back while a bug is investigated. Every release stays scanned and reachable.