Releases: SourovCodes/woo-stock-sync-from-csv-1
Releases · SourovCodes/woo-stock-sync-from-csv-1
Release list
WooCommerce Stock Sync from CSV v1.0.17
Fixed
- Logs page now displays correctly with summary column matching dashboard style
- Removed redundant "Type" column from logs table
- Fixed status badge styling in logs table
WooCommerce Stock Sync from CSV v1.0.16
Changed
- Renamed "Set to Draft" option to "Set to Private" for missing SKU action
- Updated option label to "Set to Private (make public when SKU returns)"
WooCommerce Stock Sync from CSV v1.0.15
Added
- Catalog visibility handling for missing products: products are now set to "hidden" when drafted and restored to original visibility when republished
WooCommerce Stock Sync from CSV v1.0.13
Release version 1.0.13
WooCommerce Stock Sync from CSV v1.0.12
Changed
- "Sync Overdue" notice now only shows when sync is overdue by at least the schedule interval (e.g., 5 minutes for a 5-minute schedule)
- Reduced false positive overdue warnings for slight timing variations
WooCommerce Stock Sync from CSV v1.0.11
Release version 1.0.11
WooCommerce Stock Sync from CSV v1.0.10
Changed
- Auto-updates are now enabled by default on plugin activation
WooCommerce Stock Sync from CSV v1.0.9
Added
- Auto-update support in WordPress plugins page
- Enable/Disable auto-updates toggle for this plugin
- Full compatibility with WordPress auto-update system
WooCommerce Stock Sync from CSV v1.0.8
Added
- Intelligent cron diagnostics in dashboard
- Automatic detection of DISABLE_WP_CRON configuration
- Step-by-step instructions for setting up server cron jobs
- "Trigger Cron Now" button for quick manual cron execution
- Detailed troubleshooting for sites with disabled or non-functioning WordPress cron
Improved
- Enhanced "Sync Overdue" messaging with specific time elapsed
- Better context-aware help based on cron configuration
- More actionable error messages with exact commands to run
WooCommerce Stock Sync from CSV v1.0.7
Fixed
- CRITICAL: Fixed timezone inconsistency causing incorrect "Last Sync" time display
- Changed from storing MySQL datetime strings to Unix timestamps for consistency
- All time operations now use WordPress timezone-aware functions
Added
- Comprehensive code review document (CODE_REVIEW.md)
- Detailed analysis of performance, security, and code quality