Releases: wcpos/woocommerce-pos
Releases · wcpos/woocommerce-pos
Version 1.3.4
🛠️ Changelog
🐞 Bug Fixes:
- Urgent Fix: product descriptions being truncated to 100 characters
Version 1.3.3
🛠️ Changelog
🐞 Bug Fixes:
- Fix: "Nonce value cannot be verified" when dequeue-ing scripts and styles in POS checkout modal
Version 1.3.2
🛠️ Changelog
🐞 Bug Fixes:
- Urgent Fix for variations not downloading for some users
Version 1.3.1
🛠️ Changelog
🐞 Bug Fixes:
- Urgent fix for login modal issues
Version 1.3.0
🛠️ Changelog
🐞 Bug Fixes:
- Major stability improvements!
- Fix: Login is now via JWT - no more 'Cookie nonce' errors
- Fix: Many fixes to local data sync and search should make the POS much more enjoyable to use
- Add: Dequeue WordPress styles and scripts on POS checkout page
- Fix: various fixes to the POS settings in WP Admin
Version 1.2.4
🛠️ Changelog
🐞 Bug Fixes:
- Fix: empty products effecting some users due to malformed meta_data
Version 1.2.3
🛠️ Changelog
🐞 Bug Fixes:
- Fix: coupon form on POS payment modal
- Fix: use woocommerce_gallery_thumbnail instead of full sized images for products and variations
Version 1.2.2
🛠️ Changelog
🐞 Bug Fixes:
- Add: basic support for coupons until a more complete solution is implemented
- Fix: customer select in settings
⚡ Enhancements:
- Pro: add Analytics for POS vs Online sales
Version 1.2.1
🛠️ Changelog
🐞 Bug Fixes:
- Fix: Critical error introduced with PHP 7.2 compatibility
Version 1.2.0
🛠️ 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