v1.7.0-beta.1
Pre-release
Pre-release
tobiasfabian
released this
14 Nov 15:15
·
61 commits
to main
since this release
⚠️ Breaking Changes
payedDate
paidDate
payedDate
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
- 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 id type in order.yml (b3eefd7)
- Updates composer dependencies (b38ef70, )
- Updates .editorconfig (5d18479)
- Removes deprecated
Merx::triggerHook()
(7b3822a) - Removes order template (417ffa7)
- Improves code quality (25b1c5d, 6a047fe, 5d18479, 5b046cb, a65f130)