v4.7.28 – Guard against CSV import file-open failure
Fixed
- CSV import didn't check whether the uploaded file's temp handle actually opened, which could have caused a PHP 8 crash (
fgetcsv()on afalsehandle) in the rare case it failed. Now shows a clear error message instead.
No change for normal, successful imports.
Full Changelog: v4.7.27...v4.7.28