Releases
v5.1.0 1/3/2025
🚀 New
- Update address forms to support precognition @ryanmitchell (#269)
🐛 Fixed
- Only show Nav group if user has some access @ryanmitchell (#268)
- Pass Alpine instance to createStore and createData @ryanmitchell (#267)
v5.0.7 12/3/2024
🐛 Fixed
- Update quantities correctly @ryanmitchell (#265)
v5.0.6 11/29/2024
🐛 Fixed
- Fix created_at on order create @ryanmitchell (#263)
v5.0.5 11/29/2024
🐛 Fixed
- Fix how we set publish status on products @ryanmitchell (#261)
v5.0.4 11/28/2024
🐛 Fixed
- Update publishable views to Alpine @ryanmitchell (#260)
- Handle empty images in import @ryanmitchell (#259)
v5.0.3 11/22/2024
🐛 Fixed
- Installing blueprint should use YAML file, not YAML parse @ryanmitchell (#257)
v5.0.2 11/14/2024
🐛 Fixed
- Fix incorrect variable name on order create @ryanmitchell (#255)
v5.0.1 11/4/2024
Fix bad release
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v5.0.0...v5.0.1
v5.0.0 11/4/2024
🚀 New
- Move to shopfront-api checkouts, provide agnostic JS and alpine helper @ryanmitchell (#241)
Fixed
- Types needs renamed to type in the product template @sunscreem (#246)
v4.0.6 10/27/2024
What's Changed
- Prevent current timestamp being added to draft products by @sunscreem in https://github.com/statamic-rad-pack/shopify/pull/245
New Contributors
- @sunscreem made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/245
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v4.0.5...v4.0.6
v4.0.5 10/17/2024
🐛 Fixed
- Mirror pagination change to fetchCollections @ryanmitchell (#244)
🧰 Maintenance
- We don't need Product Create on setup @ryanmitchell (#243)
v4.0.4 10/3/2024
🐛 Fixed
- Ensure future dated products get marked a published @ryanmitchell (#240)
v4.0.3 9/18/2024
What's Changed
- Error on Collection Create/Update Webhook by @anditopping in https://github.com/statamic-rad-pack/shopify/pull/238
New Contributors
- @anditopping made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/238
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v4.0.2...v4.0.3
v4.0.2 9/13/2024
🐛 Fixed
- Fix nextPage being null @ryanmitchell (#237)
v4.0.1 9/13/2024
🐛 Fixed
- Fix installation errors @ryanmitchell (#235)
v4.0.0 9/11/2024
🚀 New
- Final v4 changes @ryanmitchell (#231)
- Remove
respect_shopify_publish_status_and_dates
config @ryanmitchell (#230) - Move collection create/update/delete to its own webhook and job @ryanmitchell (#229)
- Create collections, taxonomies and asset containers programatically @ryanmitchell (#233)
v3.6.0 9/9/2024
What's new
v3.5.1 9/5/2024
🐛 Fixed
- Don't download an image unless we need it @ryanmitchell (#226)
v3.5.0 9/4/2024
Whats new
- Set default roles and groups from Statamic when making users @ryanmitchell (#225)
v3.4.2 8/6/2024
- Fix bug in customer orders tag when no customer exists @ryanmitchell (#223)
🐛 Fixed
- Fix icon in dark mode @ryanmitchell (#224)
v3.4.1 7/25/2024
- Fix bugs in product webhook update @ryanmitchell (#222)
v3.4.0 5/24/2024
- [fix] Add shopify prefix to tags requiring it @haugen86 (#219)
🚀 New
- Add session_storage_path config @ryanmitchell (#221)
v3.3.1 5/14/2024
- Support pagination on customer orders tag @ryanmitchell (#216)
🐛 Fixed
- Don't set shopify context if a key isnt set @ryanmitchell (#218)
v3.3.0 5/2/2024
- Support Statamic 5 @ryanmitchell (#208)
🚀 New
- Add helper for parsing Shopify Rich Text metafields @ryanmitchell (#215)
v3.2.3 5/1/2024
- Add correct site handle for translations @JonKaric (#212)
🐛 Fixed
- Select default site for variants @ryanmitchell (#214)
v3.2.2 4/10/2024
🐛 Fixed
- Hide blueprints so they cant be added through CP @ryanmitchell (#207)
v3.2.1 3/17/2024
What's Changed
- Update ImportSingleProductJob.php by @dwainscheeren in https://github.com/statamic-rad-pack/shopify/pull/205
New Contributors
- @dwainscheeren made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/205
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v3.2.0...v3.2.1
v3.2.0 3/11/2024
🚀 New
- Add
last_purchased
andtotal_purchased
to product variants @ryanmitchell (#191)
🐛 Fixed
- Default all Shopify managed fields to readonly @ryanmitchell (#204)
v3.1.1 1/17/2024
🐛 Fixed
- Use getNextPageQuery correctly @ryanmitchell (#200)
v3.1.0 1/12/2024
🚀 New
- Use new nav methods to build custom navigation @ryanmitchell (#193)
🐛 Fixed
- Fix variant form styling @ryanmitchell (#197)