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
2 changes: 1 addition & 1 deletion src/pages/controller/coinbase-onramp.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ When testing Coinbase onramp integration:
- **Cost Breakdown UI**: Test fee transparency components with various purchase amounts

:::note
Coinbase onramp integration is automatically included in Cartridge Controller v0.12.0+ and does not require additional configuration for basic usage. Enhanced features including Apple Pay checkout, comprehensive cost breakdown, and improved order management are available in v0.12.2+.
Coinbase onramp integration is automatically included in Cartridge Controller v0.12.0+ and does not require additional configuration for basic usage. Enhanced features including Apple Pay checkout, comprehensive cost breakdown, and improved order management are available in v0.12.2+. The latest version v0.12.3 includes additional sandbox configuration improvements and bug fixes for enhanced reliability.
:::

## Next Steps
Expand Down
6 changes: 3 additions & 3 deletions src/pages/controller/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const sessionConnector = new SessionConnector({

## Compatibility Guide

The following common dependencies are compatible with the latest version of Cartridge Controller (v0.11.3-alpha.1):
The following common dependencies are compatible with the latest version of Cartridge Controller (v0.12.3):

:::note
This ecosystem is evolving rapidly.
Expand All @@ -336,8 +336,8 @@ This information is accurate as of December 1, 2025.

```ts
"@cartridge/arcade": "0.0.2"
"@cartridge/connector": "0.11.3-alpha.1"
"@cartridge/controller": "0.11.3-alpha.1"
"@cartridge/connector": "0.12.3"
"@cartridge/controller": "0.12.3"
"@cartridge/presets": "0.5.4"
"@dojoengine/core": "^1.7.0"
"@dojoengine/predeployed-connector": "1.7.0-preview.3"
Expand Down