WooCommerce API Manager Version 2.5.6
Version 2.5.6 of WooCommerce API Manager was released on March 13, 2023 and is now available. Learn how to immediately download from WPspring.
Version 2.5.6 of WooCommerce API Manager was released on March 13, 2023 and is now available. Learn how to immediately download from WPspring.
* New: Cleanup API Resource and API Key activations if WooCommerce Subscription goes into on-hold status from active status.
* New: Rebuild API Resource if WooCommerce Subscription goes into active status from on-hold status.
Version 1.7.56 of WooCommerce Xero Gateway was released on March 13, 2023 and is now available. Learn how to immediately download from WPspring.
* Add – Support for Xero’s Ultimate plan.
* Add – Support for caching API requests for 60 seconds.
* Add – Support for queuing API requests to avoid Rate Limit errors.
* Dev – Bump PHP minimum supported version from 7.0 to 7.2.
* Dev – Bump WooCommerce “tested up to” version 7.4.
* Dev – Bump WooCommerce minimum supported version from 6.0 to 6.8.
* Dev – Bump `xeroapi/xero-php-oauth2` from 1.0 to 2.20.
* Dev – Implement `brianhenryie/strauss` v0.13.0 to prefix namespace in `xeroapi/xero-php-oauth2` package.
* Fix – Filter accumulation for sequential Invoice requests.
* Fix – PHP Warnings when sending an invoice to Xero.
Version 7.3.0 of WooCommerce Smart Coupons was released on March 13, 2023 and is now available. Learn how to immediately download from WPspring.
* New: Columns ‘Allowed emails’ and ‘Excluded emails’ in Coupon’s admin dashboard
* New: Shortcode attribute ‘categories’ for shortcode ‘wc_sc_available_coupons’ for filtering coupon list by coupon categories
* New: Wrapper function for using ‘WC_Discounts->is_coupon_valid’ for validating coupons
* Fix: ‘Preview email’ button not showing under Send store credit tab when the store is not having a single coupon
* Fix: Uncaught TypeError: Unsupported operand types: string + string
* Fix: 2 coupon URLs are not working when clicked back to back
* Developer: Moved code for showing coupon category column in appropriate class file
* Developer: Pass coupon object as an additional arguments to methods used for rendering the respective columns
* Developer: Filter ‘wc_sc_available_coupon_ids’ for filtering coupon ids to search for displaying available coupons
* Developer: Filter ‘shortcode_atts_wc_sc_available_coupons’ for modifying shortcode attributes
* Developer: Filter ‘wc_sc_shortcode_no_coupon_found_text’ for adding text when no coupon found to be displayed via shortcode ‘wc_sc_available_coupons’
* Tweak: Default value in wrapper function for ‘get_option’
* Update: POT file
Version 2.1.75 of WooCommerce Product Vendors was released on March 13, 2023 and is now available. Learn how to immediately download from WPspring.
* Dev – Action and filter hooks to registration shortcode for existing vendors.
Version 5.0.0 of WooCommerce Subscriptions was released on March 10, 2023 and is now available. Learn how to immediately download from WPspring.
* Fix: When a customer changes their address during a subscription switch, don’t save their new address in the postmeta table when HPOS is enabled. #4489
* Fix: When HPOS is enabled, changing your address while paying for a renewal order will update the address on the subscription. #4491
* Fix: Prevent admin error notices being shown for the “subscription trial end” event that was caused by no callbacks being attached to this scheduled action. #4491
* Fix: Prevent fatal error when copying the `_shipping_address` meta data where the value is not an array. #4495
* Update: Use the WC installed version to determine if Subscription dependencies are met rather than the database version.
* Dev: Update subscriptions-core to 5.5.0. #4491