|
1 | 1 | ## 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. |
6 | 6 | * Updated underlying android SDK to 20.11.2 |
7 | 7 | * Updated underlying ios SDK to 20.11.1 |
8 | 8 |
|
|
11 | 11 | * !! Consent change !! To use remote config, you now need to give "remote-config" consent |
12 | 12 | * !! Push breaking changes !! Google play vulnerability issue fixed due to broadcast receiver for android push notification |
13 | 13 | * 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. |
18 | 18 | * Example app updated with single plugin for both IDFA and App tracking permission for iOS. |
19 | 19 | * Device id NSNull check added for iOS to fix the length on null crash. |
20 | 20 | * Updated underlying android SDK to 20.11.0 |
|
0 commit comments