Skip to content

Releases: wcpos/woocommerce-pos

Version 1.3.0

27 Jul 12:26
Compare
Choose a tag to compare

🛠️ 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

25 Jun 18:48
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: empty products effecting some users due to malformed meta_data

Version 1.2.3

21 Jun 22:49
Compare
Choose a tag to compare

🛠️ 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

21 Jun 16:41
Compare
Choose a tag to compare

🛠️ 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

12 Jun 14:12
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: Critical error introduced with PHP 7.2 compatibility

Version 1.2.0

12 Jun 13:15
Compare
Choose a tag to compare

🛠️ 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

Version 1.1.0

19 May 15:58
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Many fixes to the javascript client app to improve performance:

    • Issues with customer search should now be fixed
    • Variations can be expanded like in version 0.4.x
    • Additional filter-bar for products
  • Fix: disable Lite Speed Cache for POS page

  • Fix: add id audit for product categories and tags

  • Fix: add min/max price to variable meta data

1.0.2

05 May 20:32
Compare
Choose a tag to compare

No changes, just messed up the release to WordPress.org

1.0.1

05 May 20:12
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: Product and Variations not showing in POS
    Description: The WC REST API response can be too large in some cases causing a 502 server error.
    • Product and Variation descriptions are not truncated to 100 characters for the POS to reduce response size.
    • Yoast SEO is now programmatically disabled for the POS to reduce response size.
    • A message is now logged when the WC REST API product or variation response is too large.

1.0.0

03 May 20:35
Compare
Choose a tag to compare

🚀 WooCommerce POS v1.0.0

A new beginning for WooCommerce POS, the original (and best) POS plugin for WooCommerce! After investing 1000's of hours into a complete rewrite using React Native, we're delivering a solid platform with tons of exciting features on the horizon.

First up, we're adding a desktop application to pair with the web app. 🖥️ But that's not all – iOS and Android apps are coming soon!

🛠️ Changelog

🐞 Bug Fixes:

  • This is a complete fresh start. I will list bug fixes from this release onwards.

⚡ Enhancements:

  • Again, a complete fresh start, but enhancements are coming soon!

🙏 Thank You

Thanks to all the Pro license holders past and present that made this major step forward possible.