Releases: ericdude4/shopifex
Releases · ericdude4/shopifex
v2.1.14
What's Changed
- Support phoenix 1.7 by @GeorgeRDBuckley in #60
- add
allowed_drift
config option by @kenichi in #63
New Contributors
- @GeorgeRDBuckley made their first contribution in #60
- @kenichi made their first contribution in #63
Full Changelog: v2.1.13...v2.1.14
v2.1.13
v2.0.1
- Ensure that the current
shop
scopes in the session are up-to-date based onconfig :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
v2.0.0
v1.1.1
v1.0.1
v0.6.0
insert_shop callback and doc improvements
- remove
shopifex_admin
route macro - update docs
- add insert_shop callback
Route macros, after_install callback, payment guards
- use simple route macros instead of writing out boilerplate routes and pipelines.
- add
after_install
callback which can be overridden inAuthController
- BETA payment guards. Use the Shopifex.Plug.PaymentGuard plug. If the merchant does not have an active grant associated with the named guard, it will redirect them to a plan selection page, allow them to pay, and handle the payment callback all automatically.
- a few other conveniences related to config options.