WooCommerce Lightspeed POS Version 2.16.4 Changelog
* Fix – Address issues reported by WooCommerce quality insights
* Fix – Address issues reported by WooCommerce quality insights
* Fix – When adding a payment method from the My Account area, a pending draft order should not be created
* Tweak – WordPress 6.6 and WooCommerce 9.0 compatibility.
* Fix – Stop overriding Guest Checkout settings in this specific scenario: guest checkout is turned off, account creation during checkout is turned off
* Fix – Fatal error when restricting a page containing the WooCommerce Products Block (Beta)
* Fix – Do not use the administrator’s membership discounts (if applicable) when they manually create orders via the admin
* Fix – Only trace immediate products that grant access to term excluding children
* Dev – Add filter hook to adjust arguments used when querying products that grant access to a term
* Fix: Address “Creation of dynamic property” deprecation warnings in PHP 8.2+.
* Fix: Address “Passing null to parameter of type string” deprecation warnings in PHP 8.1+.
* Fix: Address issues reported by WooCommerce quality insights
* WC and WP Updates.
* Update: Do not drop the session table when the plugin is deactivated. This will allow the plugin to pick up where it left off when reactivated.
* Update: PLUGINS-2636 – Update international order rule for U.S. Minor Outlying Islands.
* New: Tested up to WordPress 6.5.5
* New: Tested up to WooCommerce 9.0.2
* Fix: Shortcode attribute ‘categories’ for shortcode ‘wc_sc_available_coupons’ is not effective
* Fix: 1-click coupon not applying on the cart & the checkout page [WooCommerce Blocks]
* Fix: Orders created with the application of store credit are getting marked as fully refunded even if the order is refunded partially [Admin]
* Fix: WooCommerce coupon discounts displaying the wrong amount in the order received page
* Fix: Strengthen security [Thanks to: WooCommerce team]
* Fix: Notice: ‘WC_Cart::is_coupon_emails_allowed’ was called incorrectly. This method has been deprecated and will be removed soon
* Fix: Uncaught TypeError: Argument 1 passed must be of the type string or null, array given in class-wc-sc-product-columns.php
* Fix: Uncaught TypeError: count(): Argument 1 ($value) must be of type Countable|array, string given in class-wc-sc-coupons-by-taxonomy.php
* Developer: Filter ‘wc_sc_filter_coupons_for_email’ to allow customers to modify coupon data before sending email
* Update: Removed ‘action-scheduler’ as it’s available in WooCommerce
* Update: Replaced use of ‘esc_attr’ with ‘esc_html’
* Update: Changes related to identifying WooCommerce’s latest version
* Update: Functions that check for WooCommerce version
* Update: Merge different WooCommerce compatibility files into one
* Update: Translations
* Fix: Images not displaying correctly on account template page
* Fix: updated auto login functionality to avoid using discouraged functions