Skip to content

Commit

Permalink
chore(release): Bumped to Version 1.8.0
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.2...v1.8.0) (2022-10-12)

### Bug Fixes

* 401 from parallel logins ([c5136fd](c5136fd))
* add defaults if mfg/expirty dates are missing ([ceb72e6](ceb72e6))
* better error message in case of HTTPError ([e70e586](e70e586))
* bump shopify api version ([203df24](203df24))
* capture curency code from order data ([5023dc0](5023dc0))
* dont log error for item query ([2b3fa0c](2b3fa0c))
* dont upload price on unicommerce ([6a526e1](6a526e1))
* phone number mapping in address ([frappe#198](https://github.com/Aqua-Tech-Winnipeg/ecommerce_integrations/issues/198)) ([66a3782](66a3782))
* remove the trailing comma after the last SKU ([frappe#201](https://github.com/Aqua-Tech-Winnipeg/ecommerce_integrations/issues/201)) ([2894160](2894160))
* **unicommerce:** set `name` also when syncing new item ([6b2199f](6b2199f))
* **unicommerce:** use updated since instead of from_date ([91b2ee9](91b2ee9))
* use separate endpoint if item exists ([29944f3](29944f3))
* **UX:** show logs button on shopify setting ([9d131f5](9d131f5))
* wrap resync in savepoint ([fcd7680](fcd7680))

### Features

* log clearing support ([0d8d5b5](0d8d5b5))
* **minor:** add raw data to doc to allow scripting ([26e2903](26e2903))
* set scan identifier as first barcode ([bc74a90](bc74a90))
* **shopify:** resync item in bulk import ([bed3723](bed3723))
* **unicommerce:** capture batch group field ([frappe#186](https://github.com/Aqua-Tech-Winnipeg/ecommerce_integrations/issues/186)) ([e8a932b](e8a932b))
  • Loading branch information
frappe-bot committed Oct 12, 2022
1 parent 4d50039 commit 03337ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce_integrations/__init__.py
@@ -1 +1 @@
__version__ = "1.12.0"
__version__ = "1.8.0"

0 comments on commit 03337ca

Please sign in to comment.