Skip to content

v4.7.28 – Guard against CSV import file-open failure

Choose a tag to compare

@bungakku bungakku released this 18 Aug 03:34
· 17 commits to main since this release

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 a false handle) 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