From 2b86fddf3293327540fd6a235539114c866bee5f Mon Sep 17 00:00:00 2001 From: Racheal Date: Thu, 16 Mar 2023 16:07:22 -0400 Subject: [PATCH] v1.3.1 --- index.php | 4 ++-- readme.txt | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index fa42be9..0c98c39 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ * Author URI: https://rownd.io * Text Domain: rownd * Domain Path: /languages - * Version: 1.3.0 + * Version: 1.3.1 * License: Apache 2.0 * License URI: http://www.apache.org/licenses/LICENSE-2.0 * @@ -21,7 +21,7 @@ */ if (!defined('ROWND_PLUGIN_VERSION')) { - define('ROWND_PLUGIN_VERSION', '1.3.0'); + define('ROWND_PLUGIN_VERSION', '1.3.1'); } if (!defined('ROWND_PLUGIN_IMAGE_DIR')) { diff --git a/readme.txt b/readme.txt index 82414a1..096e78e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: users, authentication, accounts, profile, woocommerce, auth, login, social Requires at least: 4.5 Tested up to: 6.0 Requires PHP: 7.2 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: Apache 2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -53,6 +53,10 @@ If you need additional help [read our documentation.](https://docs.rownd.io/) == Changelog == += 1.3.1 = +* Fix: WooCommerce customers created in the after-checkout process were not updated with their last order data +* Fix: When sign-in was triggered before the checkout process, it was attempting to access an order property from a checkout object + = 1.3.0 = * Feature: Improves loading time for Rownd components via support for JavaScript Modules (ESM) @@ -96,6 +100,9 @@ If you need additional help [read our documentation.](https://docs.rownd.io/) == Upgrade Notice == += 1.3.1 = +Upgrade for critical bug fixes affecting WooCommerce checkout flows + = 1.3.0 = Upgrade for performance improvements