chore: bump version to 2026.4.25

This commit is contained in:
Peter Steinberger
2026-04-25 10:31:29 +01:00
parent 65ea6a0d94
commit 7fcefd56b7
122 changed files with 186 additions and 180 deletions

View File

@@ -16,7 +16,7 @@ Feishu/Lark is an all-in-one collaboration platform where teams chat, share docu
## Quick start
> **Requires OpenClaw 2026.4.24 or above.** Run `openclaw --version` to check. Upgrade with `openclaw update`.
> **Requires OpenClaw 2026.4.25 or above.** Run `openclaw --version` to check. Upgrade with `openclaw update`.
<Steps>
<Step title="Run the channel setup wizard">

View File

@@ -5,7 +5,7 @@ sidebarTitle: "Migrate to SDK"
read_when:
- You see the OPENCLAW_PLUGIN_SDK_COMPAT_DEPRECATED warning
- You see the OPENCLAW_EXTENSION_API_DEPRECATED warning
- You used api.registerEmbeddedExtensionFactory before OpenClaw 2026.4.24
- You used api.registerEmbeddedExtensionFactory before OpenClaw 2026.4.25
- You are updating a plugin to the modern plugin architecture
- You maintain an external OpenClaw plugin
---