Skip to content

v0.1.0 - HTTP PUT & JSON-Format support

Compare
Choose a tag to compare
@felixble felixble released this 19 Jan 08:34

To install this php-application without having Node.js, Gulp or Bower installed on your server you can easily extract the attached release bundle (release-0.1.0.zip).

Make sure to provide a correct .env-file (sample: .env.sample).

New

  • Accept new reports via HTTP PUT (instead of POST) (see: #8)
  • Accept reports format: JSON (instead of form-urlencoded) (see: #7)

Fix

  • Cannot delete multiple reports at once (see: #3)