Skip to content

Commit

Permalink
[MOB-10857] Release 11.5.0 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBuggedYRN authored and HeshamMegid committed Nov 24, 2022
1 parent e14f29d commit e685b65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## Unreleased
## 11.5.0 (2022-11-24)

* Bumps Instabug Android SDK to v11.6.0
* Bumps Instabug iOS SDK to v11.5.0
* Enables Repro Steps screenshots on Android
* Removes "Media Projection" dialog while taking screenshots on Android
* Adds BugReporting.setDisclaimerText API
* Adds BugReporting.setCommentMinimumCharacterCount API
* Adds Romanian locale support
* Deprecates Instabug.enableAndroid and Instabug.disableAndroid APIs in favour of a new API Instabug.setEnabled, which works on both platforms
* Adds Repro Steps screenshots on Android
* Removes "Media Projection" dialog while taking screenshots on Android
* Fixes APM network logging on Android
* Fixes main thread violation on Android
* Fixes an issue with request and response headers parameters type causing network requests not getting logged on iOS
* Uses pigeon for internal communication between Flutter and the host platform
* Uses return values instead of callbacks in the following APIs:
* Improves performance by using pigeon for internal communication between Flutter and the host platform
* Deprecates Instabug.enableAndroid and Instabug.disableAndroid APIs in favour of the new API Instabug.setEnabled, which works on both platforms
* Deprecates callbacks in favor of return values in the following APIs:
1. Replies.getUnreadRepliesCount
2. Replies.hasChats
3. Surveys.hasRespondedToSurvey
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.instabug.flutter'
version '11.3.0'
version '11.5.0'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'instabug_flutter'
s.version = '11.3.0'
s.version = '11.5.0'
s.summary = 'Flutter plugin for integrating the Instabug SDK.'
s.author = 'Instabug'
s.homepage = 'https://www.instabug.com/platforms/flutter'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: instabug_flutter
version: 11.3.0
version: 11.5.0
description: >-
Instabug empowers mobile teams to monitor, prioritize, and debug
performance and stability issues throughout the app development lifecycle.
Expand Down

0 comments on commit e685b65

Please sign in to comment.