Bump version to v0.11.3414 (v0.11.3-patch4-14) 2024-05-03
This commit is contained in:
+11
-1
@@ -1,4 +1,14 @@
|
|||||||
## [0.11.3-patch4-13] - 2024-04-05
|
## [0.11.3414] - 2024-05-03
|
||||||
|
### Fixed
|
||||||
|
- FR translation for read receipt
|
||||||
|
- #2810 Handle crashed when no browser available for OIDC
|
||||||
|
- #2533 Using `pagehide` instead of `beforeunload` to remove listener in composer to prevent memory leak
|
||||||
|
- #2835 Fix multiple requests in onError queue make the refreshToken logic failed
|
||||||
|
- #2831 Custom message for forwarding warning message
|
||||||
|
- #2830 Improve adding recipient in forwarding
|
||||||
|
- #2836 Remove button with no effect on mobile
|
||||||
|
|
||||||
|
## [0.11.3-patch4-13] - 2024-04-15
|
||||||
### Fixed
|
### Fixed
|
||||||
- #2533 Remove iframe listener in composer (memory leak in composer)
|
- #2533 Remove iframe listener in composer (memory leak in composer)
|
||||||
- #2533 Remove file picker memory leak in composer
|
- #2533 Remove file picker memory leak in composer
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.11.3
|
version: 0.11.3414
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user