diff --git a/package.json b/package.json index 1edca546..ee7878df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wcpos/woocommerce-pos", - "version": "1.4.10", + "version": "1.4.11", "description": "A simple front-end for taking WooCommerce orders at the Point of Sale.", "main": "index.js", "workspaces": { diff --git a/readme.txt b/readme.txt index b24df8f1..a2b6b1e5 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: kilbot Tags: cart, e-commerce, ecommerce, inventory, point-of-sale, pos, sales, sell, shop, shopify, store, vend, woocommerce, wordpress-ecommerce Requires at least: 5.6 & WooCommerce 5.3 Tested up to: 6.4 -Stable tag: 1.4.10 +Stable tag: 1.4.11 License: GPL-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -63,7 +63,8 @@ There is more information on our website at [https://wcpos.com](https://wcpos.co == Changelog == -= 1.4.11 - 2024/02/XX = += 1.4.11 - 2024/02/27 = +* Fix: regression in tax calculation when POS settings are different to Online settings * Fix: regression in product variation images, use 'medium' sized product image instead of full size * Fix: remove POS Only products from frontend WC REST API response * Fix: generic get meta method should not be used for '_create_via' diff --git a/woocommerce-pos.php b/woocommerce-pos.php index 69023b4f..1591b4ea 100644 --- a/woocommerce-pos.php +++ b/woocommerce-pos.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce POS * Plugin URI: https://wordpress.org/plugins/woocommerce-pos/ * Description: A simple front-end for taking WooCommerce orders at the Point of Sale. Requires WooCommerce. - * Version: 1.4.10 + * Version: 1.4.11 * Author: kilbot * Author URI: http://wcpos.com * Text Domain: woocommerce-pos @@ -22,7 +22,7 @@ namespace WCPOS\WooCommercePOS; // Define plugin constants. -const VERSION = '1.4.10'; +const VERSION = '1.4.11'; const PLUGIN_NAME = 'woocommerce-pos'; const SHORT_NAME = 'wcpos'; \define( __NAMESPACE__ . '\PLUGIN_FILE', plugin_basename( __FILE__ ) ); // 'woocommerce-pos/woocommerce-pos.php'