* Tweak - Always clear API response transients when updating a licensing product so that any API response payloads for the product details are always the most up to date
* Tweak - Introduce a setting to optionally display the instance ID correspoding to each API key activation in the order admin meta box or the customer account in the frontend
* Fix - Ensure a merchant is able to remove and clear a documentation page from one of the licensing product documents without the old value persisting
* Fix - Handle an issue where the access length of licensing product variations wasn't correctly being inherited from the parent product upon saving or updating the product
* Fix - Correctly enqueue some old legacy assets pointing to the wrong paths
* Feature - Attempt to read and extract WordPress plugin and theme information automatically from the uploaded product archive file to populate the licensing product data fields
* Feature - Optionally read and extract a WordPress plugin or theme changelog from the uploaded product archive file and parse it with Markdown for display
* Feature - Add the ability to optionally display plugin and themes requirements in a product tab
* Feature - Add a setting to ignore counting activations performed in local or staging environments by licensed plugins and themes (enabled by default)
* Tweak - Improve the UI in the product admin screen for managing the licensing product options
* Fix - Ensure that the order Licensing metabox displays all licensing resources for orders containing multiple licensing products
* Fix - Correctly parse requests for plugin information to populate the modal in the plugins admin after clicking "View details" (requirest the latest client library)
* Misc - Ensure to skip outputting content for empty licensing product tabs
* Feature - Add a filter in the WooCommerce orders screen to filter orders by active licenses in the orders list table
* Tweak - Ensure all product license keys are shown to customers in the My Account page when merchants have configured to use the licenses to use product keys instead of user keys
* Fix - Address a potential PHP error in the product admin screens in some circumstances or interacting with some third party plugins like Product Feed Manager
* Misc - Improve plugin loader and implement some performance optimizations
* Localization - Update translations
* Tweak: Show the actual API key under API resources activations in the admin meta box
* Fix: Subsequent purchases of an API product should be listed in the API keys in the My Account Area also when using individual per-product keys
* Fix: Update the expiring subscription email template to avoid producing an inoperable link due to a nonce generated by a cron job
* Fix: When switching between a variable product and a variable subscription containing API data, ensure the existing purchases are kept consistent with the previous settings
* Fix: Ensure that only one product API key is kept when purchasing a manual renewal
* Fix: Correctly bundle French translation file
* Localization: Fix an issue with the plugin's translations source pot file
* Fix: Address issues reported by WooCommerce quality insights
* Fix: Remove esc_attr() from $_POST sanitization on line 1257 of wc-am-product-admin.php due to "Array to string conversion" PHP Warning.
* Fix: <br> tag displayed in My Account > API Keys. Updated templates/myaccount/api-keys.php.
* New: Added 'next_payment' date to the Status API endpoint.
* Tweak: Further optimize when adding an API Key activation.
* Fix: Background processing to update all customer purchased API Key activations when the product activation limit is changed.
* Dev: Removed unused Amazon S3 function format_secure_s3_url() that was used to create AWS Signature Version 3 URL introduced in version 1.3.2. AWS Signature Version 4 has been in use since version 2.1.