Skip to content

Releases: MoeinCommerce/WEBAPI

Release v1.2.9

Choose a tag to compare

@Erfan4708 Erfan4708 released this 06 Jul 11:35

Change logs:
add ExceptionFields class for standardized exception messages
add 'web' prefix at the beginning of the name of classes to prevent confusion with the DB DLL

Release v1.2.3

Choose a tag to compare

@Erfan4708 Erfan4708 released this 06 May 11:32

Release Notes

New Features:

  • Excluded Fields Enhancements:
    • Added ProductAttributes to the ExcludedFields enum to improve filtering.
    • Added ProductDescription to the ExcludedFields enum for better control over excluded data.
    • Introduced DraftStatus to the ExcludedFields enum to prevent unintended updates.
  • WebOrder Model Improvements:
    • Added StatusText field to the WebOrder model for enhanced order tracking.
    • Introduced IsConverted boolean property for better order state management.
  • Order Filtering:
    • Implemented GetOrdersByFilters method for retrieving orders with flexible filtering options.
    • Added GetOrdersByFilters method to the WebContext interface for streamlined integration.

Fixes:

  • Stock Quantity Precision:
    • Converted StockQuantity property type from float to double for accurate inventory calculations.
    • Changed Quantity property type to decimal for improved numeric consistency.
  • Conflict Resolution:
    • Addressed merge conflicts to ensure seamless integration.

Release v1.1.2

Choose a tag to compare

@Erfan4708 Erfan4708 released this 13 Mar 07:36

Support attributes in the product model.

Release v1.1.0

Choose a tag to compare

@Erfan4708 Erfan4708 released this 04 Mar 12:42

Release notes:
support dynamic link generation for order model

Release v1.0.9

Choose a tag to compare

@Erfan4708 Erfan4708 released this 03 Mar 14:30

Release notes:
Store shipping information for orders

Release v1.0.8

Choose a tag to compare

@Erfan4708 Erfan4708 released this 03 Mar 14:04

Release notes:
store PaymentMethod title in Order model

Release v1.0.7

Choose a tag to compare

@Erfan4708 Erfan4708 released this 01 Mar 11:48

Release notes:
Support for searching orders with multiple selected statuses

Release v1.0.4

Choose a tag to compare

@Erfan4708 Erfan4708 released this 27 Feb 10:16

Release notes:
support other statuses that were received from WooCommerce

v1.0.3

Choose a tag to compare

@Erfan4708 Erfan4708 released this 25 Feb 16:00

Add Order status model

Release v1.0.1

Choose a tag to compare

@SajjadDaneshmand SajjadDaneshmand released this 16 Feb 09:04

Release notes:

  • support variable products