Skip to content

Releases: scandipwa/customer-graph-ql

Patch: Adjust GraphQl resolver to support Magento 2.4.7

14 Jul 20:32
c19152f
Compare
Choose a tag to compare

What's inside

  • Adjust GraphQl resolver to support Magento 2.4.7 #42

That's all there is to it :)

Patch: Replace Zend with Laminas library

12 Apr 07:35
Compare
Choose a tag to compare

What's inside

  • Replace Zend with Laminas library 543a951

That's all there is to it :)

Patch: Changes reset confirmation function

27 Jul 11:33
f154010
Compare
Choose a tag to compare

What's inside

  • Changed the reset confirmation function. Related to #40

That's all there is to it :)

Patch: Fixes for Account Registration

16 Jul 15:21
780458a
Compare
Choose a tag to compare

What's inside

  • Create class if confirm by the token is null #38
  • Check if order email and customer email are the same #39

That's all there is to it :)

Patch: Reset confirmation when reset password

11 Jul 11:43
869114d
Compare
Choose a tag to compare

What's inside

  • If the user had not yet confirmed the account, but had reset the password, a verification was still required, which was inconsistent with the behavior in plain Magento. Related to #33.

That's all there is to it :)

Patch: Adds validation for empty order id

06 Jul 15:48
4b4f910
Compare
Choose a tag to compare

What's inside

  • Added validation for empty order id. Related to #36

That's all there is to it :)

Password reset fix

24 Jun 17:35
55f719f
Compare
Choose a tag to compare

What's inside

  • Password reset fix. Related to #37

That's all there is to it :)

Patch: Fix for the Checkout Account Registration

09 Jun 19:09
c8308f9
Compare
Choose a tag to compare

What's inside

  • Adds order to customer on registration after checkout. Related to #35
  • Adds customer_id field and get customers email and passing to the resetPassword method. Related to #34

That's all there is to it :)

Patch: Account lock after password reset fix

26 May 22:56
a4a538d
Compare
Choose a tag to compare

What's inside

  • Reset the authentication failures count after the password reset, so customers can log in right after the password reset. Related to scandipwa/scandipwa#4727

That's all there is to it :)

Patch: Correct customer_id for context

30 Mar 14:11
cec571c
Compare
Choose a tag to compare

What's inside

  • The context for customer returned the incorrect customer_id, due to the context for session storing the customer data after token revoking (after logout). Now we are passing the authorized customer_id if a valid token passes in the header. Then, revoking session. Related to scandipwa/scandipwa#4515

That's all there is to it :)