WooCommerce API Manager

WooCommerce API Manager 3.3.4

No permission to download
thanks to dear member @Jacqueline updated WooCommerce API Manager with a new update entry:

14 December 2022

* Tweak: Don't delete API Key activations when WooCommerce Subscription transitions to on-hold then back to active status when payment is processed.
* Tweak: When WooCommerce Subscription changes status delete related Authenticated API cache.

* Tweak: Delete the Authenticated API cache for more events to cover edge cases where results may be stale when fresh results are needed.

Read the rest of this update entry...
 
thanks to dear member @theresa updated WooCommerce API Manager with a new update entry:

2023.03.02

* 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
-...

Read the rest of this update entry...
 
thanks to dear member @hargrave updated WooCommerce API Manager with a new update entry:

2023.03.09

* 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...

Read the rest of this update entry...
 
thanks to dear member @Jocelyn updated WooCommerce API Manager with a new update entry:

22 March 2023

* 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

Read the rest of this update entry...
 
thanks to dear member updated WooCommerce API Manager with a new update entry:

2023-05-14

* 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().

Read the rest of this update entry...
 
thanks to dear member @hargrave updated WooCommerce API Manager with a new update entry:

2023-06-04

* 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.

Read the rest of this update entry...
 
Top