WooCommerce API Manager 3.3.0

Download WooCommerce API Manager 3.3.0 from nulled fire. Increase Customer Satisfaction by Providing Automatic Updates for Plugins and Themes.
* 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.
* 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 Digital/Downloadable Product Handling - WooCommerce Docs 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.
* REQUIRED: PHP 7.0 and above now a hard requirement.
* Fix: Order screen displayed default Admin account's Master API Key if API Resource for the order did not exist. Now it displays user's Master API Key as expected.
* Fix: Removed wc-am-datetime.php to prevent conflict with core WooCommerce class.
* Fix: Fixed localized time offset for date and time display for activations.