Skip to content

Commit 7680938

Browse files
committed
Release of v0.1.4
1 parent b82c06c commit 7680938

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# 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+
210
## v0.1.3 - 07-JAN-2021
311
### ADDED
412
- WooCommerce order notes enpoints wrapper added
@@ -20,11 +28,14 @@
2028
## v0.1.1 - 21-DEC-2020
2129
### FIXED
2230
- `post-req` function arguments refactored in `core.clj`.
31+
2332
### UPDATED
2433
- WP REST API functions moved to `rest.clj` and prefixed them with `wp-`.
2534
- Project name set explicitly at `project.clj` to make the documentation pretty.
35+
2636
### CHNAGED
2737
- Logo color changed to black
38+
2839
### ADDED
2940
- Unit test added for core functions in `core.clj`.
3041
- Unit test added for core functions in `rest.clj`.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Currently below endpoints wrapper functions are available-
1515
- Orders
1616
- Products
1717
- Order Notes (Added at v0.1.3)
18+
- Order Refunds (Added at v0.1.4)
1819

1920
Others are work in progress, will be available soon!
2021

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.codemascot/wc-api-clj "0.1.3"
1+
(defproject org.clojars.codemascot/wc-api-clj "0.1.4"
22
:description "WooCommerce REST API client written in Clojure."
33
:url "https://github.com/codemascot/wc-api-clj"
44
:scm {:name "git"

0 commit comments

Comments
 (0)