diff --git a/package.json b/package.json index 60c63eb..1d28041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wcpos/woocommerce-pos", - "version": "1.4.12", + "version": "1.4.13", "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 7360142..0cf110f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: kilbot Tags: ecommerce, point-of-sale, pos, inventory, store Requires at least: 5.6 Tested up to: 6.5 -Stable tag: 1.4.12 +Stable tag: 1.4.13 License: GPL-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -63,6 +63,9 @@ There is more information on our website at [https://wcpos.com](https://wcpos.co == Changelog == += 1.4.13 - 2024/03/19 = +* Fix: potential error introduced to Pro updater in previous version + = 1.4.12 - 2024/03/18 = * Security: Fix Insufficient Verification of Data Authenticity to Authenticated (Customer+) Information Disclosure (reported by Lucio Sá) * Fix: Pro plugin not showing updates for some users diff --git a/woocommerce-pos.php b/woocommerce-pos.php index 7050d7a..f0a8c5f 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.12 + * Version: 1.4.13 * Author: kilbot * Author URI: http://wcpos.com * Text Domain: woocommerce-pos @@ -26,7 +26,7 @@ namespace WCPOS\WooCommercePOS; // Define plugin constants. -const VERSION = '1.4.12'; +const VERSION = '1.4.13'; const PLUGIN_NAME = 'woocommerce-pos'; const SHORT_NAME = 'wcpos'; \define( __NAMESPACE__ . '\PLUGIN_FILE', plugin_basename( __FILE__ ) ); // 'woocommerce-pos/woocommerce-pos.php'