diff --git a/uni_modules/uni-upgrade-center-app/changelog.md b/uni_modules/uni-upgrade-center-app/changelog.md index ae79e92c2ac9ca3b0682cd5f5f18d0e94708652e..eba9aed33379a2be4a97050d59b9d95daa8938f3 100644 --- a/uni_modules/uni-upgrade-center-app/changelog.md +++ b/uni_modules/uni-upgrade-center-app/changelog.md @@ -1,3 +1,5 @@ +## 0.7.6(2023-12-21) +- 修复 iOS使用升级中心云打包时报错(使用新版的 [uts-progressNotification](https://ext.dcloud.net.cn/plugin?name=uts-progressNotification) 插件,如果之前下载过请删除 `uts-progressNotification\utssdk\app-ios` 文件夹) ## 0.7.5(2023-12-12) - 新增 通知栏进度条使用 uts-progressNotification 插件 - 新增 依赖 uni-installApk、uts-progressNotification。使用前要安装插件三方依赖 diff --git a/uni_modules/uni-upgrade-center-app/package.json b/uni_modules/uni-upgrade-center-app/package.json index 5fd22e55af992d49591799db18e78a4c0d02eee3..046d4f7c4ab8ec6f8a1344d14d2dcc8100084cf5 100644 --- a/uni_modules/uni-upgrade-center-app/package.json +++ b/uni_modules/uni-upgrade-center-app/package.json @@ -1,7 +1,7 @@ { "id": "uni-upgrade-center-app", "displayName": "升级中心 uni-upgrade-center - App", - "version": "0.7.5", + "version": "0.7.6", "description": "uni升级中心 - 客户端检查更新", "keywords": [ "uniCloud", @@ -11,7 +11,7 @@ ], "repository": "https://gitee.com/dcloud/uni-upgrade-center/tree/master/uni_modules/uni-upgrade-center-app", "engines": { - "HBuilderX": "^3.2.14" + "HBuilderX": "^3.97" }, "dcloudext": { "sale": { diff --git a/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue b/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue index dda288cc1d0701dddc0c3a41e4104096eeaf8006..4cfdaf10bc19cf6353706f289f3f447aba4ba78a 100644 --- a/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue +++ b/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue @@ -64,7 +64,9 @@