Skip to content

Releases: felixble/acraviz

Bugfix for Hide/Show Feature

12 Apr 06:43
Compare
Choose a tag to compare

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.2.0.zip).

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

To migrate the database execute the runMigration.sh script.

Fix

  • Fixes "Twig error when opening /applications" #13

Hide reports

17 Mar 08:10
Compare
Choose a tag to compare

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.2.0.zip).

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

To migrate the database execute the runMigration.sh script.

New

  • Hide reports for a better overview
  • Added phinx for database migrations

v0.1.0 - HTTP PUT & JSON-Format support

19 Jan 08:34
Compare
Choose a tag to compare

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)