Gestionnaire de l'API WooCommerce

Gestionnaire de l'API WooCommerce 3.7.2

Vous n'avez pas l'autorisation de télécharger
* Fix: Cronjob cleanup of expired API Key activations queried a database column using a misspelled name.
* New: Added if the Homepage is cachable to the WooCommerce > Status > WooCommmerce API Manager status report.
* Fix: API Key activations not displayed when Product Order API Key hidden in api-keys.php template.
* Fix: Product ID column table header text wrapped when it should not be in the api-keys.php template.
* Fix: Release Date column table header text wrapped when it should not be in the api-downloads.php template.
* Update: Updated templates/myaccount/api-keys.php.
* Update: Updated templates/myaccount/api-downloads.php.php.
* New: Settings page link to API Manager > API Customers submenu.
* Fix: Logic bug in is_time_expired(). Caused API Manager Subscriptions with an access expires zero value, meaning infinite/lifetime, to be deleted during cleanup.
* Tweak: Replace use of is_int() with is_numeric().
* Tweak: Deprecate is_access_expired() which was a wrapper for is_time_expired().
* Tweak: Clear cache when order updated.
* Tweak: Clear database cache faster when API Resource no longer exists.
Fix: Typo on API Resources meta box Parent Order link had two # # instead of one #.
* New: If an API Resource is a line item on a WC Subscriptions renewal order, a URL link is displayed leading to the parent order where API Resources are displayed.
* Dev: Added the WC_AM_ENABLE_CACHE constant. To disable caching add define( 'WC_AM_ENABLE_CACHE', false ); to wp-config.php.
* Dev: Template code optimizations.
- api-keys.php
- api-downloads.php
* New: Weekly cleanup of expired API Key activations that are associated with expired API Resources, or associated with API Resources that no longer exists.
* New: Weekly cleanup of expired API Resources, and associated API Key activations.
* New: Weekly cleanup of expired secure download URL hashes from the wc_am_secure_hash table.
* New: Added WC_AM_Background_Events class.
* Fix: Inline style block and Text Domain typos in templates/emails/api-keys-order-complete.php.
* Fix: get_theme_overrides() used wrong path to /templates.
* Tweak: Moved background processing events into the WC_AM_Background_Events class.
* Tweak: Code optimizations.
* Update: Added Amazon S3 regions:
- af-south-1
- ap-south-2
- ap-southeast-3
- ap-southeast-4
- eu-central-2
- eu-south-1
- eu-south-2
- me-central-1
- me-south-1
* Update: Refactored templates/emails/api-keys-order-complete.php to place data in a table, and to add more details.
* Update: Refactored templates/emails/plain/api-keys-order-complete.php to add more details.
* Dev: Added woocommerce-api-manager/includes/wcam-time-functions.php - Functions must be called using the plugins_loaded action hook.
* Dev: New action hooks added:
- wc_am_before_order_partially_refunded
- wc_am_after_order_partially_refunded
- wc_am_before_order_fully_refunded
- wc_am_after_order_fully_refunded
- wc_am_before_refund_deleted
- wc_am_after_refund_deleted
- wc_am_before_remove_order
- wc_am_after_remove_order
- wc_am_before_delete_order
- wc_am_after_delete_order
- wc_am_before_delete_order_item
- wc_am_after_delete_order_item
- wc_am_before_delete_sub_order_item
- wc_am_after_delete_sub_order_item
* Fix: PHP Fatal error: Uncaught Error: Call to undefined function Automattic\\WooCommerce\\Utilities\\wc_get_container().
* Tweak: On Order edit update of Access Expires and/or Activations, process API cache refresh in task queue rather than immediately.
Haut