Skip to content

WooCommerce Stock Sync from CSV v1.0.7

Choose a tag to compare

@github-actions github-actions released this 12 Jan 10:49
· 12 commits to main since this release

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