Skip to content

Commit 1e0a366

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](1.0.0...1.1.0) (2025-12-23) ### Bug Fixes * **微信登录:** 在编辑器模式下添加缺失的UserId和Token字段 ([59ba6a7](59ba6a7)) * **微信登录:** 添加iOS平台微信SDK配置支持 ([73626ec](73626ec)) * **微信登录:** 添加空引用检查并优化数据处理逻辑 ([dca4b8e](dca4b8e)) ### Features * **微信登录:** 实现IMopShareSDKHandler接口并添加初始化检查 ([4fc7e23](4fc7e23)) * **微信登录:** 添加用户ID和Token字段并更新字段映射 ([3a45943](3a45943)) * **微信登录:** 添加获取微信授权信息的日志输出 ([a57d6d3](a57d6d3)) * **微信登录:** 添加获取微信授权信息的日志输出 ([2eb0a23](2eb0a23))
1 parent c5e10bc commit 1e0a366

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.1.0](https://github.com/gameframex/com.gameframex.unity.login.wechat/compare/1.0.0...1.1.0) (2025-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **微信登录:** 在编辑器模式下添加缺失的UserId和Token字段 ([59ba6a7](https://github.com/gameframex/com.gameframex.unity.login.wechat/commit/59ba6a78ee2bbae48edf99288a78ac214aa74f2a))
7+
* **微信登录:** 添加iOS平台微信SDK配置支持 ([73626ec](https://github.com/gameframex/com.gameframex.unity.login.wechat/commit/73626ec86285fcaa37713ac51db7c3d61c6b78a7))
8+
* **微信登录:** 添加空引用检查并优化数据处理逻辑 ([dca4b8e](https://github.com/gameframex/com.gameframex.unity.login.wechat/commit/dca4b8efbbd1883bb0e04e84beb49c3cd2fe2ee9))
9+
10+
11+
### Features
12+
13+
* **微信登录:** 实现IMopShareSDKHandler接口并添加初始化检查 ([4fc7e23](https://github.com/gameframex/com.gameframex.unity.login.wechat/commit/4fc7e23696184804e93c25662241ea06596c1816))
14+
* **微信登录:** 添加用户ID和Token字段并更新字段映射 ([3a45943](https://github.com/gameframex/com.gameframex.unity.login.wechat/commit/3a4594382ffe8d346ea6c08b850c70ebf037ff28))
15+
* **微信登录:** 添加获取微信授权信息的日志输出 ([a57d6d3](https://github.com/gameframex/com.gameframex.unity.login.wechat/commit/a57d6d342ae1f4e1d5c352cdd01cecd162dc50c8))
16+
* **微信登录:** 添加获取微信授权信息的日志输出 ([2eb0a23](https://github.com/gameframex/com.gameframex.unity.login.wechat/commit/2eb0a233c8f55c509fbf3ac15b1bb645652e8d4c))
17+
118
# Changelog
219

320

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"displayName": "Game Frame X WeChat Login",
44
"category": "Game Framework X",
55
"description": "独立游戏前后端一体化解决方案,独立游戏开发者的圆梦大使。\n文档地址: https://gameframex.doc.alianblank.com",
6-
"version": "1.0.0",
6+
"version": "1.1.0",
77
"unity": "2019.4",
88
"keywords": [
99
"Game Framework X"
1010
],
1111
"repository": {
1212
"name": "com.gameframex.unity.login.wechat",
13-
"url": "https://github.com/gameframex/com.gameframex.unity.login.wechat.git",
13+
"url": "git+https://github.com/gameframex/com.gameframex.unity.login.wechat.git",
1414
"type": "git"
1515
},
1616
"author": {

0 commit comments

Comments
 (0)