diff --git a/includes/Templates/Frontend.php b/includes/Templates/Frontend.php index 401bedb..40d36d0 100644 --- a/includes/Templates/Frontend.php +++ b/includes/Templates/Frontend.php @@ -87,7 +87,7 @@ public function head(): void { public function footer(): void { $development = isset( $_ENV['DEVELOPMENT'] ) && $_ENV['DEVELOPMENT']; $user = wp_get_current_user(); - $github_url = 'https://cdn.jsdelivr.net/gh/wcpos/web-bundle@1.5/'; + $github_url = 'https://cdn.jsdelivr.net/gh/wcpos/web-bundle@1.6/'; $auth_service = Auth::instance(); $stores = array_map( function ( $store ) { diff --git a/readme.txt b/readme.txt index d59b927..b285fa9 100644 --- a/readme.txt +++ b/readme.txt @@ -86,6 +86,7 @@ There is more information on our website at [https://wcpos.com](https://wcpos.co * Added: Cart setting to enable/disable show receipt after checkout * Added: Cart setting to enable/disable auto-print receipt after checkout * Fix: Prevent order create duplication from the POS +* Fix: Cart subtotal showing tax when tax display is not enabled = 1.5.1 - 2024/06/03 = * Fix: "Sorry, you cannot list resources." error for cashier role