WooCommerce API Manager

WooCommerce API Manager v3.4.2

No permission to download
Download WooCommerce API Manager v2.1.3 Nulled Free
2019.07.31 - version 2.1.3

* Enhancement: Added action hooks to API update() method:
- wc_api_manager_update_success
* Tweak: Delete all activations when the customer's Master API Key is changed. This includes activations created by Product Order API Key and Associated API Key, since both are granted limited privileges by the Master API Key.
* Fix: WooCommerce Orders admin screen contains an API Product column alignment.
* Fix: Fatal error when status.php rendered without WooCommerce Subscriptions active.
* Fix: Calling get_all_order_ids() for each Product ID in data update caused memory exhaustion that was not logged or displayed, but presented as a failure to complete, although it had been completed.
* Fix: PHP Warning: trim() expects parameter 1 to be string, array given in /var/www/html/wp-content/plugins/woocommerce-api-manager/includes/wc-am-product-admin.php on line 1203.
Download WooCommerce API Manager v2.0.19 Nulled Free
2019.07.15 - version 2.0.19

* Fix: Check if return value of $order->get_date_created() is null before calling $order->get_date_created()->date() to avoid fatal error in some edge cases.
* New: Added clear_database_cache() to clear cache when order status changes.
Download Free WooCommerce API Manager v2.0.18 Nulled Free
2019.06.26 - version 2.0.18

* Fix: Some clients may query the API Status function before the API Key activation is completed, causing an inactivate API Key status to be cached and returned, so the errant cache is cleared upon API Key activation if it exists.

2019.05.09 - version 2.0.17
* Fix: insert_setting_after() method called only when is_admin() == true caused fatal error in some cases.
* Fix: <a tag open in woocommerce-api-manager/includes/api/wc-am-api-requests.php.
* Fix: Changed improperly referenced get_row_data_by_activation_id() method to get_activation_resource_by_activation_id().
Download Free WooCommerce API Manager v2.0.16 Nulled
* There is an API Manager PHP Library available in a private Github repo, maintained by the author, to help WordPress plugin and theme authors quickly setup products that can utilize the API Manager APIs. Use this form https://woocommerce.com/my-account/create-a-ticket?broken=primary&select=260110 to provide your Github username, so the developer can add you to the private API Manager PHP Library Github repository.

REQUIRED: WooCommerce 3.4.
REQUIRED: PHP 7.0.
REQUIRED: WooCommerce Subscriptions 2.3, if is installed and active.

2019.03.28 - version 2.0.16
* Tweak: Expanded API error message "No API resources exist." to provide instruction to both the customer and support to help resolve the issue.
* Fix: WooCommerce Subscriptions required version warning was displayed in cases where a very old version of WooCommerce Subscriptions was upgraded to the latest version. ٩(θ ‿ θ)۶
Download Free WooCommerce API Manager v2.0.14 Nulled
2019.03.26 - version 2.0.14

* Fix: Move _api_activations_parent to _api_activations before orders are moved in upgrade process.

2019.03.25 - version 2.0.13
* REQUIRED: WooCommerce 3.4.
* New: Added notice. If WooCommerce Subscriptions is installed and active, the minimum version required is 2.3.
* Tweak: If Master API Key is missing on customer profile when authenticating API request, return message and log error.
* Tweak: If the Master API Key does not exist when required then create it.
* Tweak: If the API Resource Product ID is missing from product meta when required, then update it.
Download Free WooCommerce API Manager v2.0.12 Nulled
2019.03.23 - v2.0.12

* Fix: When Master API Key was regenerated in the user profile, the Master API Key was not updated in the wc_am_api_resource or wc_am_api_activation database tables.
* Tweak: Added version to API Resources and API Resource Activations meta boxes on Order screen.
* Tweak: If WooCommerce 2.2 or greater is installed, all expired transients will be deleted on API Manager upgrade.
* Tweak: Prevent caching root/home page URL to prevent API query caching.
* New: Added WC_AM_Cache_Handler class.
Download Free WooCommerce API Manager v2.0.11 Nulled
2019.3.16 - v2.0.11

* Fix: Only load Storefront My Account CSS if Storefront is the selected theme.
* Fix: PHP warning if api_key value not sent in request for API Information and Update functions queries when the product_id value is a legacy Software Title string.
* Tweak: Minimize CSS files.
* New: Added database caching option to settings.
* New: When enaabled, cache some data for Order screen, and My Account tabs: API Keys and API Downloads.
* New: When enaabled, cache data for API functions: status, information, and update.
Download Free WooCommerce API Manager v2.0.10 Premium Nulled
2019.3.14 - v2.0.10

* Fix: Fixed several errors in get_api_information_and_update_product_id() method that caused legacy Software Title string API update function queries to fail.
* New: If 'version' key and value are sent in query string to 2.x API functions activate, status, information, or update, or legacy pre 2.0 API functions plugininformation, or pluginupdatecheck, the 'version' for an API Key activation will be updated in the 'wc_am_api_activation' database table.
Download Free WooCommerce API Manager v2.0.8 Premium Nulled
2019.2.28 - v2.0.8

* Tweak: Optimize get_secure_order_download_url() method.
* Tweak: Move WooCommerce version requirement notice before WooCommerce_API_Manager class to be certain the API Manager does not load until after the WooCommerce minimum version requirement has been met.
* Tweak: Replace get_all_orders() method with get_all_order_ids() method.
* Tweak: Use wc_get_orders() for get_all_order_ids() method to insure compatibility when WooCommerce moves orders to a custom database table.
* Tweak: Free memory as wc_am_update_201_data_migrate_access_granted_to_order_created_time() loops through orders to make it more memory efficient.
* Tweak: Change api-keys.php template column wording from Product by Product ID to Product Title.
* Tweak: Change api-keys.php template column Product ID cell data from URL to plain text to make it easier to copy.
Download Free WooCommerce API Manager v2.0.7 Premium Nulled
2019.2.13 - v2.0.7

* Tweak: Template overrides for yourtheme/woocommerce/api-keys.php, and yourtheme/woocommerce/api-downloads.php have moved to yourtheme/woocommerce/myaccount/api-keys.php, and yourtheme/woocommerce/myaccount/api-downloads.php
* Fix: The API Manager no longer relies on the woocommerce_downloadable_product_permissions table for download data, but rather only looks for the first Downloadable files URL on the product due to issues described in the following docs. Please read https://docs.woocommerce.com/document/digital-downloadable-product-handling/ for more information on how adding/changing Downloadable files URLs on products can cause download/update URLs to stop working since WooCommerce 3.0.
* Tweak: Added Product ID to api-keys-order-complete.php email template.
* Tweak: Added Product ID to api-keys.php template.

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu