Skip to content

Commit ded31cd

Browse files
Tweaked changelog
1 parent 552b73d commit ded31cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## 20.11.1
2-
* Added getFeedbackWidgets method to get a list of available feedback widgets as array of object to handle multiple widgets of same type.
3-
* Added presentFeedbackWidgetObject to show/present a feedback widget.
4-
* Deprecated getAvailableFeedbackWidgets method. It will not be possible to see all the available feedback widgets. In case there are multiple ones for the same type, only the last one will be returned due to their id being overwritten in the type field.
5-
* Deprecated presentFeedbackWidget method.
2+
* Added "getFeedbackWidgets" method to get a list of available feedback widgets as array of object to handle multiple widgets of same type.
3+
* Added "presentFeedbackWidgetObject" to show/present a feedback widget with the combined widget object.
4+
* Deprecated "getAvailableFeedbackWidgets" method. Usinag this function it is not possible to see all the available feedback widgets. In case there are multiple ones for the same type, only the last one will be returned due to their id being overwritten in the type field.
5+
* Deprecated "presentFeedbackWidget" method.
66
* Updated underlying android SDK to 20.11.2
77
* Updated underlying ios SDK to 20.11.1
88

@@ -11,10 +11,10 @@
1111
* !! Consent change !! To use remote config, you now need to give "remote-config" consent
1212
* !! Push breaking changes !! Google play vulnerability issue fixed due to broadcast receiver for android push notification
1313
* Added Surveys and NPS feedback widgets
14-
* Added replaceAllAppKeysInQueueWithCurrentAppKey method to replace all app keys in queue with the current app key
15-
* Added removeDifferentAppKeysFromQueue method to remove all different app keys from the queue
16-
* Added setStarRatingDialogTexts method to set text's for different fields of star rating dialog
17-
* Added setViewTracking deprecated method back.
14+
* Added "replaceAllAppKeysInQueueWithCurrentAppKey" method to replace all app keys in queue with the current app key
15+
* Added "removeDifferentAppKeysFromQueue" method to remove all different app keys from the queue
16+
* Added "setStarRatingDialogTexts" method to set text's for different fields of star rating dialog
17+
* Added "setViewTracking" deprecated method back.
1818
* Example app updated with single plugin for both IDFA and App tracking permission for iOS.
1919
* Device id NSNull check added for iOS to fix the length on null crash.
2020
* Updated underlying android SDK to 20.11.0

0 commit comments

Comments
 (0)