forked from Shopify/active_fulfillment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
62 lines (46 loc) · 2.57 KB
/
CHANGELOG
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
= ActiveFulfillment CHANGELOG
== Version 2.1.7
* Add shopify_api service
* Drop Ruby 1.9.3 support
== Version 2.1.0
* Added fetch_tracking_data methods which returns tracking_companies and tracking_urls if available in addition to tracking_numbers for each service
== Version 2.0.0 (Jan 5, 2013)
* API Change on tracking numbers, returns array instead of single string [csaunders]
== Version 1.0.3 (Jan 21, 2010)
* Include "pending" counts in stock levels for Shipwire [wisq]
* Add option to include pending stock in Shipwire inventory calculations [jessehk]
== Version 1.0.2 (Jan 12, 2010)
* Include "pending" counts in stock levels for Shipwire [wisq]
== Version 1.0.1 (Dec 13, 2010)
* Updated common files with changes from activemerchant [Dennis Theisen]
* Updated Webgistix USPS shipping methods (4 added, 1 removed) [Dennis Theisen]
* Changed Webgistix to treat a duplicate response as success instead of failure and to retry failed connection errors. [Dennis Theisen]
== Version 1.0.0 (July 12, 2010)
* Add inventory support to Amazon and Webgistix [wisq]
== Version 0.10.0 (July 6, 2010)
* Remove DHL from Webgistix shipping methods [Dennis Thiesen]
* Update Amazon FBA to use AWS credentials [John Tajima]
* Use new connection code from ActiveMerchant [cody]
* Add #valid_credentials? support to all fulfillment services [cody]
* Return 'Access Denied' message when Webgistix credenentials are invalid [cody]
* Update Shipwire endpoint hostname [cody]
* Add missing ISO countries [Edward Ocampo-Gooding]
* Add support for Guernsey to country.rb [cody]
* Use a Rails 2.3 compatible OrderedHash [cody]
* Use :words_connector instead of connector in RequiresParameters [cody]
* Provide Webgistix with a valid test sku to keep remote tests passing
* Update PostsData to support get requests
* Update Shipwire to latest version of dtd.
* Use real addresses for Shipwire remote fulfillment tests
* Pass Shipwire the ISO country code instead of the previous name and country combo. Always add the country element to the document
* Update Shipwire warehouses and don't send unneeded Content-Type header
* Add configurable timeouts from Active Merchant
* Shipwire: Send the company in address1 if present. Otherwise send address1 in address1.
* Always send address to Shipwire
* Map company to address1 with Shipwire
* Sync posts_data.rb with ActiveMerchant
* Add support for fetching tracking numbers to Shipwire
* Move email to the options hash. Refactor Shipwire commit method.
* Package for initial upload to Google Code
* Fix remote Webgistix test
* Add support for Fulfillment by Amazon Basic Fulfillment