WooCommerce Bookings Availability Version 1.1.19 Changelog
* Fix-Page scrolling to the top when mouse is moved out of the popover modal on Bookings Calendar block.
* Fix-Page scrolling to the top when mouse is moved out of the popover modal on Bookings Calendar block.
* Fix-Change jQuery load function to on( ‘load ).
* Fix-Fixes the gallery jumping to the top of the page on click.
* Fix-Replace shop_single with woocommerce_single for image sizes.
* Fix-Update build scripts and tooling.
* Tweak-WC 5.3 compatibility.
* Tweak-WP 5.7 compatibility.
* Fix: “Invalid recurring shipping method” error on checkout when attempting to purchase a subscription with one-time shipping. PR#4088
* Fix: Rework subscription webhook migration script added in 3.1 to clear cached webhook data. PR#4082
* Fix-Fix a notice when adding a product with an addon to the cart.
* Tweak-WC 5.3 compatibility.
* Fix-Use proper hook function closes #3071.
* Add-Auto upload products feature from Woocommerce to Etsy
* Add-Auto import products feature from Etsy to Woocommerce [ Import Module ]
* Add-Shipment Tracking plugin compatibility [ will update tracking information automatically to Etsy from Woocommerce ]
* Add-Support digital files upload on Etsy from Woocommerce
* Add-Order import settings
* Add-Improved stability
* Added functionality to Bypass reCAPTCHA (do not show captcha) using IP or IP-Range for your clients/users
* PLUGINS-964-Integrate dashboard to Dropshipping code
* PLUGINS-1008-Supplier can’t be change/unlink to a product
* PLUGINS-1058-Fix display of supplier inconsistencies in order page
Feature-end of sale option to set order status before confirming the order.
Feature-set tax class and status when adding custom product.
Feature-image resolution of products can be set from global settings.
Feature-product preview panel now includes table for variable products.
Feature-product grid and cart width can be adjusted using slider.
Feature-add fallback for full text search when searching for products.
Fix-incorrect customer last name was showing when loading existing customer.
Fix-product data panel on touch devices would close when clicking on Update.
Fix-incorrect total when replicating previously ordered item.
Fix-support for search terms includes white spaces at the end.
Fix-icon was not displaying correctly on product data meta box.
Fix-prompt user with error notice when scanning barcode for out of stock products.
Fix-cart items count was not considering each cart items multiple quantities.
Fix-populate customer information when re-ordering.
Fix-console error was displaying when manifest.json could not be loaded.
Fix-product POS visibilty was not saving when quickly editing product.
Fix-cart was not scrolling to bottom when cart items have reached viewport height.
Fix-removed deprecated database query to enhance performance.
Fix-respect money separators when adding a custom product price.
Fix-support for backward compatibiltiy when using WC < 4.1.0.
Fix-hold button stops functioning after closing payment panel.
Tweak-product grid stability when switiching between grid layouts.
Tweak-dedicated product preview and stock indicators on product card.
Tweak-product search improvements including less required characters.
Tweak-auto save counted cash value when closing register.
Tweak-improvements to shipping options including limiting countries as per global settings and hiding methods until address is entered.
Tweak-include stock status on variable products variation tiles.
* Full details: https://om4.io/?p=20063
* New: Add support for the newly released WooCommerce Subscriptions v3.1. #426, #431
* Fix: Avoid a PHP fatal error that occurs with WooCommerce Subscriptions v3.1 (which introduces a v3 subscriptions REST API endpoint). PR #425
* Fix: Ensure Subscriptions webhooks are created with the REST API v1 version, to improve compatibility with WooCommerce Subscriptions version 3.1. #431
* Fix: Performance Improvement: ensure resources are initialised only once (not twice). PR #411.
* Change: Remove unused REST API endpoint routes and methods. #412
* Change: Minimum required PHP version is now 7.0. No longer supporting PHP 5.6.x. #423
* Change: Minimum required WordPress version is 4.9.0. #423
* Change: Minimum required WooCommerce version is 3.7.0. #213, #423
* Change: Marked as compatible with WooCommerce 5.2. PR #417, PR #428
* Change: Update documentation links to new doc.om4.io site. PR #439
* Dev: Refactor resource definitions #422