=v3.9.10 Feb 12, 2024=
– **new:** Added PHP 8.2 support
– **fix:** Fixed an issue where the HTML entities are appearing on the store category name if the user provided any special characters.
– **fix:** Fixed progress bar percentage calculation for address and payment information in the Dokan seller setup wizard.
– **fix:** Fixed an issue where the variable subscriptions product input fields are showing on variable product variations.
– **fix:** Fixed an issue where the bulk product variation creation does not add a menu order to each variation.
– **fix:** Fixed an issue where if a Marketplace coupon is created excluding a product, the coupon is not applied to any product.
– **fix:** Vendor-specific coupon issue – This fix prevents coupons that are meant for a single vendor from being applied to products from other vendors. This issue was caused by a logic error in the coupon validation function. The fix corrects the logic and ensures that the coupon is only valid for the intended vendor.
– **fix:** Coupon validation issue for vendor-specific coupons – This fix ensures that coupons that are generated by the admin for a specific vendor or store are only applicable to the products from that vendor or store.
– **fix:** Fixed an issue where no error messages were displayed for invalid coupons on the cart page.
– **fix:** [Auction] Fixed an issue where the vendors were not able to add downloadable files for auctionable products. The problem arises when vendors attempt to save a downloadable product with an attached file – despite receiving an update confirmation, the file fails to save correctly. This issue has been resolved.
– **fix:** [StoreReview] Fixed an issue where after deleting Store Reviews from the WP Admin Dashboard > Dokan > Store Review screen, the review count remains unchanged on the top of the review list.
– **fix:** [TableRateShipping] Fixed a periodic fatal error after calling Google Distance Matrix API if the API response takes a long time to respond due to network error.
– **fix:** [RequestForQuote] Fixed inconsistent Priority between the “Add to Cart” and “Add to Quote” Buttons on the Simple and Variable Products page.
– **fix:** [RequestForQuote] Removed the “X” button from the Quote Details After the Quote has been Converted to Order.
– **fix:** Many strings in Dokan shipping settings and related screens cannot be translated using WPML (#2162) This pull request fixes an issue where some strings in the Dokan shipping settings and related screens were not translatable using the WPML plugin. This change improves the localization and accessibility of the Dokan plugin for multilingual users and customers.