Skip to content

v0.3.1

Choose a tag to compare

@just-tobi just-tobi released this 26 Mar 21:09
daaadb9

Bug fix

  • Image upload (PNG/JPEG/etc.) returned 422getSupportedImageFormats() returns extensions (png, jpg) but finfo returns MIME types (image/png). The server-side validation was comparing apples to oranges since v0.3.0. Fixed by mapping extensions to MIME types before the in_array check.