- Add HPOS compatibility
- Version bump, again
- Strip away when duplicate order notes field
- Version bump
- Version bump
- Remove empty fields form fields
- Add element container for extra fields, to deal with Cartflows
- Adjustment for Cartflows
- Version fix, last release got 0.0.0-development as release number
- CI updates
- Fix: Revert to woocommerce_process_shop_order_meta hook but give it a higher priority.
- Feat: Add validation of order meta data (moved from O.M. plugin)
- Feat: Implement local email address validation of order meta data
- Fix: Use save_post hook to update order meta data
- Fix: Prevent multiple orders
- Fix: Payment method titles
- Fix: Change to use exclusive vat mode
- Fix: Discount rounding issue
- Fix: Show billing and shipping name
- Fix: Rounding issue
- Chore: version bump
- Fix: Added invoice email
- Fix: Corrected latest WP version
- Feature: make custom address fields editable
- Fix: Use order number as reference
- Fix: Added last updated to Ledyer order info
- Fix: Prevent duplicate orders for some cases
- Fix: Coupon and giftcard adjustments
- Fix: Adjusted Ledyer order info box
- Feature: Show order recipient details in order overview
- Feature: Allow custom shipping address contact details in settings
- Fix: Testmode patch and separate test token
- Feature: Activate Refund using Ledyer and listen for refund and pass to order management
- Fix: prevent multiple notes
- Fix: Notifications handling and basic order management
- Fix: Sanitize response url query parameters (wp review)
- Fix: Escape variables that we print in html markup
- Manually specify imported classes
- Stable tag, same as latest version in readme.txt
- Fix: prevent duplicate orders from being placed
- Fix: client side validation bugs
- Feature: client side validation
- Bugfix: php8
- Bugfix: repair discount/coupon functionality
- Bugfix: billing and shipping address. Use streetAddress, not country
- Bugfix: center iframe; 100% width and place checkout below shipping
- Initial project setup