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

Releases: gnikyt/laravel-shopify

v11.3.0

09 Apr 09:12
Compare
Choose a tag to compare

v11.2.0

25 Mar 02:15
Compare
Choose a tag to compare
  • Fix #427 - Uninstall job should use shop domain value, not shop ID value
  • Fix #425 - Mismapping of terms for charge
  • Merged #429 to help issue #425 by @enmaboya
  • Merged #428 to help reinstall/restore of shop by @aepnat

v11.0.0

17 Mar 01:25
Compare
Choose a tag to compare

The rewrite has landed. Unit/functional/physical tests have went fine so a release is out.

Please open any issues if you encounter any.

Upgrading from v10.x.x to v11.x.x is "possible" but highly convoluted, a basic outline is available in the Upgrading wiki, but untested.

Key points:

  • Complete package rewrite
  • Shops are now moved into native Laravel user
  • Auth is now moved into native Laravel auth
  • New services to assist in API calls, cookie handling, and more
  • Code separated into comparments, Actions, Queriers, Commands, Contracts, Services, Traits, and more
  • Many thankful contributions and pull requests pulled into the code

v10.3.1

06 Feb 17:13
dfd8b6b
Compare
Choose a tag to compare
  • Merges #386 - Fixes SameSite cookie on some platforms.

v10.3.0

02 Feb 23:54
2f6f1d2
Compare
Choose a tag to compare

v10.2.1

15 Oct 02:47
bc50dd0
Compare
Choose a tag to compare

Patch to adjust exception handler to use app.debug.

v10.2.0

15 Oct 01:23
Compare
Choose a tag to compare
  • Basic Shopify API bumped to 6.0.0 to allow for async requests.
  • Fix for #336 Allow for bulk actions
  • Merged #330 to auto append "Job" to webhook job creation if missing
  • Merged #335 to allow for App Bridge version through config.
  • Fix for #337 to rely on debug value for throwing exception (previously environment was used)

v10.1.0

28 Sep 16:32
Compare
Choose a tag to compare
  • Adds support to redirect user to login page with nice exception message instead of a 500 error (#277)

v10.0.0

06 Sep 04:02
Compare
Choose a tag to compare

Major bump due to introduction of Laravel 6 support and changes to auth flow (internally) and removal of Blade helpers.

  • Removal of shop_route
    b+ #328 for Laravel 6 support (@jedimdan)
  • #322 for removing partial flow (only full auth flow now)
  • #320 for specific exception messaging (@StefanNeuser)
  • Several changes to auth middleware to improve past issues
  • Fixes to charges/plans to ensure trial days are adjusted on reinstall during trial period

v9.2.0

23 Aug 14:25
Compare
Choose a tag to compare

This is a release to focus on improving the auth flows in the middleware