Releases: getdokan/wepos
Releases · getdokan/wepos
v1.3.3
= 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
- @akzmoudud made their first contribution in #178
- @aminurislamarnob made their first contribution in #181
Full Changelog: v1.3.1...v1.3.2
v1.3.2
= 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
- @akzmoudud made their first contribution in #178
- @aminurislamarnob made their first contribution in #181
Full Changelog: v1.3.1...v1.3.2
v1.3.1
= v1.3.1 -> 20th June, 2025 =
- feat: Added
refundsupport 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
= 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
= v1.2.7 ( Decmeber 27, 2023 ) =
- Enhancement: Tax calculation implementation based on discounts and fees instead of base price of products
v1.2.6
= 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
- 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
- Fix: Localization issue on changing site language
v1.2.3
- Compatibility: Compatibility for WordPress 6.0
v1.2.2
-
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