Skip to content

Version 1.3

Choose a tag to compare

@essamamdani essamamdani released this 21 Dec 01:54
· 1 commit to main since this release

What's New in v1.3

Improvements

  • Enhanced Error Handling: Comprehensive error handling and reporting across sync functionality
  • Better Error Messages: More informative error messages with specific API error details
  • Improved Reliability: Proper exception handling prevents silent failures
  • Error Logging: Automatic error logging for cron sync failures

Changes

  • Added try-catch blocks to sync handlers in SettingsPage and AutoBlogging_Pro
  • Replaced silent failures with proper exception throwing in ArticleService
  • Enhanced AJAX error responses with meaningful error messages
  • Added error logging for background sync operations

Technical Details

  • Improved sync reliability by properly handling connection errors
  • API errors now return specific error messages instead of silent failures
  • Cron sync errors are logged for debugging purposes