File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.3.1] - 2020-12-20
2+
3+ * README updates
4+
15## [ 1.3.0] - 2020-12-20
26
37* New WooCommerce APIs
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ In your flutter project add the dependency:
1515``` dart
1616dependencies:
1717 ...
18- woosignal: ^1.3.0
18+ woosignal: ^1.3.1
1919```
2020
2121### Usage example #
@@ -138,7 +138,7 @@ _getProducts() async {
138138- Retrive a Order by id
139139- Create an Order
140140- Update an Order
141- - - Create, Delete and Update Order Multiple Time.
141+ - Create, Delete and Update Order Multiple Time.
142142
143143[ See Order API] ( https://woosignal.com/docs/api/1.0/orders )
144144
Original file line number Diff line number Diff line change 11name : woosignal
22description : WooCommerce REST API for dart, connect a WooCommerce store and start developing with our interface for their API endpoints.
3- version : 1.3.0
3+ version : 1.3.1
44homepage : https://woosignal.com
55repository : https://github.com/woosignal/flutter-woocommerce-api
66issue_tracker : https://github.com/woosignal/flutter-woocommerce-api/issues
You can’t perform that action at this time.
0 commit comments