Skip to content

Commit 251970f

Browse files
- release 2.3.0;
1 parent fb69bb9 commit 251970f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.3.0
2+
- (iOS) Add a method for notifying the CallKit about muting/unmuting the call;
3+
- (iOS) Improvements for audio after accepting the call from the background or killed state;
4+
- (Dart) Add ignoring of not supported platforms;
5+
16
## 2.2.4
27
- (iOS) Improve the audio after accepting from the background or killed state;
38

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.connectycube.flutter.connectycube_flutter_call_kit'
2-
version '2.2.4'
2+
version '2.3.0'
33

44
buildscript {
55
ext.kotlin_version = '1.6.21'

ios/connectycube_flutter_call_kit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'connectycube_flutter_call_kit'
7-
s.version = '2.2.4'
7+
s.version = '2.3.0'
88
s.summary = 'Connectycube Call Kit plugin for flutter.'
99
s.description = <<-DESC
1010
Connectycube Call Kit plugin for flutter.

pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: connectycube_flutter_call_kit
22
description: A Flutter plugin for displaying call screen when app in background or terminated.
3-
version: 2.2.4
4-
homepage: https://github.com/ConnectyCube/connectycube-flutter-call-kit
3+
version: 2.3.0
4+
homepage: https://connectycube.com/
55
issue_tracker: https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues
6+
documentation: https://github.com/ConnectyCube/connectycube-flutter-call-kit/blob/master/README.md
7+
repository: https://github.com/ConnectyCube/connectycube-flutter-call-kit
68

79
environment:
810
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)