Skip to content

Releases: ericdude4/shopifex

v2.1.14

28 Apr 19:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.13...v2.1.14

v2.1.13

07 Feb 15:10
Compare
Choose a tag to compare
  • updates shopifex-provided React component dep versions
  • use new createApp function signature as per Polaris requirements

v2.0.1

25 Aug 21:25
Compare
Choose a tag to compare
  • 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

v2.0.0

17 Aug 20:30
Compare
Choose a tag to compare
  • Move show_plans optional callback from Shopifex.PaymentGuard behaviour to render_plans in ShopifexWeb.PaymentController behavour

v1.1.1

17 Aug 20:02
Compare
Choose a tag to compare
  • add Shopifex.Plug.put_shop_in_session/2
  • remove shopify dependency

v1.0.1

03 Jun 21:09
Compare
Choose a tag to compare

v1 release! 🎉

  • Refactored codebase
  • better documentation
  • added mix shopifex.install task

v0.6.0

03 May 17:59
5fc9b9a
Compare
Choose a tag to compare
  • SPA support
  • JWT based app sessions
  • locale support
  • Minor bug fixes

insert_shop callback and doc improvements

23 Feb 21:01
Compare
Choose a tag to compare
  • remove shopifex_admin route macro
  • update docs
  • add insert_shop callback

Route macros, after_install callback, payment guards

20 Jan 15:00
a7f2377
Compare
Choose a tag to compare
  • use simple route macros instead of writing out boilerplate routes and pipelines.
  • add after_install callback which can be overridden in AuthController
  • 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.

v0.2.0

22 Aug 23:13
Compare
Choose a tag to compare

Add config option for reinstall_url