Skip to content

Commit e09f76b

Browse files
committed
v5.2.3
1 parent 0e9f480 commit e09f76b

File tree

62 files changed

+489
-6683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+489
-6683
lines changed

calls_uikit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.0.9
2+
3+
## Enhancements
4+
- Updated `cometchat_sdk` to version `4.0.29`.
5+
- Updated `cometchat_uikit_shared` to version `5.1.4`.
6+
17
## 5.0.8
28

39
## Enhancements

calls_uikit/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161

6262
defaultConfig {
6363
minSdkVersion 24
64-
buildConfigField("String", "SDK_VERSION", "\"5.0.8\"")
64+
buildConfigField("String", "SDK_VERSION", "\"5.0.9\"")
6565
}
6666

6767
dependencies {}

calls_uikit/ios/cometchat_calls_uikit.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 = 'cometchat_calls_uikit'
7-
s.version = '5.0.8'
7+
s.version = '5.0.9'
88
s.summary = 'Flutter plugin featuring custom audio and video call widgets. Integrate seamlessly with Cometchat Chat UI Kit or use independently for streamlined development.'
99
s.description = <<-DESC
1010
A new Flutter plugin project.

calls_uikit/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cometchat_calls_uikit
22
description: Flutter plugin featuring custom audio and video call widgets. Integrate seamlessly with Cometchat Chat UI Kit or use independently for streamlined development.
3-
version: 5.0.8
3+
version: 5.0.9
44
homepage: https://www.cometchat.com/
55

66
environment:
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
intl: any
1414
get: ^4.6.5
15-
cometchat_sdk: ^4.0.28
15+
cometchat_sdk: ^4.0.29
1616
cometchat_calls_sdk: ^4.2.0
1717
cometchat_uikit_shared:
1818
path : ../shared_uikit

chat_uikit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 5.2.3
2+
3+
## New
4+
- Added a **Exception View** in the bottom view of the message bubble. This view appears for messages whose file size exceeds the limit.
5+
6+
## Enhancements
7+
- Updated `cometchat_sdk` to version `4.0.29`.
8+
- Updated `cometchat_uikit_shared` to version `5.1.4`.
9+
110
## 5.2.2
211

312
## Enhancements

chat_uikit/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161

6262
defaultConfig {
6363
minSdkVersion 21
64-
buildConfigField("String", "SDK_VERSION", "\"5.2.2\"")
64+
buildConfigField("String", "SDK_VERSION", "\"5.2.3\"")
6565
}
6666

6767
dependencies {

chat_uikit/example/lib/shared/resources/theme_container.dart

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)