1.10.0
✨ Enhancements
- Add compatibility with Kirby 5 (a82a4d3)
- Add compatibility with PHP 8.4 (c1ea5bd)
- Improve code quality (ec0930c)
💡 Notice
When you are using custom gateways and updating the content of the virtual order page, you need to update $virtualOrderPage->content()->update() to $virtualOrderPage->version('latest')->update(). See Custom Payment Gateways cookbook