shoop v1.11.7 Release Notes

Release Date: 2020-07-23 // over 3 years ago
  • โž• Added

    • Core: Add dynamic measurement unit system
      • New settings for specifying units:
      • SHUUP_MASS_UNIT
      • SHUUP_LENGTH_UNIT
      • New function for getting the volume unit: shuup.core.utils.units.get_shuup_volume_unit

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ BREAKING: Change Shipment default weight unit from kg to g
    • ๐Ÿ’ฅ BREAKING: Change Shipment default volume unit from m3 to mm3
    • ๐Ÿ’ฅ BREAKING: Change ShipmentProduct default volume unit from m3 to mm3

    โœ‚ Removed

    • โœ‚ Remove 'known unit' validation from MeasurementField, it can contain any units now