Changelog

Release notes

Every notable change to the PimiPay Paddle for WooCommerce plugin, newest first.

v1.0.4

2026
  • Auto-open Paddle checkout modal automatically on the order-received page — one less click for the customer.
  • Bumped shazzad/plugin-updater to v1.1.1 for improved license validation and auto-update reliability.

v1.0.3

2026
  • Integrated shazzad/plugin-updater for license management and automatic plugin updates from the WordPress admin.
  • Cleaned up leftover console.log statements from checkout.js.
  • Removed legacy wprepo-upgrader.php in favor of the new updater library.

v1.0.2

2026
  • Added automatic price synchronization — detects WooCommerce price changes and syncs them to Paddle without manual intervention.
  • Added "last price sync time" display in the product admin.
  • New "Paddle" product data tab in the product editor with Paddle-specific fields.
  • Switched to environment-prefixed meta keys (_paddle_product_id_production / _paddle_product_id_staging) to prevent cross-environment contamination.
  • Switched to the WooCommerce product meta API instead of update_post_meta for full HPOS compatibility.
  • Automatic migration of legacy meta keys on first sync.

v1.0.1

2025
  • Added custom logo upload for the Paddle payment gateway.
  • Added cart item synchronization check — customers are prevented from checking out with products that have not been synced to Paddle yet.
  • Settings page refactor: grouped fields by environment and purpose for clarity.

v1.0.0

2025
  • Initial release.
  • WooCommerce payment gateway powered by Paddle Billing (sandbox + production).
  • One-click product and variation sync to Paddle.
  • Paddle overlay checkout integration with pre-filled customer data.
  • HMAC SHA256 webhook signature verification.
  • Cart recovery link handling (Paddle recovery emails redirect customers back to their pending order).
  • HPOS (High-Performance Order Storage) compatibility.
  • Comprehensive debug logging under WooCommerce → Status → Logs.