You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
-
## 0.6.1
1
+
## 0.7.0
2
2
3
-
- Updated version of flutter-apns lib for fix crash on iOS side when you try to initialize FirebaseCore in your project. This may require you to update if you wanna use Firebase separatly.
3
+
- BREAKING CHANGE: To ensure that file uploads work correctly, you'll need to update your
4
+
`AndroidManifest.xml` file as indicated in the [docs](https://talkjs.com/docs/Features/Customizations/File_Sharing/#enabling-file-upload-on-flutter)
5
+
- BREAKING CHANGE: Due to a change in the latest versions of iOS, to ensure that microphone
6
+
permission is granted correctly for voice messages, update your `Podfile` as shown in
7
+
the [docs](https://talkjs.com/docs/Features/Customizations/Voice_Messages/#ios)
8
+
- Updated dependencies versions
4
9
5
10
## 0.6.0
6
11
7
12
- BREAKING CHANGE: Updated version numbers for Firebase dependencies. This may require you to update
0 commit comments