-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add buyer variable to offline transaction record (Close #10), U…
…pdate patches
- Loading branch information
Showing
11 changed files
with
82 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ServerMarket Patches | ||
|
||
> [!CAUTION] | ||
> 可能存在数据安全隐患,需要您手动备份数据后再执行 | ||
当您在使用过程中遇到一些 BUG,需要进行修复时确定 ServerMarket 已经有修复的版本再执行下面的步骤, | ||
将插件更新至最新版,通过执行命令 `/market patch <补丁编号>` 来修复,补丁编号支持命令补全。 | ||
|
||
| 补丁编号 | 补丁功能 | | ||
|:-------:|:------------------------------------------------------------------------:| | ||
| 251-U-1 | 修复离线记录金额超过数值范围,例:[#2](https://github.com/blank038/ServerMarket/issues/2) | | ||
| 270-F-1 | 修复 MySQL 离线记录表(`servermarket_offline_transactions`) `buyer` 字段不存在 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ServerMarket Patches | ||
|
||
> [!CAUTION] | ||
> There may be potential data security risks. Please manually back up your data before proceeding. | ||
When you encounter bugs during use that need to be fixed, make sure that ServerMarket already has a version with the fix | ||
before following the steps below. Update the plugin to the latest version and use the | ||
command `/market patch <patch number>` to apply the fix. | ||
> The patch number supports command completion. | ||
| Patch Number | Patch Function | | ||
|:------------:|:---------------------------------------------------------------------------------------------------------------------------------------:| | ||
| 251-U-1 | Fixed an issue where the offline recording amount exceeded the numerical range. [#2](https://github.com/blank038/ServerMarket/issues/2) | | ||
| 270-F-1 | Fixed the non-existent `buyer` field in the MySQL offline record table.(`servermarket_offline_transactions`) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters