6 Commits

Author SHA1 Message Date
d8146457ea chore: Bump version to 1.2.1 v1.2.0 2026-01-09 19:37:31 +00:00
3c442eb28b feat: Add order item stock source tracking and styling for admin interface 2026-01-09 19:31:53 +00:00
1b2ff44eb4 fix: Ensure SitiWebUpdater is only loaded if the class does not exist V1.1.1 2025-12-12 15:34:28 +00:00
5ba5c9f6a4 feat: Add external stock fields for product variations in WooCommerce v1.1.0 2025-12-12 15:14:36 +00:00
8d51bef620 chore: Bump version to 1.0.0 v1.0.0 2025-12-12 15:03:23 +00:00
d6182f589e feat: Implement Siti Stock Plugin for WooCommerce integration
- Added core plugin structure with main class Siti_Stock_Plugin.
- Implemented settings management through Siti_Stock_Settings.
- Developed admin interface for settings configuration via Siti_Stock_Admin.
- Created inventory management with external stock handling in Siti_Stock_Inventory_Manager.
- Integrated synchronization service to fetch and apply stock updates from external API in Siti_Stock_Sync_Service.
- Added custom product data store to manage combined stock values in Siti_Stock_Product_Data_Store.
- Registered hooks for admin menus, settings, and synchronization processes.
- Implemented REST API endpoint for triggering stock sync.
- Added cron scheduling for automatic stock synchronization.
- Included localization support for Dutch language.
2025-12-12 14:58:59 +00:00