Skip to content

Releases: statikbe/laravel-surveyhero

v2.2.4

26 Nov 20:55
973358e
Compare
Choose a tag to compare
  • extra logging
  • extra convenience function

v2.2.3

06 Nov 14:18
Compare
Choose a tag to compare
  • Added command to delete webhooks used for local development (e.g. ngrok shared urls)

v2.2.2

14 Mar 15:50
Compare
Choose a tag to compare
  • Laravel 11 support

v2.2.1

06 Oct 14:16
Compare
Choose a tag to compare
  • fix sleep time calculation for Surveyhero api to avoid doing more than 2 requests per second

v2.2.0

31 Jul 07:48
Compare
Choose a tag to compare
  • Migration for unique indices on data model
  • Rating scale typing import mapping
  • Question and answer importer for rating scales fix

v2.1.4

20 Apr 10:25
Compare
Choose a tag to compare

Fixed deprecated datetime casts

v2.1.3

17 Apr 15:08
Compare
Choose a tag to compare

Added Surveyhero ID to webhook list table header

v2.1.2

17 Apr 14:39
Compare
Choose a tag to compare

Added table header with survey name to webhook table

v2.1.1

17 Apr 14:33
Compare
Choose a tag to compare

Added command to list & delete webhooks in Surveyhero

php artisan surveyhero:list-webhooks --survey=12345
php artisan surveyhero:delete-webhook --survey=12345 --webhook=2553

v2.1.0

05 Apr 13:01
3ed4f01
Compare
Choose a tag to compare

Laravel 10 support