Skip to content

v0.19.0 major release

Compare
Choose a tag to compare
@rubenarslan rubenarslan released this 20 Jul 15:54
· 519 commits to master since this release

Major release v0.19.0

New features

  • the user detail now briefly logs the result at each step in the run, which should make it easier to trace errors
  • in the same vein, formr now notifies the admin if emails stop sending (many change the password for their study email account and forget to tell formr)
  • fractional pauses are now possible, so you can expire a pause after 1.5 minutes etc.

Bug fixes

  • the new queueing system introduced more precise expiration times and was meant to reduce computational load on our server, however there were some hiccups and delays that we hope will be fixed by this update
  • fractional numbers were rounded in the results table (but not in detailed results). this will not happen in the future, but if you collected fractional numbers or sliders in the past, work with the detailed results instead.
  • several other fixes related to queueing
  • it is now possible again to set a "get"-type item to required (useful for Prolific/Mturk etc)
  • no more getting stuck with zero minute pauses
  • some CSS classes fixed

Updates

  • updated to more recent versions of phpmailer/phpspreadsheet etc