Releases: viur-framework/viur-shop
Releases · viur-framework/viur-shop
v0.1.0.dev36
What's Changed
- fix: Correct modules of
RelationalBones
inCartNodeSkel
andOrderSkel
by @skoegl in #78 - chore: Set default logger level to INFO by @sveneberth in #79
- feat: Implement API method
cart_view()
by @sveneberth in #80 - refactor: Move
phone
andemail
fromOrderSkel
toAddressSkel
by @sveneberth in #81 - fix: Make order operations transaction safe by @sveneberth in #82
- feat: Cache vat rates by @sveneberth in #83
- feat: Make
scope_code
caseINsenstive by @sveneberth in #84 - feat: Implement a cached
get_skel
method forDiscountConditonSkel
by @sveneberth in #85 - chore: Change / Deactivate some logging some loggings by @sveneberth in #86
New Contributors
Full Changelog: v0.1.0.dev35...v0.1.0.dev36
v0.1.0.dev35
What's Changed
- feat: Add more translations by @sveneberth in #75
- fix: Price Calculation by @sveneberth in #77
Full Changelog: v0.1.0.dev34...v0.1.0.dev35
v0.1.0.dev34
What's Changed
- feat: Add
country
parameter to get the shipping for a specific country by @sveneberth in #70 - feat: Add more translations by @sveneberth in #71
- feat: Custom ViUR Unzer Client that uses current language by @sveneberth in #72
- feat: Implement
phone
bone inOrderSkel
by @sveneberth in #73 - fix: Ensure session is marked as changed after it has been changed by @sveneberth in #74
Full Changelog: v0.1.0.dev33...v0.1.0.dev34
v0.1.0.dev33
What's Changed
- fix: key can be
None
on add by @sveneberth in #67 - feat: Implement more events by @sveneberth in #69
Full Changelog: v0.1.0.dev32...v0.1.0.dev33
v0.1.0.dev32
What's Changed
- feat: Add missing billing_address and email validation by @sveneberth in #62
- feat: Implement more hooks by @sveneberth in #63
- chore: fix rst docstring by @sveneberth in #66
- fix:
ScopeCustomerGroup
must not be alwaysFalse
for guests by @sveneberth in #65
Full Changelog: v0.1.0.dev31...v0.1.0.dev32
v0.1.0.dev31
What's Changed
- feat: Implement net price pendants in
Price
by @sveneberth in #60 - fix:
onAdded
now works correctly withTree
type (cart) by @sveneberth in #61
Full Changelog: v0.1.0.dev30...v0.1.0.dev31
v0.1.0.dev30
What's Changed
- feat: Improve automatically discounts validation by @sveneberth in #59
Full Changelog: v0.1.0.dev29...v0.1.0.dev30
v0.1.0.dev29
What's Changed
- fix: Make
Api.basket_view
working for guests by @sveneberth in #57
Full Changelog: v0.1.0.dev28...v0.1.0.dev29
v0.1.0.dev28
What's Changed
- fix: Remove duplicate "missing payment_provider" error message by @sveneberth in #51
- feat: Implement working permission validation for guests by @sveneberth in #52
- fix: Set
shipping_status
directly by @sveneberth in #53 - feat(performance): Cache vat for country by @sveneberth in #55
- fix: RecordBone's formatstring by @sveneberth in #56
Full Changelog: v0.1.0.dev27...v0.1.0.dev28
v0.1.0.dev27
What's Changed
- fix: Correct wrong import by @sveneberth in #50
Full Changelog: v0.1.0.dev26...v0.1.0.dev27