Skip to content

Releases: getdokan/wepos

v1.3.3

12 Sep 03:57

Choose a tag to compare

= v1.3.3 -> 11th Sep, 2025 =

  • fix: Product search results were showing in reverse order (Z → A). Updated to sort ascending (A → Z).
  • fix: Alerts were missing sometimes on payment or order processing errors. Now error messages are handled safely (using optional chaining) and a fallback localized message is shown if the error message is unavailable.
  • feature: Introduce new Vue filter hooks (wepos_global_top, wepos_after_payment_content, wepos_after_payment_buttons) to allow extensions to inject custom UI.

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.2

11 Sep 11:30

Choose a tag to compare

= v1.3.2 -> 11th Sep, 2025 =

  • fix: Product search results were showing in reverse order (Z → A). Updated to sort ascending (A → Z).
  • fix: Alerts were missing sometimes on payment or order processing errors. Now error messages are handled safely (using optional chaining) and a fallback localized message is shown if the error message is unavailable.
  • feature: Introduce new Vue filter hooks (wepos_global_top, wepos_after_payment_content, wepos_after_payment_buttons) to allow extensions to inject custom UI.

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

20 Jun 08:44

Choose a tag to compare

= v1.3.1 -> 20th June, 2025 =

  • feat: Added refund support for card payment method.
  • update: Added High Performance Order Storage support.
  • update: Product price included in the frontend POS grid layout.
  • update: Optimized customer create form on POS home screen.
  • fix: Resolved an issue where search wasn't working on product categories dropdown.
  • fix: Resolved an issue of creating orders for existing customers without billing email.
  • fix: Resolved an issue where the general section under admin settings wasn't expanding by default after activating wePOS Pro.
  • fix: Resolved an issue of inconsistency in print receipt.

v1.2.8

05 Jun 11:51

Choose a tag to compare

= v1.2.8 ( June 05, 2024 ) =

  • Feature: WooCommerce Coupon API integration for cart discount
  • Enhancement: Added support for WooCommerce customised order numbers by third-party plugins
  • Fix: Blurry numbers on print receipt

v1.2.7

28 Dec 06:10

Choose a tag to compare

= v1.2.7 ( Decmeber 27, 2023 ) =

  • Enhancement: Tax calculation implementation based on discounts and fees instead of base price of products

v1.2.6

30 Dec 09:27

Choose a tag to compare

= v1.2.6 ( Decmeber 30, 2022 ) =

  • New: Integrated Vue date range picker, select2 and Vue chart JS packages
  • New: Added helper methods for getting day JS and date range picker date formats
  • New: Added helper method for getting custom date ranges
  • Refactor: Order created via wePOS setter

v1.2.5

02 Nov 11:02

Choose a tag to compare

  • Feature: "View POS" menu on "My Account" page
  • Enhancement: Added all decimal separator support as per wooCommerce settings to put a discount or adding a fee from POS frontend
  • Enhancement: Updated webpack to v5
  • Fix: Broken layout on smaller width print receipt
  • Fix: Variable product visible on POS frontend even no attributes used
  • Chore: Variable replace automation

v1.2.4

28 Jun 07:02

Choose a tag to compare

  • Fix: Localization issue on changing site language

v1.2.3

03 Jun 10:31

Choose a tag to compare

  • Compatibility: Compatibility for WordPress 6.0

v1.2.2

19 May 10:38

Choose a tag to compare

  • Enhancement: Added keyboard accessibility support to the payment and print receipt options

  • Fix: Scrollbar broken style issue on frontend view

  • Fix: Customer selection dropdown selecting wrong customer by pressing enter/return key on frontend

  • Fix: Pressing enter/return key results product addition to the cart, even the product search dropdown closed on frontend