Skip to content

Releases: XiaoFaye/WooCommerce.NET

Version 0.8.6

29 Mar 01:20
Compare
Choose a tag to compare
  • v0.8.6 update
    1. Fix manage_stock property deserializing issue in Project object. #722
    2. Add Culture object in WCObject constructor to resolve format issue. #731
    3. Allow accessing WordPress plugin REST API with WooCommerce secret and key.

Version 0.8.5

04 Jan 03:16
Compare
Choose a tag to compare

Version 0.8.5

Version 0.8.4

20 Nov 01:41
Compare
Choose a tag to compare
  1. Change all id field to 64bit integer (unsigned long) to prevent overflow. #560
  2. Create RestClient.cs to use HttpClient, as Blazor does not support HttpWebRequest. PR#639
  3. Accept '&' in password while calling WordPress Restful API. PR#527
  4. Close HttpWebRequest write stream when finish. PR#529
  5. Add WCObject.MetaDisplayValueProcessor function. PR#600
  6. Add OrderCouponLineMeta class. PR#600
  7. Change MetaData.display_value field to type object and run it through MetaDisplayValueProcessor() if configured. PR#600

Version 0.8.3

17 Mar 08:19
Compare
Choose a tag to compare
  1. Fix error while creating a refund. #476
  2. Allow authenticate Woocommerce API with JWT (set WCAuthWithJWT to true). #478
  3. Fix error on retrieving refund. #484
  4. Fix error on deserialize BatchObject. #523
  5. Fix error on date format. #524
  6. Add user-friendly attribute names and values to Metadata. #558
  7. Change all id field to unsigned 32bit integer to prevent overflow. #560
  8. Change functions in BaseObject to virtual to support Unit Test. #568
  9. Add function to delete tax class by slug. #576
  10. Allow WC Plugins to use WCObject.
  11. Add UpdateRangeRaw to ignore deserialize return json. #523

Version 0.7.8

30 Jul 08:17
Compare
Choose a tag to compare
  • v0.7.8 update
    1. Supporting Wordpress REST API with OAuth 1.0a.
    2. Supporting Wordpress REST API with JWT Authentication.
    3. Fix few minor issues.

Version 0.7.7

02 Apr 08:45
Compare
Choose a tag to compare
  • v0.7.7 update
  1. Supporting Wordpress REST API with OAuth 1.0a.
  2. Supporting WISDM Customer Specific Pricing REST API.
  3. Add ProductCategory Batch object.
  4. Allow to cancel a request before timeout.
  5. Fix setting all values to Null issue in UpdateWithNull.
  6. Fix decimal serialization issue in WooCommerce REST API V3.
  7. Return corresponding object in Delete function.

Version 0.7.5

09 Jun 03:01
Compare
Choose a tag to compare
  • v0.7.5 update
    1. Avoid passing consumer secret when using http.
    2. Fixing errors when getting APIEndpoint under some cases.
    3. Allow updating with Null values in V2.

Version 0.7.2

22 Jul 23:55
Compare
Choose a tag to compare

Version 0.7.2

Version 0.7.0

17 May 07:10
Compare
Choose a tag to compare

Version 0.7.0

Version 0.5.3

30 Sep 06:21
Compare
Choose a tag to compare
Version 0.5.3 Pre-release
Pre-release

Version 0.5.3