Skip to content
Open
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: kilbot
Tags: ecommerce, point-of-sale, pos, inventory, woocommerce
Requires at least: 5.6
Tested up to: 6.8
Stable tag: 1.7.12
Stable tag: 1.7.13
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -88,6 +88,8 @@ There is more information on our website at [https://wcpos.com](https://wcpos.co

== Changelog ==


=======
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Changelog Merge Conflict Marker

A Git merge conflict marker ======= and an empty line were accidentally committed in the changelog section of readme.txt. These appear to be leftover from a merge resolution.

Fix in Cursor Fix in Web

= 1.8.0 - 2025/08/XX =

= 1.7.13 - 2025/08/06 =
Expand Down
2 changes: 1 addition & 1 deletion templates/pos.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!DOCTYPE html>
<html>
<head>
<title><?php esc_attr_e( 'Point of Sale', 'woocommerce-pos' ); ?> - <?php esc_html( bloginfo( 'name' ) ); ?></title>
<title><?php esc_html_e( 'Point of Sale', 'woocommerce-pos' ); ?> - <?php echo esc_html( bloginfo( 'name' ) ); ?></title>
<meta charset="utf-8"/>

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
Expand Down