Version 0.4.1 of WooCommerce POS has just been released. This release contains some important bug fixes and is recommended for all users. WooCommerce POS Pro users should also update the Pro plugin to 0.4.2. If version 0.4.2 does not show in your updates please login into your account and manually install the new version.
If you are still noticing problems with your variation popovers please visit the POS support page and clear the products, this will clear the local storage so you can fetch an updated catalog of products.
Changelog for 0.4.1
- Note: WooCommerce POS now requires WooCommerce 2.3 or greater
- New: added woocommerce_pos_email_receipt hook
- Improve: blur() barcode search field after successful match
- Improve: editing a product/fee/shipping title in cart – commit 216e8a5
- Improve: css tweaks for Firefox – commit 216e8a5
- Improve: keyboard entry for qty and prices – commit ee61744
- Improve: variation attributes now stored as line item meta for display on receipts – commit f59bba6
- Fix: support for legacy server HTTP methods – commit 5765491
- Fix: Internal Server Error for PHP 5.2.x – commit d800d40
- Fix: parse $HTTP_RAW_POST_DATA global to array – commit ac88f50
- Fix: decimal quantity display – commit 358d95f
- Fix: check WooCommerce has loaded – commit 80285c4
- Fix: variation selection issues in popover – commit 5c9673b
- Fix: incorrect total tax calculation for negative fees – issue #85
- Fix: decimal bug on numpad entry, eg: 0.01 – commit b46884d
- Update npm dependencies