Skip to content

Commit

Permalink
chore: publish 2.0.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Dec 3, 2018
1 parent aba55a6 commit 1b29bce
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 33 deletions.
37 changes: 22 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
<a name="2.0.7"></a>
## [2.0.7](https://github.com/slimkit/plus/compare/2.0.6...2.0.7) (2018-11-07)
## [2.0.8](https://github.com/slimkit/plus/compare/2.0.7...2.0.8) (2018-12-03)


### Bug Fixes

* 修复附近的人后台配置面板无法提交配置问题 ([c98a46f](https://github.com/slimkit/plus/commit/c98a46f)), closes [zhiyicx/plus-component-pc#1081](https://github.com/zhiyicx/plus-component-pc/issues/1081) [zhiyicx/plus-jiajialin#1](https://github.com/zhiyicx/plus-jiajialin/issues/1)
* **file-storage:** 本地驱动不支持视频在线播放问题 ([76ae3a8](https://github.com/slimkit/plus/commit/76ae3a8))
* **file-storage:** 修复本地存储系统不支持 GIF 图片 ([99e4e8a](https://github.com/slimkit/plus/commit/99e4e8a))
* **file-storage:** 增加存储系统兼容性,错误配置将不会导致全站崩溃 ([af821ff](https://github.com/slimkit/plus/commit/af821ff))
* **news:** 修复资讯前台投稿未做 Markdown 转换处理 ([0009250](https://github.com/slimkit/plus/commit/0009250))
* 修复全局充值转账相关刷积分问题 ([5c390dd](https://github.com/slimkit/plus/commit/5c390dd)), closes [#448](https://github.com/slimkit/plus/issues/448)
* **动态:** 修复动态编辑接口报错 [#445](https://github.com/slimkit/plus/issues/445) [#433](https://github.com/slimkit/plus/issues/433) ([16f3fd9](https://github.com/slimkit/plus/commit/16f3fd9))
* **核心:** 修复 TS+ 本地文件存储失败后抛出异常参数错误 ([f4531c9](https://github.com/slimkit/plus/commit/f4531c9))
* **核心:** 修复 TS+ 获取未读数据接口报错 ([4cba2b3](https://github.com/slimkit/plus/commit/4cba2b3)), closes [#449](https://github.com/slimkit/plus/issues/449)
* **核心:** 修复动态话题与用户关联迁移错误导致无法重置数据库 ([f024c88](https://github.com/slimkit/plus/commit/f024c88))
* **核心:** 修复读取未读信息报错 ([aba55a6](https://github.com/slimkit/plus/commit/aba55a6)), closes [#457](https://github.com/slimkit/plus/issues/457)
* **核心:** 修复缓存缩略图在 Windows 环境下生成错误路径问题 ([c32ee17](https://github.com/slimkit/plus/commit/c32ee17)), closes [#452](https://github.com/slimkit/plus/issues/452)
* **核心:** 修复置顶通知消息处理错误 [#430](https://github.com/slimkit/plus/issues/430) ([ada0329](https://github.com/slimkit/plus/commit/ada0329))
* **后台:** 修复钱包管理提现设置获取错误 [#422](https://github.com/slimkit/plus/issues/422) ([15f9aae](https://github.com/slimkit/plus/commit/15f9aae))
* **后台:** 修复使用表前缀进行数据库迁移后查询认证管理报错 ([397d25c](https://github.com/slimkit/plus/commit/397d25c)), closes [#451](https://github.com/slimkit/plus/issues/451)
* **资讯:** 修复资讯后台弹窗被编辑器遮挡问题 ([597889a](https://github.com/slimkit/plus/commit/597889a)), closes [#453](https://github.com/slimkit/plus/issues/453)
* **资讯:** 修复资讯拒绝置顶申请服务器报 500 错误 ([9d5be5f](https://github.com/slimkit/plus/commit/9d5be5f)), closes [slimkit/plus#438](https://github.com/slimkit/plus/issues/438)
* 修复钱包相关接口全部无法认证问题 ([f2a91eb](https://github.com/slimkit/plus/commit/f2a91eb))
* **Core:** 修复积分和钱包充值回掉地址错误 ([26bdd93](https://github.com/slimkit/plus/commit/26bdd93))
* **Docker:** 修复 TS+ Docker 入口文件判读路径错误导致永远都在执行块代码 ([f4523b2](https://github.com/slimkit/plus/commit/f4523b2)), closes [#447](https://github.com/slimkit/plus/issues/447)



<a name="2.0.6"></a>
## [2.0.6](https://github.com/slimkit/plus/compare/2.0.5...2.0.6) (2018-10-29)
## [2.0.7](https://github.com/slimkit/plus/compare/2.0.6...2.0.7) (2018-11-07)


### Bug Fixes

* **动态:** 修复话题后台编辑有 logo 的话题时的判断逻辑错误 [#412](https://github.com/slimkit/plus/issues/412) ([c08f1cb](https://github.com/slimkit/plus/commit/c08f1cb))


### Features

* **file-storage:** 处理失败数据,则返回原始数据! ([23a0c50](https://github.com/slimkit/plus/commit/23a0c50))
* 修复附近的人后台配置面板无法提交配置问题 ([c98a46f](https://github.com/slimkit/plus/commit/c98a46f)), closes [zhiyicx/plus-component-pc#1081](https://github.com/zhiyicx/plus-component-pc/issues/1081) [zhiyicx/plus-jiajialin#1](https://github.com/zhiyicx/plus-jiajialin/issues/1)
* **file-storage:** 本地驱动不支持视频在线播放问题 ([76ae3a8](https://github.com/slimkit/plus/commit/76ae3a8))
* **file-storage:** 修复本地存储系统不支持 GIF 图片 ([99e4e8a](https://github.com/slimkit/plus/commit/99e4e8a))
* **file-storage:** 增加存储系统兼容性,错误配置将不会导致全站崩溃 ([af821ff](https://github.com/slimkit/plus/commit/af821ff))
* **news:** 修复资讯前台投稿未做 Markdown 转换处理 ([0009250](https://github.com/slimkit/plus/commit/0009250))



2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Application extends LaravelApplication implements AppInterface
*
* @var string
*/
const VERSION = '2.0.7';
const VERSION = '2.0.8';

/**
* Create a new Illuminate application instance.
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@
"overtrue/easy-sms": "^1.0",
"pingplusplus/pingpp-php": "^2.2",
"predis/predis": "^1.1",
"slimkit/plus-appversion": "2.0.7",
"slimkit/plus-around-amap": "2.0.7",
"slimkit/plus-checkin": "2.0.7",
"slimkit/plus-feed": "2.0.7",
"slimkit/plus-id": "2.0.7",
"slimkit/plus-music": "2.0.7",
"slimkit/plus-news": "2.0.7",
"slimkit/plus-socialite": "2.0.7",
"slimkit/plus-appversion": "2.0.8",
"slimkit/plus-around-amap": "2.0.8",
"slimkit/plus-checkin": "2.0.8",
"slimkit/plus-feed": "2.0.8",
"slimkit/plus-id": "2.0.8",
"slimkit/plus-music": "2.0.8",
"slimkit/plus-news": "2.0.8",
"slimkit/plus-socialite": "2.0.8",
"symfony/finder": "^4.0",
"symfony/yaml": "^4.0",
"tymon/jwt-auth": "1.0.0-rc.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.0.7",
"version": "2.0.8",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/slimkit-plus-appversion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-around-amap/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
]
}
},
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-checkin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
]
}
},
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-feed/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
]
}
},
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-id/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-music/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-news/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
]
}
},
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-socialite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "2.0.7"
"version": "2.0.8"
}

0 comments on commit 1b29bce

Please sign in to comment.