Skip to content

Releases: scandipwa/customer-graph-ql

Patch: Fix for password and message

21 Mar 21:58
209269c
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Adds the right message for when user didn't confirm account

08 Feb 22:40
ffdc7e4
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Changed email template links to fit in new URLs

06 Dec 14:49
944fcb5
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Rework updating time for token to use dateTime functions

05 Nov 10:05
c29a0d5
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Sets region id to null if new country has no region

04 Nov 01:36
9e84c71
Compare
Choose a tag to compare

What's inside

  • Setting region id to null on checkout, if the new country doesn't support selecting a region from the list.
    Related to scandipwa/scandipwa#3671

That's all there is to it :)

Patch: Updates token create time on each request

28 Oct 17:34
100dc4b
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Removes plugin disabling and revokes token on each request

28 Oct 00:05
d3a9093
Compare
Choose a tag to compare

What's inside

  • Magento docs offers to revoke customer session by making new request, but it is not our case and we want to revoke it with each request user makes (in case if session is expired token is not revoked).

Related to scandipwa/scandipwa#3486

That's all there is to it :)

Patch: Removing unsupported session

21 Oct 19:42
b1aa192
Compare
Choose a tag to compare

What's inside

  • Removes unsupported session to stop customer exit before token expires.

Related to scandipwa/scandipwa#3486

That's all there is to it :)

Patch: Changed error message for incorrect password

14 Jul 15:09
0a0ba8c
Compare
Choose a tag to compare

What's inside

  • Changed the error message for incorrect password. Now the user will be alerted with the message "The password doesn't match this account. Verify the password and try again." in case it happens.

Related to scandipwa/scandipwa#2793

That's all there is to it :)

Patch: incorrect error message fixes

09 Jun 07:40
07aa753
Compare
Choose a tag to compare

What's inside

That's all there is to it :)