Changelog
Track the latest updates, features, and improvements to Daimo Pay. We maintain this changelog to keep you informed about what's new, what's changed, and what's been fixed.
v1.11.5
2025-06-26
✨ New
- WorldPayButton: Added
closeOnSuccess
andresetOnSuccess
props to theWorldPayButton
component.
v1.11.4
2025-06-26
🐞 Fixes
- Better
externalId
support. Using an existingexternalId
now works correctly on mobile.
v1.11.3
2025-06-24
✨ New
- Refund Address Control: You can now specify a custom
refund address in the
DaimoPayButton
component. This gives you full control over where refunds are sent when payments bounce.
🐞 Fixes
- Better Payment Error Handling: When payment transactions fail (like due to wallet gas mispricing), users now see a clear error screen with a "Contact Support" button. This makes it much easier to get help when payments don't go through, reducing support load and improving the overall payment experience.
v1.11.2
2025-06-21
✨ Improvements
- Enhanced Mobile Wallet Display: Improved the visual presentation of mobile wallet options in the payment interface. This makes it easier for users to identify and select their preferred mobile wallet, leading to faster and more successful payments.
v1.11.0
2025-06-19
This release introduces Celo blockchain support, improves mobile wallet reliability, and significantly reduces bundle size for better performance. The World Mini Apps integration has been simplified for easier setup.
⚠️ Breaking Changes
- Mobile Wallet Reliability: We removed the
walletConnectProjectId
field fromgetDefaultConfig
. Update your code to remove this field. We've replaced WalletConnect with direct deeplinks for mobile flows which greatly improves payment success rates. - World Mini Apps: We made it easier to integrate with World Mini Apps by
removing the
worldAppId
prop from theWorldPayButton
component. Update your code to remove this field. - World Mini Apps:
WorldPayButton
now requires@worldcoin/minikit-js
version>=1.9.6
. Install the latest version of@worldcoin/minikit-js
if you're usingWorldPayButton
.
✨ New
- Celo Support: We've added support for Celo network! Access the MiniPay and Celo ecosystem with no additional setup, or start accepting payments on Celo.
🐞 Fixes
- World Mini Apps: Fixed an issue where
WorldPayButton
was not working with certain builds.
Getting Help
If you have questions about any of these updates or need help with your integration, don't hesitate to reach out:
- Email: founders@daimo.com
- Quickstart: Get up and running quickly with our Quickstart Guide
- Documentation: Check our SDK Reference for detailed API documentation