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

Releases: gnikyt/laravel-shopify

v16.0.4

26 Feb 18:44
be94087
Compare
Choose a tag to compare
  • Fix high usage of memory during installation (#703)

v16.0.3

11 Feb 13:31
Compare
Choose a tag to compare
  • Fix make webhook stub use proper ShopDomain class (#681)
  • Fix webhooks dispatch into specified queue (#682)
  • Fix detection of offline token presence in shop model

v16.0.2

03 Feb 13:06
Compare
Choose a tag to compare
  • Fix for browsers without requestStorageAccess (#679)

v16.0.1

01 Feb 16:17
f4c6273
Compare
Choose a tag to compare
  • Excluded authentication and billing routes from ITP middleware to not disrupt the install flow (#678)

v16.0.0

22 Jan 18:15
0cb0934
Compare
Choose a tag to compare
  • Resolution for ITP issues (#522 / #664)
  • Dropped support for Laravel 5.x and 6.x in GitHub Actions (#664)
  • Added support for PHP 8 (#664)
  • Removed ConfigAccessible trait and ConfigHelper service as they are no longer needed, getShopifyConfig helper function is now the successor

v15.1.1

29 Dec 17:08
60a7da4
Compare
Choose a tag to compare
  • Use ShopId interface throughout code instead of direct reference to class (#643 / #646)
  • Fix for config array being empty on fresh Laravel 8 install (#649)
  • Fix to check for already-existing deleted_at column (soft delete) on migration install (#642)

v15.1.0

02 Dec 17:17
5e51672
Compare
Choose a tag to compare
  • Added new config option config_api_callback (#629) to allow for having custom logic for accessing api_* config such as api_key, api_secret etc

v15.0.0

25 Nov 19:33
3ed5b58
Compare
Choose a tag to compare
  • Fix to all jobs (#624) so that they now use basic scalar values to prevent serialization errors
  • WebhookInstaller and ScripttagInstaller jobs no longer inject the action class, the action class is resolved in the handle method

Potential breaking change if you've overloaded the AppUninstall job, or have webhook jobs. See UPGRADING wiki entry for more information.

v14.0.3

24 Nov 18:31
Compare
Choose a tag to compare
  • Adjustment to use Request::all() instead of Request::instance() for api_init to prevent serialization errors

v14.0.2

24 Nov 18:10
Compare
Choose a tag to compare
  • Patch to add current request instance to be injected into api_init