=== DeepClick Reflow === Contributors: deepclick Tags: integration, sdk, deepclick Requires at least: 5.0 Tested up to: 6.9 Stable tag: 1.0.1 Requires PHP: 7.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Official DeepClick extension for WordPress integration. == Description == DeepClick Reflow is the official DeepClick extension for WordPress, enabling seamless integration with the DeepClick platform. **Features:** * Admin panel with DeepClick menu for easy management * One-click authorization to connect with DeepClick console * REST API webhook endpoint for receiving configuration * Automatic DeepClick JS SDK injection on frontend pages * Token-based webhook security with HMAC-SHA256 verification * Clean uninstallation with automatic data removal == Installation == 1. Upload the plugin folder to `/wp-content/plugins/` directory 2. Activate "DeepClick Reflow" plugin in WordPress Admin → Plugins 3. Navigate to DeepClick Reflow in the admin menu 4. Click "Authorize" to connect with DeepClick console == External Services == This plugin connects to external services provided by DeepClick: = DeepClick Storage Service (storage.deepclick.com) = Provides the JavaScript SDK for DeepClick integration. On frontend page loads, the plugin loads the SDK with your merchant ID and SDK code. = DeepClick Console Service (console.deepclick.com) = Provides the authorization interface. Your site URL is sent during the authorization process. **Service Provider:** DeepClick **Terms of Service:** [https://deepclick.com/docs/service-terms](https://deepclick.com/docs/service-terms) **Privacy Policy:** [https://deepclick.com/docs/privacy-policy](https://deepclick.com/docs/privacy-policy) == Frequently Asked Questions == = How does the webhook authentication work? = The webhook uses HMAC-SHA256 token verification. Token is generated using: `token = HMAC-SHA256(mch_id, secret_key)`. The secret key is configured in `deepclick-config.php`. = What data is sent to external services? = Only merchant ID and SDK code are sent to load the JavaScript SDK. During authorization, your site URL is sent to the DeepClick console. No personal user data is transmitted. == Changelog == = 1.0.1 = * Initial release * Admin panel integration * REST API webhook with token verification * Frontend SDK injection * Automatic data cleanup on uninstall == Upgrade Notice == = 1.0.1 = Initial release of DeepClick Reflow plugin.