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