Skip to content

Version 1.2.0

Choose a tag to compare

@kilbot kilbot released this 12 Jun 13:15
· 314 commits to main since this release

🛠️ Changelog

This release changes the way that data is replicated to the local storage which should improve things dramatically for larger stores. It also adds a new search library. Searching customers and products should be improved, although there are still some issues I am working through, especially with product variations.

🐞 Bug Fixes:

  • Refactor: data replication to improve performance
  • Refactor: product search, search by sku and barcode for products now works
    • Note: barcode search for variations is still not working, this will be addressed in a future release
  • Bug Fix: 'Cannot use object of type Closure as array' in the API.php file
  • Bug Fix: Creating orders with decimal quantity
  • Bug Fix: Update product with decimal quantity
  • Fix: remove private meta data from Order Preview modal
  • Fix: turn off PHP version check by composer, note that PHP 7.2+ is still required