Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Releases: gnikyt/laravel-shopify

v14.0.1

20 Nov 17:49
b5a1b46
Compare
Choose a tag to compare
  • Fix to route overrides #619
  • Pass session object into api_init option #620

v14.0.0

16 Oct 12:00
a1d6371
Compare
Choose a tag to compare

v13.1.0

09 Oct 12:25
Compare
Choose a tag to compare
  • Ability to override internal package routes (#598) (docs)

v13.0.0

17 Sep 13:03
1c4f9c3
Compare
Choose a tag to compare

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 of new
  • 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

15 Jul 15:04
Compare
Choose a tag to compare

v12.0.1

18 Jun 13:21
Compare
Choose a tag to compare
  • Updated code for APIHelper to account for new underlying API changes (array to ResponseAccess), solves #502

v12.0.0

29 May 11:29
89588f8
Compare
Choose a tag to compare

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's Osiset\BasicShopifyAPI\Session
  • All return types for Services/ApiHelper which we're stdClass are now changed to Osiset\BasicShopifyAPI\ResponseAccess or array

v11.5.0

04 May 17:27
Compare
Choose a tag to compare
  • Parse query strings the same as Shopify to support array parameters by @joelvh #469
  • Fix for #424 by aliasing ONETIME to CHARGE for ChargeType enum
  • Fix for #462 to ensure HMAC is passed if shop is guest
  • ShopDomain object instead of string in webhook-job stub by @awebartisan #472

v11.4.1

26 Apr 15:44
Compare
Choose a tag to compare
  • Bump underlying API package to ^8

v11.4.0

19 Apr 23:15
67a06ab
Compare
Choose a tag to compare
  • 445 - Adds isRecurring check for activated_on by @awebartisan
  • 449 - Fix 5.8 migration for big ints by @aaronlp