Skip to content

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Apr 20:49
· 20 commits to main since this release
434931b

WCPOS ATUM Integration 0.1.1

Patch release focused on fixing ATUM multi-inventory allocation for POS orders and polishing the store editor integration.

Fixes

  • use ATUM Multi-Inventory's native allocation flow instead of the previous manual stock-deduction path
  • inject mi_inventories into wcpos/v1/orders requests so POS API orders reduce stock from the correct mapped ATUM inventory
  • scope candidate ATUM inventories to the POS store's mapped location during order allocation
  • fix the store edit extension so the ATUM section loads on the real WCPOS store-edit admin hook
  • simplify the ATUM store-edit section styling to match the native sidebar sections
  • remove a redundant WCPOS Pro PHP-class gate that caused CI/test-only regressions for the store editor asset enqueue path

Other changes

  • add README documentation for setup and behavior
  • add and refine PHPUnit coverage for inventory scoping, REST request injection, and store editor integration
  • update CI/dev tooling and release automation support files
  • bump plugin version to 0.1.1

Upgrade note

If you use WCPOS with ATUM Multi-Inventory, this release is intended to correct location-specific stock deductions for POS-created orders and align the store editor UI with the current WCPOS Pro editor.