Skip to content

1.7.0

Compare
Choose a tag to compare
@tobiasfabian tobiasfabian released this 28 Jun 08:24
· 26 commits to main since this release

⚠️ Breaking Changes

payedDate paidDate

The date when the payment of an order is completed is no longer stored in the payedDate field. Instead, it is stored in the paidDate field. The OrderPageAbstract has a payedDate() method which returns the payedDate field (for orders before Merx 1.7) or the paidDate field.

Improvements

  • Orders on multilingual websites are stored in the default language (99b92e9) (#62 )
  • Improves default blueprints
    • Adds new price field blueprint (417ffa7)
    • Adds new order layout blueprint. You can use extends: layouts/order for the order pages. (417ffa7)
    • Renames sections/payment-method section to sections/payment (417ffa7)
    • Adds translations for blueprint labels (ac9c92e)
  • Improves error messages of OrderPage(417ffa7, c6548d1) (#51)
  • Adds field method $field->toFormattedPrice() (861aa50) (#41)
  • Adds default title method to OrderPageAbstract (ef458c9)

Smaller Improvements

Fixes