Skip to content

0.4.1

Compare
Choose a tag to compare
@MishkaV MishkaV released this 03 Jun 15:19
· 70 commits to main since this release
074439d

Breaking api changes

  • For more flexible price customisation for a particular SKU, it was decided to make similar price fields as on iOS. Migration map:
    • priceDiscounted -> localizedPrice - please, use this field for final price. Don't forget to add currency
    • price -> localizedOldPrice - please, use this field for old price before discount. Don't forget to add currency
    • priceCurrency - deleted, because now you should put currency in localizedPrice and localizedOldPrice by yourself
    • localizedDiscount - discount between localizedPrice and localizedOldPrice. Just add number, which you wish.

Fixes

  • Fixed size of buttons on result screen
  • Fixed camera permission problem with implementation of alert dialog
  • Updated turkish language

Main commits changes

Full Changelog: 0.4.0...0.4.1