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
v5.0.1
Ability for manual or automatic migrations.
'manual_migrations' => (bool) env('SHOPIFY_MANUAL_MIGRATIONS', false),
Explanation:
This option option allows you to use:
`php artisan vendor:publish --tag=migrations` to push migrations
to your app's folder so you're free to modify before migrating.
Besides this, a fix was implemented to handle redirect responses.
v5.0.0
Possible breaking changes if you've extended the package.
+All code has been refactored to make use of Laravel more "properly"
- Code moved to use Facades
- Tests re-wrote to use Facades and factories
- Services created to aide in re-use (BillingPlan, UsageCharge, AuthShopHandler)
- Controller code thinned out to interact with services and provide responses
- Request validators added (AuthShop, StoreUsageCharge)
Be sure to read the Changelog and Upgrade wiki docs.