17 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
f38c0aa3d5 fix: Update plugin version to 1.2.9 in header and constant definition 2026-02-01 16:29:52 +00:00
a1a40478a7 fix: Update minimum required version to 6.5 in plugin header 2026-02-01 16:21:06 +00:00
aab0d39ec8 fix: Update plugin version to 1.2.8 in constant definition 2026-02-01 16:18:12 +00:00
93a42b29bb fix: Update author information in plugin header 2026-02-01 16:17:59 +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
22aee0fa64 fix: Update version to 1.2.7 in plugin header and constant definition 2026-01-10 16:18:15 +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
de87021339 chore: Update plugin version to 1.2.3 and add master branch to release workflow 2026-01-10 15:30:48 +00:00
ee43e18b25 feat: Add supplier exports functionality with scheduling and admin management 2026-01-10 15:19:24 +00:00
d8146457ea chore: Bump version to 1.2.1 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 2025-12-12 15:34:28 +00:00
8d51bef620 chore: Bump version to 1.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