diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc03543..696934ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.3.2 +* iOS新增ignore_security选项,详见#576 + # 4.3.1 * Merge #574 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f091f1a3..0268a40b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -17,6 +17,7 @@ fluwx: universal_link: https://testdomain.com # scene_delegate: true # Defaults to false. # no_pay: false # Set to false to disable payment. +# ignore_security: true # Set to true to disable security seetings. # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/pubspec.yaml b/pubspec.yaml index 589e7910..2f2c1a2b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluwx description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc. -version: 4.3.1 +version: 4.3.2 homepage: https://github.com/OpenFlutter/fluwx environment: