This repository was archived by the owner on Jan 23, 2026. It is now read-only.
- Added
wpd_ecommerce_checkout_success_beforeaction hook incheckout/checkout-shortcode.php - Added
wpd_ecommerce_checkout_success_afteraction hook incheckout/checkout-shortcode.php - Added
wpd_ecommerce_checkout_email_headers_customerfilter incheckout/checkout-shortcode.php - Added
wpd_ecommerce_checkout_email_headers_adminfilter incheckout/checkout-shortcode.php - Added verified purchase badge to comments in
includes/wpd-ecommerce-orders-functions.php - Added
wpd_ecommerce_countries_listfunction and filter incheckout/checkout-shortcode.php - Bugfix for the list menu style price display for topicals in
includes/extend/styles/admin/class-wpd-styles-filters.php - Bugfix for payment type check during checkout in
checkout/checkout-shortcode.php - Updated payment type display in order metabox in
orders/orders-metaboxes.php - Updated payment type display in order thank you page details in
templates/single-order.php - Updated orders post type capabilities and restrictions in
orders/orders-post-type.php - Updated plugin to include the
wpd-stylesadd-on directly - Updated language translation files for all included translations
- Updated for PHP 8 compatibility in multiple files throughout the plugin
- WordPress Coding Standards updates in multiple files throughout the plugin
- General code cleanup throughout various files in the plugin