Skip to content

Commit

Permalink
Merge pull request #54 from skill20/dev
Browse files Browse the repository at this point in the history
v0.6.5 修复ios适配bug
  • Loading branch information
skill20 authored Apr 30, 2020
2 parents cf812a2 + cb91d5e commit 57d0be9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

## 0.6.5
+ 修复:ios隐私页面标题获取异常及navColor问题
## 0.6.4
+ 新增:授权页和隐私页状态栏样式
+ 新增:授权页弹出是否使用动画
Expand Down
1 change: 1 addition & 0 deletions documents/APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ uiConfig.needCloseAnim = true;
uiConfig.privacyNavColor = Colors.red.value;;
uiConfig.privacyNavTitleTextColor = Colors.blue.value;
uiConfig.privacyNavTitleTextSize = 16;
uiConfig.privacyNavTitleTitle = "协议0 web页标题";//仅ios
uiConfig.privacyNavTitleTitle1 = "协议1 web页标题";
uiConfig.privacyNavTitleTitle2 = "协议2 web页标题";
Jverify jverify = new Jverify();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jverify
description: JIGUANG Official Jverifycation SDK flutter plugin project.
version: 0.6.4
version: 0.6.5
author: xudong.rao <[email protected]>
homepage: https://www.jiguang.cn

Expand Down

0 comments on commit 57d0be9

Please sign in to comment.