File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Unreleased
22
3- - Updated to Exq 0.13.1
3+ ## 0.2.5
4+
5+ - Add new Plug.AdminAuthenticator for easy Shop admin panel authentication
6+ - Refactor Plug.Webhook
7+
8+ ## 0.2.4
9+
10+ - Bump Exq ver and use Jason encoding for jobs
11+ - Add REST.Asset and REST.Theme
12+
13+ ## 0.2.3
14+
15+ - Added filter params to REST.Metafield.all/2&3
416
517## 0.2.2
618
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The package can be installed by adding `shopify_api` to your list of dependencie
1212``` elixir
1313def deps do
1414 [
15- {:shopify_api , github: " pixelunion/elixir-shopifyapi" , tag: " 0 .2.3 " }
15+ {:shopify_api , github: " pixelunion/elixir-shopifyapi" , tag: " v0 .2.5 " }
1616 ]
1717end
1818```
Original file line number Diff line number Diff line change 11defmodule Plug.ShopifyAPI.MixProject do
22 use Mix.Project
33
4- @ version "0.2.4 "
4+ @ version "0.2.5 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments