From 14df4156ab122529c4d1e448562aca1234e968d0 Mon Sep 17 00:00:00 2001 From: Abdulwahaab Ahmed Date: Fri, 15 May 2020 17:14:47 -0400 Subject: [PATCH] Update README with the missing changes Update README with the missing changes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d017fdbc5..39417cea7 100644 --- a/README.md +++ b/README.md @@ -529,8 +529,10 @@ change to how session stores work. Here are the steps to migrate to 13.x ### Changes to `ShopifyApp::LoginProtection` `ShopifyApp::LoginProtection` -if you are using `ShopifyApp::LoginProtection#shop_session` in your code, it will need to be +- CHANGE if you are using `ShopifyApp::LoginProtection#shopify_session` in your code, it will need to be changed to `ShopifyApp::LoginProtection#activate_shopify_session` +- CHANGE if you are using `ShopifyApp::LoginProtection#clear_shop_session` in your code, it will need to be +changed to `ShopifyApp::LoginProtection#clear_shopify_session` ### Notes You do not need a user model; a shop session is fine for most applications.