Skip to content

Commit dfd0559

Browse files
committed
bump to 6.0.0
1 parent af8fa65 commit dfd0559

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
# 6.0.0
2+
* iOS支持UISceneDelegate
3+
* iOS迁移到Swift Package Manager,iOS端自动化配置不再生效,需要自己生成
4+
* fluwx_no_pay又回来了
5+
* Android迁移到KTS
6+
* Android迁移到KGP
7+
18
# 6.0.0-preview.10
2-
* 鸿蒙端加来
9+
* 鸿蒙端加回来
310

411
# 6.0.0-preview.9
512
* 修复 #762(No Pay)

packages/fluwx/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fluwx
22
description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, launch mini program and etc.
3-
version: 6.0.0-preview.10
3+
version: 6.0.0
44
homepage: https://github.com/OpenFlutter/fluwx
55

66
environment:

packages/fluwx_no_pay/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: fluwx_no_pay
22
description: >
33
WeChat SDK Flutter plugin without payment — passes App Store payment compliance review.
44
API is identical to fluwx; calling payment methods returns MissingPluginException.
5-
version: 6.0.0-preview.10
5+
version: 6.0.0
66
homepage: https://github.com/OpenFlutter/fluwx
77

88
environment:

0 commit comments

Comments
 (0)