Skip to content

Tags: expertcoder/laravel-shopify

Tags

v16.0.6

Toggle v16.0.6's commit message
Updated CONTRIBUTORS.txt

v16.0.5

Toggle v16.0.5's commit message
StyleCI fixes

v16.0.4

Toggle v16.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix high usage of memory during installation (gnikyt#705)

Co-authored-by: Clyde Dexter Santiago <[email protected]>

v16.0.3

Toggle v16.0.3's commit message
Fix to styleci

v16.0.2

Toggle v16.0.2's commit message
List SQLite as extension for Github Actions

v16.0.1

Toggle v16.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ITP route (potential) route fix (gnikyt#678)

v16.0.0

Toggle v16.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/php 8 support (gnikyt#664)

* Test PHP 8 support for Actions

* Drop older Laravel versions

* Exclude Laravel 7 from PHP 8 since Laravel 7 required ^7.2

* Use Laravel 8.22 as it supports PHP 8 and has no security reports

* Fix version 8.0 to 8.22 for Actions

v15.1.1

Toggle v15.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for gnikyt#613 where config is blank on install (gnikyt#649)

v15.1.0

Toggle v15.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/add shop to api init (gnikyt#631)

* Added shop context to getConfig trait, added callback for API config

* Normalize composer file

* Fix to AuthProxy middleware shop context for getConfig

* Revert Billable middleware shop position

* Added shop context to getConfig in API setup

v15.0.0

Toggle v15.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for Job Serialization for Webhooks (gnikyt#624)

* Fix to remove job class from arguments passed to job, issues with serialization occurs

* StyleCI fixes

* Adjustment to webhook jobs and webhook stub to use scalar values for job arguments

* Fix to StyleCI