- Fix crash in checkEligibility
- Add disclaimer support
- Fix encoding issue on iOS 17
- Fix smartphone survey UI when application becomes active again
- Fix DriverPicklist ampersand bug
- Fix second screen placeholder bug
- Add support for AU tokens
- Add support for custom first question
- Update "powered by InMoment" text
- Add option to hide "powered by InMoment"
- Add support for driver picklist feature
- Default to system font when IBM font not found (Wootric/react-native-wootric#27)
- Send language on response creation
- Update lowest supported version to iOS 12 and fix deprecated code
- Update build phases to fix cycle in dependencies
- Remove incorrect tests. These tests were basically testing Apple's implementation of NSOperationQueue
- Update social sharing to fix SLServiceTypeTwitter & SLServiceTypeFacebook deprecation (Wootric#55)
- Fix SPM support (Wootric#96 & Wootric#86)
- Fix updateExistingEndUser bug
- Add support for EU tokens
- Fix dismiss X color
- Reskin
- Update demo project
- Fix deprecations
- Fix slider bug
- Add stop method
- Fix authenticate bug
- Fix User-Agent in all requests
- Fix copy for CustomMessages, CustomSocial, CustomThankYou and LocalizedText objects
- Fix deprecated method warnings
- Add new configuration method with only accountToken param
- Update SEGWootric class
- Add support for events (Targeted Sampling)
- Add support of admin panel values for adding email, score and comment to thank you link
- Add button to Demo project to start the survey
- Add support of admin panel values for 3rd screen
- Add skipFeedbackScreen method
- Fix promoter bug for non NPS scales
- Add support for custom scales
- Fix slider bug
- Remove tracking pixel
- Add delegate pattern
- Fix email param bug
- Add support for Property Based Sampling
- Update eligibility logs to show more info
- Percentage escape strings to prevent NSURL errors
- Force left-to-right in slider
- Add notifications for
appear
events (willAppear, didAppear, willDisappear, didDisappear)
- Add opt out option
- Add WTRLogger to allow setting log level so logs can be disabled
- Add new setters to Wootric.h to set the WTRLogger mode
- Update license comment in all files
- Add new method that just needs client_id & doesn't require the client_secret
- Check for setDefaultAfterSurvey when checking defaults values
- Fix char escaping when updating end user with product_name
- Add setCustomTimeDelay method
- Fix Carthage compatibility
- Update project for Xcode9
- Fix iOS 11 keyboard bug
- Fix warnings
- Fix followup question and placeholder bug
- Update demo project settings
- Refactor code
- Update Deployment Target = 8.0
- Fix 'User-Agent' bug
- CES and CSAT support
- Change method names in category to avoid conflict
- Update project settings
- "Edit Score" string for different languages
- Demo project
- Bundle Info.plist to correct submission issues
- SDK version bug
- Escape customProduct and customAudience
- Don't show survey if accountToken is wrong
- Pass external_id & phone_number
- Update tests
- Accept resurvey_throttle and decline_resurvey_throttle
- Fix last button long text adjustment
- Update tests
- Add tests for WTRDefaults
- Send Wootric SDK, OS version and OS name
- Add end_user_last_seen to eligibility requests
- Code cleanup
- Add documentation
- Change resources for new logo
- Color customization support for Segment integration
- Concurrent Survey Processing
- Fix crash at getEndUserEmail when receiving a dictionary.
- Add fontawesome-webfont.ttf to podspec resources.
- Add color customization feature
- Cast externalCreatedAt to long while building eligibility check URL.
- Invalidate NSURLSession after tracking pixel get request.
- There will be no email send to eligibility server if no email is provided, instead of sending "Unknown" email.
- Tweak for mParticle integration.
- Option to skip feedback screen for promoters.
- Passing score and feedback text as "thank you URL" params.
- Small constraints tweaks.
- Public header files to podspec.
- Renamed SegmentWootric to SEGWootric.
- SegmentWootric class for convenience while integrating WootricSDK using Segment-Wootric
- Renamed WootricSDK class to Wootric. WootricSDK is no longer available and all methods should be called on Wootric instead.