Reacted by:
does it work properly m8?? thank youhere is 3.7.21, found it online somewhere
here is 3.7.21, found it online somewhere
v3.7.22 May 24, 2023
- **update:** [AdminReport] A new column has been added to the admin commission report in WordPres Dashboard → Dokan → Reports → Logs to display Shipping Tax. Additionally, detailed tooltips have been included to indicate the type of earnings for both admin and vendors.
- **update:** [VendorDashboard] Added Shipping tax refund restriction based on tax settings.
- **update:** [DeliveryTime] Delivery time selection now prevents choosing past times.
- **fix:**...
v3.7.23 Jun 08, 2023
----------------------------------
- **new:** Added API support for withdrawal disbursement vendor settings.
Below new API endpoints has been added:
{{site_url}}/wp-json/dokan/v2/withdraw/disbursement
{{site_url}}/wp-json/dokan/v2/withdraw/disbursement/disable
- **update:** [VendorVerification] Added Email template support for the emails triggered by the vendor verification feature.
Updated vendor verification document approval emails to use an email...
v3.7.24 Jun 09, 2023
----------------------------------
- **fix:** [VendorVerification] Fixed a fatal error and some warnings when the vendor verification module is enabled.
v3.7.25 Jun 23, 2023
----------------------------------
- **fix:** [StripeExpress] Improved handling of language changes during vendor onboarding. Previously, if a user changed the language on the Stripe onboarding page, they were redirected to the Vendor Dashboard → Payment settings page and had to restart the onboarding process. Now, users will be automatically redirected back to the Stripe onboarding page if they change the language during onboarding.
- **fix:** [Booking] Removed...
v3.7.28 Jul 14, 2023
----------------------------------
- **fix:** Fixed a fatal error while creating a bookable product if YITH Brands plugin wasn't installed.
v3.8.1 Aug 21, 2023
----------------------------------
- [VendorSubscription] Fixed an issue where subscription was getting cancelled automatically.
v3.8.3 Sep 13, 2023
----------------------------------
- **fix:** [Booking/AddOns] Fixed an issue where product Add-ons section wasn’t loading uder Add New Booking page.
- **fix:** [VendorVerification] Fixed an issue where the SMS Verification and Social Verification does not appear in the Dokan: Verification widget on the single store page if either one among ID Verification, Address Verification, or Company Verification is not verified
- **fix:** Update hash algorithm from md5 to...
v3.8.4 Sep 26, 2023
----------------------------------
- **update:** [VendorSubscription] With this updates, after the successful purchase of a recurring subscription, the vendor will get a email notification.
- **update:** [Announcement] Vendor search box initial search placeholder text and no vendor found message has been updated to reduce confusion during initial search. on the admin dashboard for initial searching of the vendors.
- **update:** [StoreListAPI/Geolocation] Added...
v3.9.0 Oct 06, 2023
----------------------------------
- **new:** [VendorStaff] Added REST API support for Vendor Staff module.
Endpoints:
`dokan/v1/vendor-staff` for GET, CREATE vendor staff
`dokan/v1/vendor-staff/{id}` for GET, UPDATE, DELETE a vendor staff
`dokan/v1/vendor-staff/{id}/capabilities` for GET, UPDATE vendor capabilities
- **update:** [ProductAdvertising] Removed `Advertised Products Section` settings from vendor dashboard, now only Admin can change this value from...
v3.9.1 Oct 17, 2023
----------------------------------
- **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)...
v3.9.2 Oct 19, 2023
----------------------------------
- **fix:** [StoreReview] Fixed a fatal error on the Single Store Page - Reviews tab when users are not logged in.
- **fix:** [StoreReview] Fixed couple of fatal errors on the Single Store Page, Store Listing page, and the Dokan vendor page on Dokan Pro Professional package due to a missing composer package.
v3.9.3 Nov 13, 2023
----------------------------------
- **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...
v3.9.4 Nov 30, 2023
----------------------------------
- **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...
v3.9.5 Dec 12, 2023
- **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...