Skip to content

Commit

Permalink
Release of v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khanrn committed Jan 16, 2021
1 parent b82c06c commit 7680938
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log
## v0.1.4 - 16-JAN-2021
### FIXED
- Order notes endpoint test data transferred to `core_test.clj` file.

### ADDED
- WooCommerce order refund enpoints wrapper added
- WooCommerce order refund enpoints wrapper unit tests added

## v0.1.3 - 07-JAN-2021
### ADDED
- WooCommerce order notes enpoints wrapper added
Expand All @@ -20,11 +28,14 @@
## v0.1.1 - 21-DEC-2020
### FIXED
- `post-req` function arguments refactored in `core.clj`.

### UPDATED
- WP REST API functions moved to `rest.clj` and prefixed them with `wp-`.
- Project name set explicitly at `project.clj` to make the documentation pretty.

### CHNAGED
- Logo color changed to black

### ADDED
- Unit test added for core functions in `core.clj`.
- Unit test added for core functions in `rest.clj`.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Currently below endpoints wrapper functions are available-
- Orders
- Products
- Order Notes (Added at v0.1.3)
- Order Refunds (Added at v0.1.4)

Others are work in progress, will be available soon!

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.codemascot/wc-api-clj "0.1.3"
(defproject org.clojars.codemascot/wc-api-clj "0.1.4"
:description "WooCommerce REST API client written in Clojure."
:url "https://github.com/codemascot/wc-api-clj"
:scm {:name "git"
Expand Down

0 comments on commit 7680938

Please sign in to comment.