Skip to content

Commit 1f630e6

Browse files
committed
chore: release v1.2.3
1 parent 98ea82f commit 1f630e6

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://rownd.io
99
* Text Domain: rownd
1010
* Domain Path: /languages
11-
* Version: 1.2.2
11+
* Version: 1.2.3
1212
* License: Apache 2.0
1313
* License URI: http://www.apache.org/licenses/LICENSE-2.0
1414
*
@@ -21,7 +21,7 @@
2121
*/
2222

2323
if (!defined('ROWND_PLUGIN_VERSION')) {
24-
define('ROWND_PLUGIN_VERSION', '1.2.2');
24+
define('ROWND_PLUGIN_VERSION', '1.2.3');
2525
}
2626

2727
if (!defined('ROWND_PLUGIN_IMAGE_DIR')) {

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: users, authentication, accounts, profile, woocommerce, auth, login, social
44
Requires at least: 4.5
55
Tested up to: 6.0
66
Requires PHP: 7.2
7-
Stable tag: 1.2.2
7+
Stable tag: 1.2.3
88
License: Apache 2.0
99
License URI: http://www.apache.org/licenses/LICENSE-2.0
1010

@@ -52,6 +52,11 @@ If you need additional help [read our documentation.](https://docs.rownd.io/)
5252
3. Manage your Rownd integration easily through our simple settings pane.
5353

5454
== Changelog ==
55+
= 1.2.3 =
56+
* Fix: Rownd IDs were not added to user meta for existing users
57+
* Fix: Anonymous user ID might be set when calling the WP/WC REST API without a Rownd token
58+
* Feature: Support fetching users via Rownd ID in the WP and WC REST APIs
59+
5560
= 1.2.2 =
5661
* Fix: a bug in the `profile_update` hook could cause order failures during the WooCommerce checkout process
5762
* Fix: the setting specifying where a user should sign in during a WooCommerce checkout flow did not reflect properly in the admin page
@@ -80,6 +85,9 @@ If you need additional help [read our documentation.](https://docs.rownd.io/)
8085

8186
== Upgrade Notice ==
8287

88+
= 1.2.3 =
89+
Upgrade for critical bug fixes
90+
8391
= 1.2.2 =
8492
Upgrade for critical bug fixes affecting Rownd integration and WooCommerce checkout.
8593

0 commit comments

Comments
 (0)