WooCommerce API Manager Version 2.6.3 Changelog
* Fix: Check if order object exists before accessing order object methods.
* Fix: Perform some tasks that require an order object before the order is deleted.
* Fix: Check if order object exists before accessing order object methods.
* Fix: Perform some tasks that require an order object before the order is deleted.
* Feature: PLUGINS-2022 – Historical Order settings.
* Fix: PLUGINS-2029 – Fix whitelisting of payment, email not properly working.
* Feature – Use a different name to refer to the account funds.
* Tweak – Register the increase funds email as a transactional email.
* Tweak – Added setting for customizing the message of the increase funds email.
* Tweak – Include the additional content in the increase funds email.
* Tweak – Added placeholder {funds_amount} to the increase funds email.
* Tweak – Use the store locale when sending customer emails.
* Tweak – Added setting for customizing the payment gateway description displayed in the checkout form.
* Tweak – Improved performance by initializing the payment gateway description only when needed.
* Tweak – Register the plugin integrations when all plugins have been loaded.
* Tweak – Reduced the plugin text strings by re-using strings from the WC core.
* Tweak – Tested compatibility up to WC 7.5.
* Tweak – Tested compatibility with WP 6.2.
* Dev – Added the ‘tax_status’ value as the first argument of the filter `woocommerce_account_funds_topup_get_tax_status`.
* Dev – Updated plugin templates.
* Opayo Direct – Fix add payment method after subscription switches to manual
* WC 7.5
* Fix: Fix issue with thousands separator for fixed price product discounts.
* Fix – Update satchel sizes and API request to get accurate rates.
* Fix – PHP 8.2 compatibility – creation of dynamic property is deprecated.
* Tweak – WC Subscriptions compatibility (replace deprecated hook wcs_renewal_order_meta_query for WCS 2.5.0+).
* Fix – Update availability rule helper text.
* Dev – Always return array in `get_vendor_data_by_id` even if there’s no vendor.
* Fix – Reporting stats for ‘Last Month’ are not accurate for logged-in vendor.
* New: Compatible with WooCommerce HPOS (High Performance Order Storage)
* New: Tested upto WooCommerce 7.1.1, 7.2.3, 7.3.0, 7.4.1, 7.5.1
* Fix: Unable to empty/update a few coupon’s meta field like ‘Products’
* Fix: Importing only 1st value from multiple values from a few fields like ‘product_ids’ and ‘exclude_product_ids’
* Update: Replace use of ‘add_post_meta’ with CRUD function ‘set_used_by’
* Update: Replace string ‘ARRAY_A’ with constant ARRAY_A
* Update: Removed global declaration of $wpdb form where it is not used
* Update: Format coupon usage URL using add_query_arg instead of hard-coded URL
* Update: POT file