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
v11.3.0
- Updated namespace of AppUninstalledJob #441 by @awebartisan
- Only process needed request values #430 by @andrewscofield
- Fix deleted charge #431 by @aepnat
v11.2.0
v11.0.0
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
v10.3.0
v10.2.1
v10.2.0
- 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
v10.0.0
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
This is a release to focus on improving the auth flows in the middleware
- #318 For a new and improved app install page by @ncpope
- #310, #309 for specific cases on optional params and improvement to hmac checks by @StefanNeuser and @darrynten
- #305 Security Fix for A4 IDOR Vulnerability by @darrynten
- #301 Refactors the functionality to get the flow type by @darrynten