File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## v0.1.4 - 16-JAN-2021
3
+ ### FIXED
4
+ - Order notes endpoint test data transferred to ` core_test.clj ` file.
5
+
6
+ ### ADDED
7
+ - WooCommerce order refund enpoints wrapper added
8
+ - WooCommerce order refund enpoints wrapper unit tests added
9
+
2
10
## v0.1.3 - 07-JAN-2021
3
11
### ADDED
4
12
- WooCommerce order notes enpoints wrapper added
20
28
## v0.1.1 - 21-DEC-2020
21
29
### FIXED
22
30
- ` post-req ` function arguments refactored in ` core.clj ` .
31
+
23
32
### UPDATED
24
33
- WP REST API functions moved to ` rest.clj ` and prefixed them with ` wp- ` .
25
34
- Project name set explicitly at ` project.clj ` to make the documentation pretty.
35
+
26
36
### CHNAGED
27
37
- Logo color changed to black
38
+
28
39
### ADDED
29
40
- Unit test added for core functions in ` core.clj ` .
30
41
- Unit test added for core functions in ` rest.clj ` .
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Currently below endpoints wrapper functions are available-
15
15
- Orders
16
16
- Products
17
17
- Order Notes (Added at v0.1.3)
18
+ - Order Refunds (Added at v0.1.4)
18
19
19
20
Others are work in progress, will be available soon!
20
21
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.codemascot /wc-api-clj " 0.1.3 "
1
+ (defproject org.clojars.codemascot /wc-api-clj " 0.1.4 "
2
2
:description " WooCommerce REST API client written in Clojure."
3
3
:url " https://github.com/codemascot/wc-api-clj"
4
4
:scm {:name " git"
You can’t perform that action at this time.
0 commit comments