File tree 4 files changed +9
-9
lines changed
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)
2
2
3
3
* Bumps Instabug Android SDK to v11.6.0
4
4
* 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
7
5
* Adds BugReporting.setDisclaimerText API
8
6
* Adds BugReporting.setCommentMinimumCharacterCount API
9
7
* 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
11
10
* Fixes APM network logging on Android
12
11
* Fixes main thread violation on Android
13
12
* 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:
16
16
1 . Replies.getUnreadRepliesCount
17
17
2 . Replies.hasChats
18
18
3 . Surveys.hasRespondedToSurvey
Original file line number Diff line number Diff line change 1
1
group ' com.instabug.flutter'
2
- version ' 11.3 .0'
2
+ version ' 11.5 .0'
3
3
4
4
buildscript {
5
5
repositories {
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'instabug_flutter'
3
- s . version = '11.3 .0'
3
+ s . version = '11.5 .0'
4
4
s . summary = 'Flutter plugin for integrating the Instabug SDK.'
5
5
s . author = 'Instabug'
6
6
s . homepage = 'https://www.instabug.com/platforms/flutter'
Original file line number Diff line number Diff line change 1
1
name : instabug_flutter
2
- version : 11.3 .0
2
+ version : 11.5 .0
3
3
description : >-
4
4
Instabug empowers mobile teams to monitor, prioritize, and debug
5
5
performance and stability issues throughout the app development lifecycle.
You can’t perform that action at this time.
0 commit comments