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

= 2.5 12/22/2022 =
* TWEAK: Introduce `Connections_CSV_Import::doTermUpdateCount()`.
* TWEAK: Type cast is redundant.
* TWEAK: Remove use of deprecated methods.
* TWEAK: Ensure only a string is passed to `strtolower()` to prevent PHP deprecation notice.
* TWEAK: Introduce `Connections_CSV_Import::maybeDoTermUpdateCount()` and refactor callback method to utilize `Connections_CSV_Import::doTermUpdateCount()`.
* TWEAK: 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.
* BUG: Method call is provided 2 parameters, but the method signature uses 1 parameters.