Skip to content

Commit e685b65

Browse files
TheBuggedYRNHeshamMegid
authored andcommitted
[MOB-10857] Release 11.5.0 (#300)
1 parent e14f29d commit e685b65

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.instabug.flutter'
2-
version '11.3.0'
2+
version '11.5.0'
33

44
buildscript {
55
repositories {

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 11.3.0
2+
version: 11.5.0
33
description: >-
44
Instabug empowers mobile teams to monitor, prioritize, and debug
55
performance and stability issues throughout the app development lifecycle.

0 commit comments

Comments
 (0)