Tags: expertcoder/laravel-shopify
Tags
Fix high usage of memory during installation (gnikyt#705) Co-authored-by: Clyde Dexter Santiago <[email protected]>
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
Fix for gnikyt#613 where config is blank on install (gnikyt#649)
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
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
PreviousNext