Commit Graph

19 Commits

Author SHA1 Message Date
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 v1.2.7 2026-01-10 16:18:15 +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 v1.2.6 2026-01-10 16:12:18 +00:00
e7e757f0cd fix: Update version to 1.2.5 and correct supplier meta key in supplier exports v1.2.5 2026-01-10 16:08:12 +00:00
08551e0013 fix: Update date filtering in supplier row collection to use DateTimeImmutable and date_query v1.2.4 2026-01-10 15:56:28 +00:00
03fdf89442 fix: Improve version determination by trimming whitespace in release workflow v1.2.3 2026-01-10 15:50:03 +00:00
97ca8c4015 fix: Add git configuration for tagging in release workflow 2026-01-10 15:47:00 +00:00
6ededb139b fix: Update GitHub release action and improve release process 2026-01-10 15:42:07 +00:00
124f7b4e94 fix: Improve tag existence check in release workflow 2026-01-10 15:36:01 +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 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