From 31802630b9cba161ea7ff612d627942ef703d92c Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 3 May 2024 11:18:52 +0700 Subject: [PATCH] Bump version to v0.11.3414 (v0.11.3-patch4-14) 2024-05-03 --- CHANGELOG.md | 12 +++++++++++- pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 309dcdc63..58175f931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - #2533 Remove iframe listener in composer (memory leak in composer) - #2533 Remove file picker memory leak in composer diff --git a/pubspec.yaml b/pubspec.yaml index cc4e63c58..6abbf7415 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.11.3 +version: 0.11.3414 environment: sdk: ">=3.0.0 <4.0.0"