Skip to content

Version release 0.0.13

Choose a tag to compare

@saulmoralespa saulmoralespa released this 04 Dec 00:29
· 16 commits to main since this release
  • Added option to control automatic client creation in Alegra
  • Added option to control automatic product creation in Alegra
  • Added validation to prevent invoice creation when client doesn't exist and auto-creation is disabled
  • Added validation to prevent invoice creation when product doesn't exist and auto-creation is disabled
  • Improved error handling with order notes for client and product creation failures
  • Refactored client lookup and creation logic for better maintainability
  • Refactored product lookup and creation logic for better maintainability
  • Refactored calculateDv to calculate_dv following WordPress coding standards
  • Added protection against division by zero in discount calculations
  • Improved code documentation with comprehensive PHPDoc blocks