From 3af4285c6b1754a1427df6a52b07f2aabfcd2cd8 Mon Sep 17 00:00:00 2001 From: Racheal Date: Wed, 22 Mar 2023 11:15:46 -0400 Subject: [PATCH] update version tag --- index.php | 4 ++-- readme.txt | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 0c98c39..5d24f08 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.1 + * Version: 1.3.2 * 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.1'); + define('ROWND_PLUGIN_VERSION', '1.3.2'); } if (!defined('ROWND_PLUGIN_IMAGE_DIR')) { diff --git a/readme.txt b/readme.txt index 096e78e..a0e0835 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.1 +Stable tag: 1.3.2 License: Apache 2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -53,6 +53,9 @@ If you need additional help [read our documentation.](https://docs.rownd.io/) == Changelog == += 1.3.2 = +* Fix: Auto-submit the Rownd sign-in dialog after passing the order email address + = 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 @@ -100,6 +103,9 @@ If you need additional help [read our documentation.](https://docs.rownd.io/) == Upgrade Notice == += 1.3.2 = +Upgrade for minor bug fixes affecting WooCommerce checkout flows + = 1.3.1 = Upgrade for critical bug fixes affecting WooCommerce checkout flows