Releases: felixble/acraviz
Bugfix for Hide/Show Feature
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
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
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)