File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 11.5.0 (2022-11-24)
22
33* Bumps Instabug Android SDK to v11.6.0
44* Bumps Instabug iOS SDK to v11.5.0
5- * Enables Repro Steps screenshots on Android
6- * Removes "Media Projection" dialog while taking screenshots on Android
75* Adds BugReporting.setDisclaimerText API
86* Adds BugReporting.setCommentMinimumCharacterCount API
97* Adds Romanian locale support
10- * Deprecates Instabug.enableAndroid and Instabug.disableAndroid APIs in favour of a new API Instabug.setEnabled, which works on both platforms
8+ * Adds Repro Steps screenshots on Android
9+ * Removes "Media Projection" dialog while taking screenshots on Android
1110* Fixes APM network logging on Android
1211* Fixes main thread violation on Android
1312* Fixes an issue with request and response headers parameters type causing network requests not getting logged on iOS
14- * Uses pigeon for internal communication between Flutter and the host platform
15- * Uses return values instead of callbacks in the following APIs:
13+ * Improves performance by using pigeon for internal communication between Flutter and the host platform
14+ * Deprecates Instabug.enableAndroid and Instabug.disableAndroid APIs in favour of the new API Instabug.setEnabled, which works on both platforms
15+ * Deprecates callbacks in favor of return values in the following APIs:
1616 1 . Replies.getUnreadRepliesCount
1717 2 . Replies.hasChats
1818 3 . Surveys.hasRespondedToSurvey
Original file line number Diff line number Diff line change 11group ' com.instabug.flutter'
2- version ' 11.3 .0'
2+ version ' 11.5 .0'
33
44buildscript {
55 repositories {
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'instabug_flutter'
3- s . version = '11.3 .0'
3+ s . version = '11.5 .0'
44 s . summary = 'Flutter plugin for integrating the Instabug SDK.'
55 s . author = 'Instabug'
66 s . homepage = 'https://www.instabug.com/platforms/flutter'
Original file line number Diff line number Diff line change 11name : instabug_flutter
2- version : 11.3 .0
2+ version : 11.5 .0
33description : >-
44 Instabug empowers mobile teams to monitor, prioritize, and debug
55 performance and stability issues throughout the app development lifecycle.
You can’t perform that action at this time.
0 commit comments