Releases: Kyon147/laravel-shopify
v22.0.0
Please remember to check the Upgrade guide for anything you might need to add.
Overview
This major release moves over to AppBridge version 4.
What's Changed
New Contributors
Full Changelog: v21.2.0...v22.0.0
v21.2.0
There should not be any backwards breaking changes, but please create an issue if there is.
Please remember to check the Upgrade guide for anything you might need to add.
What's Changed
- Fix billing on by @jmanucornejo in #310
- fixed spelling by @bilogic in #321
- config update for laravel 11 by @abhihyder in #324
- Pass locale across different steps by @kurakin-oleksandr in #347
- use composer version of linter by @jeroendelau in #346
- configure job connections by @abhihyder in #323
- modify SessionToken to be compatible with Checkout UI Extension by @jeroendelau in #329
- Add subdomain support by @bishwajitcadhikary in #318
- Update CI to test on PHP 8.2 and 8.3 by @Jamesking56 in #341
- Update uninstall job for checking the freemium flag (Type Juggling]) by @alamriku in #280
New Contributors
- @jmanucornejo made their first contribution in #310
- @bilogic made their first contribution in #321
- @abhihyder made their first contribution in #324
- @jeroendelau made their first contribution in #346
- @bishwajitcadhikary made their first contribution in #318
- @Jamesking56 made their first contribution in #341
- @alamriku made their first contribution in #280
Full Changelog: v21.1.0...v21.2.0
v21.1.0
What's Changed
- Update token handling in Livewire requests (#255) by @MarkusPayne in #286
- #305 | Try and catch the theme support and any error we keep the theme null by @Kyon147 in #312
- Update README.md by @AzadGh95 in #308
- misc: api version updated to 2024-04 by @sabira-khan in #307
- Remove hardcoded AppBridge CDN URL to make use of CDN defined in config. by @d-shannon in #300
New Contributors
- @MarkusPayne made their first contribution in #286
- @AzadGh95 made their first contribution in #308
- @sabira-khan made their first contribution in #307
- @d-shannon made their first contribution in #300
Full Changelog: v21.0.0...v21.1.0
v21.0.0
Potential Breaking Changes please make sure you check the Laravel requirements https://laravel.com/docs/11.x/upgrade
What's Changed
New Contributors
Full Changelog: v20.0.0...v21.0.0
v20.0.0
Important Note
This is a major update to address the Shopify API version upgrade which can have breaking changes.
Please check their versioning guide ](https://shopify.dev/docs/api/release-notes/2024-01) to see if it affects your app.
What's Changed
- Replace hardcoded table name with helper method by @Lotuashvili in #247
- Fixes the missing host param based on the issue #242 by @Kyon147 in #246
- Update composer.json by @Kyon147 in #266
- upgrade API version to 2024-01 by @handhikadj in #268
New Contributors
- @handhikadj made their first contribution in #268
Full Changelog: v19.2.0...v20.0.0
v19.2.0
Please follow the upgrade steps in the wiki
What's Changed
- Include "host" in @sessionToken output by @michaellehmkuhl in #194
- Include "shop" in @sessionToken output (to fix POS session issue) by @tom-rice in #217
- Bump API version to 2023-10 by @npabisz in #221
- Added Event Listener system by @nahid in #212
New Contributors
Full Changelog: v19.1.0...v19.2.0
v19.1.0
What's Changed
- Remove deprecated app bridge utils by @michaellehmkuhl in #191
- Created Middleware to Verify Scopes and reauthenticate if required by @usmanpakistan in #187
New Contributors
- @michaellehmkuhl made their first contribution in #191
- @usmanpakistan made their first contribution in #187
Full Changelog: v19.0.0...v19.1.0
v19.0.0
This release includes breaking changes. Please read the update guide.
What's Changed
- Moved the API namespace from osiset to gnikyt by @SachinBahukhandi in #168
- Feature/verify theme support by @rvibit in #69
New Contributors
- @SachinBahukhandi made their first contribution in #168
- @rvibit made their first contribution in #69
Full Changelog: v18.2.0...v19.0.0
v18.2.0
Please visit the upgrading guide for more information
What's Changed
- Improve shop domain sanitization by @stidges in #162
- Support | Allow the updating of the root url used for the CDN by @Kyon147 in #176
Full Changelog: v18.1.0...v18.2.0
v18.1.0
What's Changed
- Update the namespace comment by @Kyon147 in #128
- bugfix: Add missing foreign key for shop/charge relationship by @ClaraLeigh in #140
- Feature: Manually map a webhook to a dispatchable class by @ClaraLeigh in #127
- Bump default shopify API version by @npabisz in #132
- Extend session token class api by @stidges in #141
- Implement leeway for nbf and iat in session token by @stidges in #147
New Contributors
- @ClaraLeigh made their first contribution in #140
- @npabisz made their first contribution in #132
- @stidges made their first contribution in #141
Full Changelog: v18.0.1...v18.1.0