Releases: bazaarvoice/bv-ios-sdk
6.1.0 Conversations Feedback API Support
Added in the ability to submit Helpfulness and Inappropriate Content votes for Reviews, Questions, and Answers.
6.0.1 Add brand image to BVAnswers
- Added the brand image logo to BVAnswer conversations response.
- Fixed the objective-c examples to build against dynamic frameworks using Cocoapods
6.0.0 Carthage and Dynamic Framework Build Support
- Add support for Dynamic Frameworks and Carthage
- Cleanup compiler warnings
- Remove deprecated Conversations API from BVSDK 2.x
- Fix use of %lu and %li in some spots (compiler warnings)
- Fix missing negation operator when checking for array type in the BVRatingDistribution
- Serveral updates for ci scripts and matrixed travis ci builds
- Update Gimbal.framework to 2.52.1
- Convert BVSDKDemo to Swift 3 syntax
5.1.0 - Curations Geo-Tagging
Added support to geo-tag custom content submission with the Curations Submission API.
Bug Fix
Missed adding a system header to a file which broke manual file install.
Conversations for Stores, Geo-Location updates, and Push Notifications
- NEW: Conversations for Stores - The SDK now supports product feeds with stores and geo-location coordinates. This supports allows your customers to view your stores and read and write reviews.
- NEW: Store Review Push Notifications: When paired with geo-fence services in the SDK, this support allows you to queue Rich, Local Push Notifications prompting your customers to leave a review on a store they just visited.
- NEW: Geo-location support in Curations Feeds. Now you can add latitude and longitude parameters on feeds to show closest content first.
- Bug Fix: Fix minimum number of products and bulk ratings in Conversations Display requests (now is 100)
4.2.4: Form Field Parsing for Conversations
- Add in parsing of From Field elements for Preview mode in the Conversations Submission API
- Clean up some of the Conversations unit tests.
4.2.3: Bug Fix
Fix a bug where the "isRecommended" flag was not added to a Review Submission Request.
Bug Fix in Conversations (Deprecated SDK)
Fixed a JSON serialization error in the deprecated Conversations API for calls using the BVGet
request.
XCode 8 Updates
-- Update unit tests and examples so they run against XCode 8 (GM) and XCode 7.3, using Swift compiler version 2.3.
-- Deprecate perGroupLimit
and explicitPermission
properties in the BVCurationsFeedRequest
class.
-- Updated the Example/BVSDKDemo Curations photo map with progressive zoom/disclosure.