Skip to content

Releases: wcpos/woocommerce-pos

Release v1.6.6

05 Sep 18:38
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: POS Only Products appearing in the POS 😓

Release v1.6.5

04 Sep 21:17
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: POS Only Products appearing in the web store

Release v1.6.4

04 Sep 20:54
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: POS Only Products appearing in the web store
  • Fix: Disable wp_footer for POS Order Pay template

Release v1.6.3

29 Jun 14:03
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: Critical error preventing bulk update of products

Release v1.6.2

20 Jun 07:43
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: Error preventing resources (products, orders, customers, etc) from loading on Windows servers

Release v1.6.1

18 Jun 21:22
Compare
Choose a tag to compare

This release makes a change to the way that POS Only / Online Only products are stored in the database. Your settings should be automatically updated, but if you use this feature please double check that your store and POS are showing displaying the correct products.

For the latest updates and real-time information, please visit our community chat at wcpos.com/discord.

🛠️ Changelog

⚡ Enhancements:

  • Enhancement: Changed the way POS Only and Online Only products are managed
    • Moved from using postmeta (_pos_visibility) to using centralized settings in the options table (woocommerce_pos_settings_visibility)
  • Improved: Payment template settings, you can now disable all wp_head or wp_footer scripts

🐞 Bug Fixes:

  • Fix: 'Invalid response checking updates for products/tags' error

Release v1.6.0

12 Jun 19:42
Compare
Choose a tag to compare

This release fixes performance issues for large stores. It required a few breaking changes to the API so the version has been bumped to v1.6.0.

For the latest updates and real-time information, please visit our community chat at wcpos.com/discord.

🛠️ Changelog

⚡ Enhancements:

  • Improved: Performance for large stores
  • Added: Log screen for insights into the POS performance and events
  • Added: Cart setting to enable/disable show receipt after checkout
  • Added: Cart setting to enable/disable auto-print receipt after checkout

🐞 Bug Fixes:

  • Fix: Prevent order create duplication from the POS
  • Fix: Cart subtotal showing tax when tax display is not enabled

Release v1.5.1

03 Jun 16:03
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: "Sorry, you cannot list resources." error for cashier role

Release v1.5.0

03 Jun 12:42
Compare
Choose a tag to compare

We have made some significant changes to the local POS database in this update. To ensure a smooth transition, please consider updating your system when you have a quiet moment, such as outside of your busy sales hours. This will allow you to thoroughly test the new features and changes.

For the latest updates and real-time information, please visit our community chat at wcpos.com/discord.

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: the POS will now correctly sync stock quantity after each sale
  • Fix: cart tax logic has been improved to fix rounding issues
  • Fix: shipping tax will now use the correct class
  • Fix: re-opening orders now functions correctly
  • Fix: quick discount calculation
  • Fix: orders created with different currencies will show the correct currency symbol

⚡ Enhancements:

  • Added: split option to allow multiple cart lines for the same product
  • Added: stock filter for products
  • Added: Fees can now be a fix percentage of the cart total
  • Added: order status can now be changed from the Orders page
  • Added: extra display information for Orders, such as 'created_via' and 'cashier'
  • Added: cart will only show open orders associated with the logged in cashier

✨ Pro:

  • Pro: cart will only show open orders from the current POS Store
  • Pro: current store will stay selected after refresh or application re-open

🙏 Thank You

Thanks to all the Pro license holders who funded the development of this update.

Release v1.4.16

28 Mar 23:55
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: nonce check failing for Guest orders when checking out with the desktop application