Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update version and releaseNote for 4.3.12 #1184

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions cn/docs/sdk/start/release-notes/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
title: Android
sidebar_position: 2
---
## 4.3.12

Released 2024-09-12

### Bug Fixes
- 修复 `retrofit2 kotlin module file` 冲突问题


## 4.3.10

Released 2024-08-26

### Features
- 提供统一初始化方式,业务模块不必单独进行初始化
- 移除内建账户以及相关依赖
- 各业务模块 API 优化,统一各端调用方式以及命名
Expand Down
4 changes: 4 additions & 0 deletions cn/docs/sdk/start/release-notes/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_position: 3
---

## 4.3.10

Released 2024-08-26

### Features
- 提供统一初始化方式,业务模块不再支持单独进行初始化
- 移除内建账户以及相关依赖
- 各业务模块 API 优化,统一各端调用方式以及命名
Expand Down
10 changes: 10 additions & 0 deletions cn/docs/sdk/start/release-notes/unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
title: Unity
sidebar_position: 1
---
## 4.3.12

Released 2024-09-12

### Bug Fixes
- Android 修复 `retrofit2 kotlin module file` 冲突问题

## 4.3.10

Released 2024-08-26

### Features
- 提供统一初始化方式,业务模块不再支持单独进行初始化
- 移除内建账户以及相关依赖
- 各业务模块 API 优化,统一各端调用方式以及命名
4 changes: 2 additions & 2 deletions cn/src/docComponents/v4SDKVersions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const taptapUnity = "4.3.10"
const taptapUnity = "4.3.12"
const taptapIos = "4.3.10"
const taptapAndroid = "4.3.10"
const taptapAndroid = "4.3.12"
const taptapUnreal = "3.29.2"

const v4SDKVersions = {
Expand Down
Loading