10 Commits

Author SHA1 Message Date
c739eb0439 fix: Update plugin version to 1.3.0 and add new settings for supplier exports 2026-04-14 17:59:05 +00:00
87c398a7bb feat: Update plugin to version 1.2.8 and implement SitiWebUpdater2 with license management 2026-02-01 16:16:26 +00:00
b71af26223 fix: Update email body formatting for supplier exports to use HTML and improve readability 2026-01-10 16:17:59 +00:00
d5babe6cae fix: Update version to 1.2.6 in plugin header and constant definition 2026-01-10 16:12:18 +00:00
e7e757f0cd fix: Update version to 1.2.5 and correct supplier meta key in supplier exports 2026-01-10 16:08:12 +00:00
08551e0013 fix: Update date filtering in supplier row collection to use DateTimeImmutable and date_query 2026-01-10 15:56:28 +00:00
ee43e18b25 feat: Add supplier exports functionality with scheduling and admin management 2026-01-10 15:19:24 +00:00
3c442eb28b feat: Add order item stock source tracking and styling for admin interface 2026-01-09 19:31:53 +00:00
5ba5c9f6a4 feat: Add external stock fields for product variations in WooCommerce 2025-12-12 15:14:36 +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