Releases: statikbe/laravel-surveyhero
Releases · statikbe/laravel-surveyhero
v1.3.2
- Fix bug with calculation of last imported timestamp of survey, which cause not all responses to be imported
v1.3.1
Fix import refresh bugs & response updates
v1.3.0
- support for collector IDs
- fix & improve command output of response import cmd
- add response import info DTO to cleanup error output of response import cmd
- casting survey_last_imported var to Carbon
v1.2.0
- customisable data models & tables
- survey question mapper command output improvements
- survey question mapper command bug fixes
- survey import command bug fixes
- data model nullable on survey_language
- choice table question mapper bug fixes
- removal of old question responses in case the response is incomplete and new data exists.
- bug fixes in Q & A import
v1.1.3
Renaming survey->survey_last_updated to survey_last_imported
v1.1.1
- Avoid re-importing unupdated responses
v1.1.0
- Improved data model to normalise the field column on questions
- Refactor Q&A import
- Added support for more question types in Q&A import, question mapper and response creator
- Update docs
v1.0.2
Save responses using questions & answer table
v1.0.1
Added survey_questions and survey_answers tables and mapping commands