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
v14.0.1
v14.0.0
v13.1.0
v13.0.0
Please refer to the UPGRADING and CHANGELOG wiki pages for information.
- Add Laravel 8 support (#570)
- API library updated to support Laravel 8 / Guzzle 7 (#582)
- Removal of "login" route and view
- Unused script tags auto-deleted (#543)
- Unused webhooks auto-deleted
Internal:
- Always use proper assertions for testing (#581)
- Migrate PHPUnit configuration file against its new schema (#580)
- Enforce editorconfig settings on fixtures (#579)
- Exception is now thrown for bad signature instead of a redirect to "login" page
- Exception is now thrown for missing shop domain instead of redirect to "login" page
- BaseException render method removed
- Value objects migrated to use
fromNative
instead ofnew
- Adjustment to remove legecy-factories dependency (#576)
- Do not hardcode dev package in composer.json (#575)
- Removal of bin directory (#574)
- Updated composer.json to support legacy factories for Orchestra (#573)
- Normalize composer.json (#561)
- Fix all constructor return docblocks signatures (#560)
- Declare missing tests classes properties (#559)
- Always prefer stricter comparisons (#558)
- StyleCI integration (#557)
- .editorconfig support (#556)
- Fix shopDomain type in webhook generator (#555)
- Update the comment typos of shopify-app.php (#553)
v12.1.0
v12.0.1
v12.0.0
Warning: Contains potential breaking changes to API access, see Upgrading for more information
Public-facing changes
- Upgrade to v9.0 of underlying API package
- Several config options removed, some added, to support the new underlying API package version
- Accessing REST/GraphQL data has slightly changed (
$response->body->...
=>$response['body']->...
), refer to Upgrade wiki
Internal
ApiSession
transfer object removed, replaced with underlying API package'sOsiset\BasicShopifyAPI\Session
- All return types for
Services/ApiHelper
which we'restdClass
are now changed toOsiset\BasicShopifyAPI\ResponseAccess
orarray