Skip to content

1.10.0

Choose a tag to compare

@tobiasfabian tobiasfabian released this 01 Jul 11:54
· 9 commits to main since this release

✨ 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