From e685b65584c13ccb7d3b65f98070c35c83858f15 Mon Sep 17 00:00:00 2001 From: Youssef Raafat Date: Thu, 24 Nov 2022 17:20:45 +0200 Subject: [PATCH] [MOB-10857] Release 11.5.0 (#300) --- CHANGELOG.md | 12 ++++++------ android/build.gradle | 2 +- ios/instabug_flutter.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f0b5c6d..daac8d278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 0506c2c6c..9d00004f7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.instabug.flutter' -version '11.3.0' +version '11.5.0' buildscript { repositories { diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 408829e9f..ea3aad69c 100644 --- a/ios/instabug_flutter.podspec +++ b/ios/instabug_flutter.podspec @@ -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' diff --git a/pubspec.yaml b/pubspec.yaml index 2d2891b5a..5b228de1f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.