From e6e89b563cdbf1297aa0f190a887c523c10f7d65 Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Wed, 22 Nov 2023 11:29:11 +0100 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cce968dd01..66859838fc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,5 +8,14 @@ [//]: # ( # Deprecated) [//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object) +## Note +If you are using WeChat Pay please update to this version or migrate to 5.x.x to make sure WeChat Pay will work for all Android versions. + ## Fixed -- Fixed Cash App payments being refused because of missing `customerId` during `/payments/details` call. +- WeChatPay now works correctly on [Android 11](https://www.android.com/android-11/) and later. This fixes a known issue from previous 4.x.x versions. + +## Changed +- Dependency versions: + | Name | Version | + |--------------------------------------------------------------------------------------------------------|-------------------------------| + | [WeChat Pay](https://developers.weixin.qq.com/doc/oplatform/en/Mobile_App/Access_Guide/Android.html) | **6.8.0** | \ No newline at end of file