Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Releases: gnikyt/laravel-shopify

v2.3.0

23 May 02:34
Compare
Choose a tag to compare
  • Updates underlying Shopify API to allow for both REST and GraphQL calls (which is in BETA by Shopify) (ohmybrew/basic-shopify-api@1.x -> ohmybrew/basic-shopify-api@3.0.0)
  • No breaking changes should occur as the underlying library for the Shopify API remains the same

v2.2.0

25 Apr 16:53
4e0ad00
Compare
Choose a tag to compare
  • Adds support for passing UsageCharge API details (capped_amount, terms) to the billing screen (issue #21)

v2.1.1

19 Mar 16:30
f996028
Compare
Choose a tag to compare

Solves edge cases for items like issue #18 where session authentication gets axed before the redirection, it is now moved to use HTTP params instead of session.

v2.1.0

11 Mar 16:57
f6604c5
Compare
Choose a tag to compare
  • Added ability to disable ESDK (which is enabled by default) (see configuration for disabling) (issue #16)
  • Automatic header handling for ESDK mode through the middleware

v2.0.1

12 Feb 18:00
Compare
Choose a tag to compare
  • Fix for issue #14 for webhook causing CSRF issue (moved route to API group)
  • Fix to allow for 5.6 of Laravel to be installed through Composer from pull #13 (@c4l3b)

v2.0.0

26 Jan 14:58
b1fa0aa
Compare
Choose a tag to compare

This version bump adds an entire new feature for baked-in billing! You can now produce single or recurring charges for your Shopify applications with some simple configuration additions.

There's no internal code changes, however, if you'd like to enable billing on your existing app, see upgrading doc as well as the changelog.

Other useful resources: