Skip to content

Releases: wcpos/woocommerce-pos

Release v1.7.2

27 Dec 17:05
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: Negative fees with tax_status='none' and/or tax_class are now applied correctly to the order
  • Fix: Remove routes from WP API index for POS to reduce request size
  • Fix: Annoying issue where pagination resets while searching
  • Fix: Minor cart display issues
  • Fix: Add html decode for special characters
  • Fix: Remove 'low stock' as an option in the products filter - this status does not exist
  • Fix: Variation attributes doubling when barcode scanning

Release v1.7.1

20 Nov 12:34
Compare
Choose a tag to compare

🛠️ Changelog

🐞 Bug Fixes:

  • Fix: Error updating quantity for Product Variations when decimal quantities enabled
  • Plugin Conflict: The wePOS plugin alters the standard WC REST API response, which in turn breaks WooCommerce POS
    This small update adds code to prevent WooCommerce POS from being activated if wePOS is detected

Release v1.7.0

13 Nov 12:05
Compare
Choose a tag to compare

This is a major update the POS UI, all react components have been updated and polished. I have done my best to test the POS throughly, but there can always be unforeseen bugs. 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 test the new features and changes.

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

🛠️ Changelog

⚡ Enhancements:

  • Updated all React components to use modern standards (Tailwind, Radix UI), improving reliability and usability
  • Improved the local database query engine for a more responsive POS experience
  • Improved barcode scanning detection

🐞 Bug Fixes:

  • Popover positioning issues
  • Customer search on Android devices
  • Quick discounts calculation bug affecting some users

✨ Pro:

  • New Reports page for End of Day Reporting (Z-Report)

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