Skip to content

Releases: statikbe/laravel-surveyhero

V2.0.0 - Mapping automation

06 Jan 14:37
c51b9a3
Compare
Choose a tag to compare

This major release introduces some changes to the data model in order to implement automated mapping of SurveyHero questions and collectors to the database.

Check out the upgrade guide for more info on how to upgrade your project 🚀

v1.4.3

07 Dec 16:36
Compare
Choose a tag to compare

Added function to retrieve records from element API

v1.4.2

17 Nov 09:37
Compare
Choose a tag to compare

Fixed collector retrieval in webhook controller

1.4.1

16 Nov 15:47
Compare
Choose a tag to compare

added public function deleteSurveyResponse($surveyId, $responseId) to SurveyResponseImportService::class to delete survey responses

v1.4.0

27 Oct 21:49
Compare
Choose a tag to compare

Add data export functionality to spreadsheet

v1.3.7

26 Oct 08:44
Compare
Choose a tag to compare

Fix typo in webhook command
Add webhook handler controller for response completed webhook

V1.3.6

19 Oct 14:19
Compare
Choose a tag to compare

Added command to generate webhooks for your surveys

surveyhero:add-webooks
{--survey=all : The Surveyhero survey ID}
{--eventType= : Webhooks event type (https://developer.surveyhero.com/api/#webhooks-event-types)}
{--url= : The URL the webhook should call}

v1.3.5

19 Oct 12:19
Compare
Choose a tag to compare
  • Add collectors to mapping command
  • Fix mapping command formatting when mapping multiple surveys

v1.3.4

30 Sep 09:47
Compare
Choose a tag to compare

Support for answer_mapping to subquestions of choice_table type.
Bug fix in field name generation of choice_table mapping generator

v1.3.3

26 Sep 13:12
Compare
Choose a tag to compare
  • add convertedValue() convenience function that returns the converted value without specifying the type.