Skip to content

Commit 101d952

Browse files
authored
Merge pull request #351 from Countly/visionOS-changelog
Updated changelog log for visionOS support
2 parents e989e60 + b670a15 commit 101d952

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
## 24.7.4
2-
* Mitigated an issue with the feedback widget URL encoding on iOS 16 and earlier, which prevented the widget from displaying
3-
* Mitigated an issue with content fetch URL encoding on iOS 16 and earlier, which caused the request to fail
4-
2+
* Added visionOS build support
53
* Added `CountlyFeedbacks:` interface with new view methods (Access with `Countly.sharedInstance.feedback`):
64
* Method to present feedback widget (wih an optional widget selector(name, ID or tag) string and a Callback):
75
* `presentNPS`
86
* `presentSurvey`
97
* `presentRating`
108
* `getAvailableFeedbackWidgets` method to retrieve available feedback widgets with a completion handler.
9+
10+
* Mitigated an issue with the feedback widget URL encoding on iOS 16 and earlier, which prevented the widget from displaying
11+
* Mitigated an issue with content fetch URL encoding on iOS 16 and earlier, which caused the request to fail
1112

1213
* Deprecated `getFeedbackWidgets` method, you should use `[feedback getAvailableFeedbackWidgets:]` method instead
1314

0 commit comments

Comments
 (0)