forked from kloon/WooCommerce-REST-API-Client-Library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
33 lines (21 loc) · 716 Bytes
/
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
## Changelog
**version 3.0 - 2015-08-11**
- Fix v3 authentication
- Implemented bulk
-- mikylucky's fork start
**version 2.0.1 - 2015-07-13**
- Fix composer configuration
**version 2.0.0 - 2015-05-05**
- Add support for v2 API (v1 is no longer supported)
- Greatly improved error handling and logging
- Add store URL validation
**version 0.3.1 - 2014-05-02**
- Fix parameter normalization issue with WC 2.1.7+
**version 0.3 - 2014-02-20**
- Add HTTP error messages on failed cURL calls
**version 0.2 - 2014-01-22**
- Add support for filters/params to endpoint functions
- Add new top sellers report endpoint function
- Add function to call custom endpoints
**version 0.1 - 2013-12-10**
- Initial release