Releases: statikbe/laravel-surveyhero
Releases · statikbe/laravel-surveyhero
V2.0.0 - Mapping automation
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
Added function to retrieve records from element API
v1.4.2
Fixed collector retrieval in webhook controller
1.4.1
added public function deleteSurveyResponse($surveyId, $responseId) to SurveyResponseImportService::class to delete survey responses
v1.4.0
v1.3.7
V1.3.6
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
- Add collectors to mapping command
- Fix mapping command formatting when mapping multiple surveys