Skip to content

v2.2.7 - Feedback Reporting System

Latest

Choose a tag to compare

@Druckermeister Druckermeister released this 02 Jan 14:06
· 1 commit to main since this release

What's New in v2.2.7

Added

  • Feedback Reporting System: Real-time analytics feedback to CodGuard API
    • Automatically sends feedback after each reputation check
    • Reports both blocked and allowed COD payment attempts
    • Includes customer email, reputation score, threshold, and action taken
    • Enables dashboard analytics and aggregated statistics
    • Non-blocking: failures don't affect checkout process
    • Uses existing API key authentication

Technical Details

  • Added send_feedback() method to checkout validator
  • Feedback sent to https://api.codguard.com/api/feedback
  • 5-second timeout to avoid checkout delays
  • Comprehensive error logging for debugging
  • Email masking handled server-side for privacy

Installation

  1. Download codguard-2.2.7.zip
  2. Go to WordPress Admin > Plugins > Add New > Upload Plugin
  3. Upload the zip file and activate
  4. Configure under WooCommerce > Settings > CodGuard

Upgrade from 2.2.6

If you have auto-updates enabled from GitHub, the plugin will update automatically. Otherwise, deactivate the old version, delete it, and install this version.

Full Changelog

See CHANGELOG.md for complete version history.