- **new:** [Auction] Added Single Step Product Creation feature for Auction Products
- **new:** [StripeExpress] Added a new hook named `dokan_stripe_express_account_capabilities` so that account capabilities values can be changed.
- **update:** Added refund request approval method ( Manual or via API ) choice added for Admin.
Previously, the admin only controlled the refund processing method (manual or via Payment Gateway API) through Admin settings and during sending a new refund request...
- **fix:** In the past, when an admin deleted the auto-generated page for the Request for Quote module, clicking the “Request a Quote” button would erroneously redirect users to the home page. However, with this recent update, if the page is no longer available, the Request for Quote auto-generated page will be recreated, and users will be correctly redirected to the appropriate page.
- **fix:** Fixed an issue where the `Shipping Status` cannot be changed from the `Order Details` page
-...
- **new:** [Announcement] Introduce API for vendor announcements.
Endpoints:
1. `dokan/v1/announcement/notice/{notice_id}` For Getting, updating, deleting single notice data
2. `dokan/v1/announcement` For getting all the announcement records. Parameters `vendor_id, search, status, read_status, from, to` are now supported
- **new:** [DokanAuction] Previously vendors could not duplicate auction products from the vendor dashboard. After this update vendors will be able to duplicate auction...
- **chore:** Removed PayPal Adaptive Payment Gateway module from Dokan Pro
- **fix:** Refund request with line item quantity 0 support added.
Previously, if the vendor tried to set the line item as 0 manually and tried to request a refund, they would get an unwanted validation error. Not the request will proceed as intended.
- **fix:** Product reviews widget in vendor dashboard visible even after disabling from the WooCommerce's setting
- **fix:** Missing assets on the RFQ page with WPML
-...
- **fix:** Fixed an issue where the Dokan Subscription product switched to Simple Product after saving from WordPress Admin Panel --> Products --> Edit Product page.
- **fix:** Resolved a fatal error that occurred when attempting to renew a subscription within the WordPress Admin Panel. Specifically, this issue occurred while navigating to WooCommerce > Subscription > Edit a single subscription that included a line item coupon.
- **fix:** [StripeExpress] Performance improvement for Stripe Express module.
Previously, the Add to Cart button and proceed to the checkout page took extra time to load. With this release, we've fixed the loading time issue.
fix:** Appsero plugin update checker issue fixed.
fix:** Appsero plugin update checker issue fixed.
- **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...