8 versions available
Subscribe to connect and install
*Release date - 09.08.2026* * Tweak: Added diagnostic consent decision logging that explains why consent categories were set to their values when the logger is active, including mode, CMP source, and region check details * Tweak: Eliminated the REST API preflight test request by using optimistic-try with AJAX fallback, saving one HTTP round-trip per browser session * Fix: Fixed WooCommerce HPOS compatibility not being declared for inactive remnant PMW plugin folders, causing false "incompatible" warnings on the plugins page * Tweak: Added diagnostic logging for tracking cookie capture across the S2S identifier chain to investigate missing cookies in some purchase events
*Release date - 24.03.2026* * Tweak: Updated PHPCS tooling (WPCS 3.3.0, woocommerce-sniffs 1.0.1) and resolved all coding standards violations * Tweak: Added support for Google Ads conversion ID format (AW-) as a valid GA4 measurement ID * Tweak: Improved tracking accuracy analysis performance and reliability * Tweak: Added event-driven tracking accuracy table — per-order real-time writes replace the nightly batch analysis, with automatic 3-month backfill and graceful fallback to transients during transition * Tweak: Added comprehensive Action Scheduler cleanup on plugin deactivation, preventing orphaned pending tasks for tracking accuracy, duplication prevention, HTTP logging, LTV calculation, and SSP sync * Tweak: Fixed WP Rocket JS minification and combination breaking webpack chunk loading (ChunkLoadError) — PMW scripts are now always excluded from WP Rocket's minify and combine features, independent of compatibility mode * Tweak: Removed Maximum Compatibility Mode setting — JS optimization exclusions (minify, combine, delay JS on critical pages) are now automatic for all supported performance plugins * Tweak: Redesigned LTV recalculation for large shops — in-memory batch processing with time/memory safety valves, early termination, loop-safe continuation, and resilient retry counters that survive rescheduling * Tweak: Renamed TikTok purchase event from CompletePayment to Purchase * Tweak: Renamed SSP verification key to domain token across data layer and sync API for clearer naming * Fix: Fixed Google Tag Gateway proxy returning 400 errors on some shops due to overly aggressive path sanitization * Fix: Fixed Google Tag Gateway proxy generating malformed conversion tracking URLs on some shops due to double-rewriting CCM paths
*Release date - 16.03.2026* * Tweak: Fixed Google Tag Gateway proxy causing Apache AH00124 internal redirect loops on some hosting configurations — proxy now follows Google FPS redirects server-side and uses absolute URLs in Location headers to prevent Apache from misinterpreting relative paths as internal redirects * Tweak: Improved Facebook CAPI purchase events to always include client_ip_address, even when advanced matching is disabled * Tweak: Switched client IP detection from IPv6-only endpoint testing to dual-stack only, eliminating ERR_NAME_NOT_RESOLVED console errors for IPv4-only users while preserving IPv6 detection via browser happy eyeballs (RFC 8305) * Tweak: Changed IP service detection to race all configured services concurrently instead of only the first three, improving speed and reliability * Fix: Fixed S2S purchase events sending server-side user agent and IP address (e.g. "WordPress/6.x" UA and payment gateway IP) instead of the real customer's browser data for orders placed via express checkout (Apple Pay, Google Pay, Stripe Link) — added Store API checkout hook and server-side context detection with WooCommerce order data fallback for both user agent and IP * Fix: Fixed SSP daily sync flooding on stores where Action Scheduler actions are externally deleted — recurring cron now always schedules for the next future 3:15 AM, preventing immediate re-execution on every heartbeat * Fix: Fixed Reddit CAPI session identifiers never being captured — added missing set_identifiers_on_session() call * Fix: Fixed PHP 8.5 deprecation warnings in the standalone Google Tag Gateway proxy breaking GA4 tracking — replaced deprecated $http_response_header with http_get_last_response_headers() (PHP 8.4+) with backward-compatible fallback, and conditionally skipped no-op curl_close() on PHP 8.0+
*Release date - 02.03.2026* * New: Added multi-domain SSP support via `pmw_ssp_additional_domains` filter for WordPress installs serving multiple domains without multisite * New: Added unified IP exclusion filter (`pmw_ip_exclusion_list`) to block specific IPs and CIDR ranges from all tracking — browser pixels, browser-initiated S2S, server-side purchase events, and SSP proxy * New: Declared compatibility with WooCommerce Product Instance Caching (experimental feature in WooCommerce 10.5+) * Tweak: Added support for suppressed Google Ads and GA4 tags in the Google Tag Gateway Proxy * Tweak: Improved S2S payload accuracy for Facebook, TikTok, Pinterest, and Reddit adapters * New: Added SSP sync token domain validation to prevent token reuse across different shops * New: Added SSP disconnect notification to clean up server-side callback data * Fix: Fixed SSP daily sync not running while DNS routing or config status were still pending, preventing SSP from becoming active after initial setup * Fix: Fixed Pinterest search event using wrong field name for Conversions API * Tweak: Removed the "Skip server-side events with no destination platforms" setting — empty events are now always skipped
*Release date - 24.02.2026* * New: Added SSP Purchase Proxy to offload purchase conversion events (S2S) through the SweetCode Cloud proxy * New: Added "Always Send Server-Side Events" setting to keep sending S2S events even when browser-side pixels are blocked * New: Implemented account created event tracking * New: Added Abilities API integration * Tweak: Implement cross-tab session synchronization for improved data consistency * Tweak: Added option to skip empty server-side events to reduce unnecessary S2S traffic * Tweak: Added modern styling and impact indicators to opportunity cards * Tweak: Bumped up WC version compatibility to 10.5 * Tweak: Enhanced GTG Proxy: Improved config resilience, reduced unnecessary health check requests, and added periodic config refresh * Tweak: Implemented REST API for saving settings via AJAX; refactored admin tabs and enhance section rendering * Tweak: Update styles for impact badges and add Google Automated Discounts and Customer Reviews opportunities * Tweak: Improved consent revocation handling: S2S pixels now respect real-time consent status changes without requiring a page reload * Fix: Resolved an issue where page_view events were sent server-to-server even when the "Track PageView events server-to-server" setting was disabled. * Fix: Fixed duplicate page_view S2S events being sent when consent was granted via the Consent API
*Release date - 02.02.2026* * New: CrazyEgg pixel * Tweak: Google Tag Gateway Proxy: Improved handling of config file
*Release date - 26.01.2025* * Tweak: Updated the license expiration warning message * Tweak: Activated an opportunity notification for the Google Tag Gateway Proxy feature * Tweak: Updated pixel registry adapter capabilities for consistency with the decentralized architecture * Tweak: Added filter to control output of cart item data inline script for theme compatibility * Tweak: Refactored the internal event handling system for better maintainability * Tweak: Large refactor which renamed wpm to pmw * Tweak: Enhanced event handling for product variations and improve conditional triggers * Tweak: Enhanced active opportunities notification with impact level breakdown and improved styling * Tweak: Revamped rating notice UI and logic for better user experience * Tweak: Enhanced opportunities header with statistics and dismissal tracking * Tweak: Added backup section styles and improve table row highlighting * Tweak: Updated documentation links to use the new path structure * Tweak: Added Cookie Confirm CMP integration * Tweak: Added support for Beautiful and Responsive Cookie Consent plugin * Tweak: Updated script behavior for tracking on specific pages when Flying Press is active * Tweak: Enhanced race condition protection when renaming temporary config file in GTG_Proxy * Tweak: Improved proxy URL handling based on GTG handler type in Pixel Manager * Tweak: Updated GTG handler detection logic to rely on session cache and remove unnecessary server-side checks * Tweak: Updated GTG proxy config cache handling on activation and improve config file management * Fix: Add back view_cart event listener * Fix: Prevent division by zero for free orders in order value calculation
*Release date - 15.12.2025* * Tweak: Updated Reddit tracking_type values to UPPER_SNAKE_CASE for CAPI v3 compliance * Tweak: Added a missing check for Contentsquare
Enables customers to quickly repurchase products they previously bought from your WooCommerce store.
Create membership sites with WordPress and WooCommerce, restrict content to members, and schedule content delivery over time.
Extends WooCommerce shipping with customizable table-based rate configuration for specific zones and conditions.
WooCommerce coupon management plugin for creating, distributing, and tracking promotional offers and discounts.
Integrates USPS shipping with WooCommerce to display real-time shipping rates and costs at checkout.
Enables customers to ship individual items from a single order to multiple different delivery addresses.