Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -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')) {
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down