Skip to content
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
7 changes: 7 additions & 0 deletions docs/developer-guide/plugin/api-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ dependencies {
}
```

`plugin.yaml` 中的 `spec.requires` 字段也需要提升至 `>=2.22.5`,示例如下:

```yaml
spec:
requires: ">=2.22.5"
```

尝试构建并解决编译错误即可。

## 2.22.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ dependencies {
}
```

`plugin.yaml` 中的 `spec.requires` 字段也需要提升至 `>=2.22.5`,示例如下:

```yaml
spec:
requires: ">=2.22.5"
```

尝试构建并解决编译错误即可。

## 2.22.0
Expand Down