Releases: viur-framework/viur-shop
Releases · viur-framework/viur-shop
v0.5.0
What's Changed
- fix: Replace
@classmethod @property
caches by @sveneberth in #145
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- fix: Use custom
GlobalVar
implementation to store globals by @sveneberth in #143
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: Implement decorator
@log_unzer_error
by @sveneberth in #140 - feat: Implement
UnzerAbstract.get_debug_information()
by @sveneberth in #141
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- chore: Add
shipping_status
to refKeys ofOrderSkel.cart
by @sveneberth in #139
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: Add
total_raw
to therefKeys
incart
relation ofOrderSkel
by @sveneberth in #137 - feat: make unzer config callable by @sveneberth in #138
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- feat: Implement shipping_status most_expensive by @sveneberth in #135
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- fix: Determine the VAT rate based on the country of the shipping address in the current cart by @sveneberth in #132
- feat: Ensure user shipping it's still a valid shipping for the cart by @sveneberth in #134
Full Changelog: v0.1.0.dev54...v0.1.0
v0.1.0.dev54
What's Changed
- feat: Extend order & cart freeze processing by @sveneberth in #128
- feat: Add and improve several (missing) docstrings and rst formatting by @sveneberth in #129
- fix: Correct and extend several docstring and some smaller implementation fixes by @sveneberth in #130
- feat: Ensure shipping is locked if cart is frozen by @sveneberth in #131
Full Changelog: v0.1.0.dev53...v0.1.0.dev54
v0.1.0.dev53
What's Changed
- fix: Show only shipping with special zip code by @sveneberth in #127
Full Changelog: v0.1.0.dev52...v0.1.0.dev53