From 57d1e1f123b035ad2eac3234b46e4dfeccfac7b9 Mon Sep 17 00:00:00 2001 From: YuliaGrigorieva Date: Mon, 21 Aug 2023 19:40:04 +0300 Subject: [PATCH] Update changelog and sdk version to 3.10.0-beta.3 --- CHANGELOG.md | 10 ++++++++++ android/build.gradle | 2 +- ios/flutter_voximplant.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d47413..3ab9957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.10.0-beta.3 +* Fix(ios): crash on remove video renderer that does not exist anymore + ## 3.10.0-beta.2 * Fix(ios): crash on rendering local video when an iPhone is rotated @@ -14,6 +17,13 @@ - VIEndpoint.onStopReceivingVideoStream * Introduce new API VIVideoStreamReceiveStopReason to handle the reason for video receive stop on a remote video stream. +## 3.8.2 +* Fix(ios): crash on remove video renderer that does not exist anymore + +## 3.8.1 +* Fix(ios): crash on rendering local video when an iPhone is rotated +* Remove e2e from dev_dependencies + ## 3.8.0 * Update iOS platform code to use Voximplant iOS SDK 2.46.12 diff --git a/android/build.gradle b/android/build.gradle index 700cb2d..ff7904f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.voximplant.flutter_voximplant' -version '3.10.0-beta.2' +version '3.10.0-beta.3' buildscript { repositories { diff --git a/ios/flutter_voximplant.podspec b/ios/flutter_voximplant.podspec index fc98ee8..d820438 100644 --- a/ios/flutter_voximplant.podspec +++ b/ios/flutter_voximplant.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_voximplant' - s.version = '3.10.0-beta.2' + s.version = '3.10.0-beta.3' s.summary = 'Voximplant Flutter SDK' s.description = <<-DESC Voximplant plugin for embedding voice and video communication into Flutter applications. diff --git a/pubspec.yaml b/pubspec.yaml index 9669605..47d1c0c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_voximplant description: Voximplant plugin for embedding voice and video communication into Flutter applications. -version: 3.10.0-beta.2 +version: 3.10.0-beta.3 homepage: https://voximplant.com repository: https://github.com/voximplant/flutter_voximplant