Skip to content

Commit

Permalink
Merge pull request #98 from ConnectyCube/development
Browse files Browse the repository at this point in the history
release 2.2.3
  • Loading branch information
TatankaConCube committed Apr 4, 2023
2 parents f061443 + 9dc6556 commit 5a958e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2.3
- (Android) Fix calling of the `onCallRejectedWhenTerminated` and the `onCallAcceptedWhenTerminated` callbacks in the release build;

## 2.2.2
- (iOS) Fix the crash on the `getLastCallId` method calling;

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.connectycube.flutter.connectycube_flutter_call_kit'
version '2.2.2'
version '2.2.3'

buildscript {
ext.kotlin_version = '1.6.21'
Expand Down
2 changes: 1 addition & 1 deletion ios/connectycube_flutter_call_kit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'connectycube_flutter_call_kit'
s.version = '2.2.2'
s.version = '2.2.3'
s.summary = 'Connectycube Call Kit plugin for flutter.'
s.description = <<-DESC
Connectycube Call Kit plugin for flutter.
Expand Down
1 change: 1 addition & 0 deletions lib/src/connectycube_flutter_call_kit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ class ConnectycubeFlutterCallKit {
// from the native portion of the plugin. This allows for the plugin to perform
// any necessary processing in Dart (e.g., populating a custom object) before
// invoking the provided callback.
@pragma('vm:entry-point')
void _backgroundEventsCallbackDispatcher() {
// Initialize state necessary for MethodChannels.
WidgetsFlutterBinding.ensureInitialized();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: connectycube_flutter_call_kit
description: A Flutter plugin for displaying call screen when app in background or terminated.
version: 2.2.2
version: 2.2.3
homepage: https://github.com/ConnectyCube/connectycube-flutter-call-kit
issue_tracker: https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues

Expand Down

0 comments on commit 5a958e6

Please sign in to comment.