-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
83 lines (83 loc) · 3.29 KB
/
releases.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
{
"version": "1.0.8",
"downloadUrl": "https://github.com/surprisehighway/craft-avataxtaxadjuster/archive/master.zip",
"date": "2019-07-15T05:31:39.458Z",
"notes": [
"[Improved] Reduce calls to the Avatax Tax Service."
]
},
{
"version": "1.0.7",
"downloadUrl": "https://github.com/surprisehighway/craft-avataxtaxadjuster/archive/master.zip",
"date": "2018-06-27T05:31:39.458Z",
"notes": [
"[Added] Entity/Use Code for exempting customers from tax.",
"[Added] Automatically install fields when plugin is installed."
"[Improved] Move all options to plugin settings and allow config overrides."
"[Improved] Cache address validation requests to limit API calls during checkout."
"[Improved] Cache Sales Order tax requests to limit API calls during checkout."
"[Improved] Updated logging display."
]
},
{
"version": "1.0.6",
"downloadUrl": "https://github.com/surprisehighway/craft-avataxtaxadjuster/archive/master.zip",
"date": "2018-05-18T05:31:39.458Z",
"notes": [
"[Added] Send descriptions for products, discounts, and shipping line items.",
"[Improved] Updated Avatax PHP SDK to v18.4.4.191."
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/surprisehighway/craft-avataxtaxadjuster/archive/master.zip",
"date": "2017-12-22T05:31:39.458Z",
"notes": [
"[Added] Connection Test in settings page.",
"[Added] Full transaction logging (when enabled).",
"[Added] Setting to enable/disable tax calculation.",
"[Added] Setting to enable/disable document committing.",
"[Added] AvaTax Address validation (when enabled).",
"[Added] Refunds (AvaTax ReturnInvoice) for payment gateways that support refunds.",
"[Fixed] Do not require a Shipping Method for initial tax calculation. (Shipping Address must still be set before initial calculation).",
"[Improved] Default Tax Code now configurable.",
"[Improved] Default Shipping Tax Code now configurable.",
"[Improved] Customer code now uses email address to match Craft Commerce.",
"[Improved] Document code now uses the full Craft Commerce order number (prefixed).",
"[Improved] Updated documentation including product-level tax code field setup."
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/surprisehighway/craft-avataxtaxadjuster/archive/master.zip",
"date": "2017-08-17T05:31:39.458Z",
"notes": [
"[Fixed] Resolved createSalesInvoice error."
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/surprisehighway/craft-avataxtaxadjuster/archive/master.zip",
"date": "2017-08-16T05:31:39.458Z",
"notes": [
"[Fixed] Resolved concatenation syntax bug."
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/surprisehighway/craft-avataxtaxadjuster/archive/master.zip",
"date": "2017-07-31T05:31:39.458Z",
"notes": [
"[Fixed] Replaced missing source for /vendor/avalara/avataxclient and re-tracked in git."
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/surprisehighway/craft-avataxtaxadjuster/archive/master.zip",
"date": "2017-06-07T05:31:39.458Z",
"notes": [
"[Added] Initial release"
]
}
]