Skip to content

Releases: statikbe/laravel-surveyhero

v1.3.2

21 Sep 20:24
Compare
Choose a tag to compare
  • Fix bug with calculation of last imported timestamp of survey, which cause not all responses to be imported

v1.3.1

21 Sep 15:19
Compare
Choose a tag to compare

Fix import refresh bugs & response updates

v1.3.0

21 Sep 08:39
Compare
Choose a tag to compare
  • 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

15 Sep 21:31
Compare
Choose a tag to compare
  • 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

06 Sep 09:49
Compare
Choose a tag to compare

Renaming survey->survey_last_updated to survey_last_imported

v1.1.2

05 Sep 13:10
Compare
Choose a tag to compare

Fix PHPstan errors

v1.1.1

05 Sep 11:19
Compare
Choose a tag to compare
  • Avoid re-importing unupdated responses

v1.1.0

05 Sep 10:36
Compare
Choose a tag to compare
  • 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

25 Aug 15:26
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

Save responses using questions & answer table

v1.0.1

17 Aug 12:59
Compare
Choose a tag to compare

Added survey_questions and survey_answers tables and mapping commands