All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.1 - 2021-08-25
- Ensure that the current shop scopes in the session are up-to-date based on config :shopifex, :scopes when the request is passed through :shopify_session or :shopify_admin_link pipelines.
- Add Shopifex.Plug.EnsureScopes plug which redirects to Shopify OAuth update if current shop scopes are not up-to-date
2.0.0 - 2021-08-17
- Move
show_plans
optional callback fromShopifex.PaymentGuard
behaviour torender_plans
inShopifexWeb.PaymentController
behavour