Skip to content

Commit

Permalink
bump bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 12, 2024
1 parent 1726a00 commit d9ded1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Templates/Frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9ded1d

Please sign in to comment.