Skip to content

Releases: SourovCodes/woo-stock-sync-from-csv-1

WooCommerce Stock Sync from CSV v1.0.17

Choose a tag to compare

@github-actions github-actions released this 14 Jan 07:00

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

Choose a tag to compare

@github-actions github-actions released this 14 Jan 00:35

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

Choose a tag to compare

@github-actions github-actions released this 13 Jan 09:12

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

Choose a tag to compare

@github-actions github-actions released this 12 Jan 21:58

Release version 1.0.13

WooCommerce Stock Sync from CSV v1.0.12

Choose a tag to compare

@github-actions github-actions released this 12 Jan 18:53

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

Choose a tag to compare

@github-actions github-actions released this 12 Jan 13:43

Release version 1.0.11

WooCommerce Stock Sync from CSV v1.0.10

Choose a tag to compare

@github-actions github-actions released this 12 Jan 11:29

Changed

  • Auto-updates are now enabled by default on plugin activation

WooCommerce Stock Sync from CSV v1.0.9

Choose a tag to compare

@github-actions github-actions released this 12 Jan 11:24

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

Choose a tag to compare

@github-actions github-actions released this 12 Jan 11:13

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

Choose a tag to compare

@github-actions github-actions released this 12 Jan 10:49

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