Module Release Announcement: Webform A/B Testing 6.x-1.2
Module Page:
Version:
6.x-1.2
I've made several bug fixes to this module recently, for use on a client site. This release rolls those fixes to the project on drupal.org.
- Fixed error in logic that reported on pre- and post-win numbers
- Fixed divide-by-zero error when calculating percentage
- Changed default value of webform_ab_ignore_hits_from_roles variable from empty string to empty array
- Fixed typo where
percent_conversions
had been swapped fortotal_conversions
in the winning conditions form - Pass query variables along when redirecting to one of the webforms in the A/B Test (intended for things like market source ID)
- Fixed error where the winner is declared one conversation later than it should be.
- Removed old, stray
$Id
from the CVS days