Skip to content

Commit 5141017

Browse files
committed
chore: bump version to 1.2.5
2 parents 1c1faff + 2e1535d commit 5141017

37 files changed

+5586
-66708
lines changed

.babelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
"@wordpress/babel-preset-default",
4+
]
5+
}

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
**Donate Link:** http://tareq.co/donate/
44
**Tags:** WooCommerce POS, point of sale, free pos, pos plugin, woocommerce point of sale
55
**Requires at least:** 4.4
6-
**Tested up to:** 6.0
6+
**Tested up to:** 6.0.3
77
**WC requires at least:** 3.0
8-
**WC tested up to:** 6.6.1
8+
**WC tested up to:** 7.0.0
99
**Requires PHP:** 5.6
10-
**Stable tag:** 1.2.4
10+
**Stable tag:** 1.2.5
1111
**License:** GPLv2 or later
1212
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1313

@@ -60,6 +60,14 @@ No FAQ
6060

6161
## Changelog ##
6262

63+
### v1.2.5 -> 02 November, 2022 ###
64+
- **Feature:** "View POS" menu on "My Account" page
65+
- **Enhancement:** Added all decimal separator support as per wooCommerce settings to put a discount or adding a fee from POS frontend
66+
- **Enhancement:** Updated webpack to v5
67+
- **Fix:** Broken layout on smaller width print receipt
68+
- **Fix:** Variable product visible on POS frontend even no attributes used
69+
- **Chore:** Variable replace automation
70+
6371
### v1.2.4 -> 28 June, 2022 ###
6472
- **Fix:** Localization issue on changing site language
6573

assets/css/admin.css

Lines changed: 35 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bootstrap.css

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bootstrap.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/frontend.css

Lines changed: 35 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/frontend.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)