v0.1.5
Orangescrum Community Edition v0.1.5
Patch release.
Task import (issue #27) - a CSV whose columns differ from the shipped
template showed the preview and then returned a 500 on Confirm & Import.
Three places read a column without checking it was present, which on
PHP 8 is a fatal TypeError rather than a warning. A file with no
"Created By" column was enough to stop the import.
Verified against seven files: the shipped template, the reporter's file,
Task Group with Task Title and no Title, a title-only file, a default
task group, a file with a blank title row, and a semicolon-separated
file. All import, and a blank title row is still skipped.
No schema change. No change under webroot/, so ASSET_RELEASE stays at 92.