This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Releases: gnikyt/laravel-shopify
Releases · gnikyt/laravel-shopify
v9.1.0
- Merged #301 to better assist in cleaning up and determining the flow type (AuthShop Middleware)
- Merged #299 to add support for SPA apps (AuthShop Middleware)
- Merged #298 to assist in session clashes as well as sniff headers for the shop if applicable (AuthShop Middleware)
- Added shop_route for Blade templates which extends route, this adds the shop to the URL automatically (see Usage)
- Added shop_url for Blade templates which allows for use of custom URLs which will also append the shop to the URL automatically (see Usage)
v9.0.0
v8.0.0
v7.1.0
v6.0.0
This release introduces a new major version bump to the underlying Shopify API library, Basic-Shopify-API. This package was bumped as well in case some of you are are handling errors with API calls through try/catch. The difference is, the underlying package now internally catches 4XX-500 errors for you and provides the error and messaging in the response object, so your catch block will not fire for these issues.
v5.3.0
- Added ability to specify which queue channel each job (webhooks, scripttags, and after_authenticate) should use (with a default of null) (#177)
- Cleaned up AuthShop middleware to check for any existence of the response being based upon Symfony response (in case someone is using a custom response)
No upgrading is needed however if you wish to use the new queue config, please refer to the Upgrading doc in the wiki for what entries to add to your config/shopify-app.php
file.