Skip to content

Commit f34d37f

Browse files
committed
Merge branch 'release/4.2.4'
2 parents 23e1b82 + 0554dbd commit f34d37f

File tree

267 files changed

+25009
-6848
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+25009
-6848
lines changed

.eslintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
},
99
"typescript": {
1010
"project": "./tsconfig.json"
11+
},
12+
"alias": {
13+
"map": [
14+
["@dokan", "./src"]
15+
],
16+
"extensions": [".js", ".jsx", ".ts", ".tsx"]
1117
}
1218
}
1319
}

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
### v4.2.4 ( Dec 26, 2025 ) ###
2+
- **new:** Added a Pending Vendors tab on the WordPress admin Users screen to view vendors awaiting approval.
3+
- **new:** Added a bulk action on the WordPress admin Users screen to approve multiple pending vendors at once, including per-user validation and permission checks.
4+
- **new:** Added an admin notice view on the WordPress admin Users screen that summarizes how many vendors were approved after performing bulk actions.
5+
- **update:** Improved compatibility with recent WooCommerce changes to script handling, making setup wizard and frontend script loading more reliable.
6+
- **update:** Redesigned the Admin Panel "Changelog" page template for a better look and user experience.
7+
- **fix:** Improved shipping tax calculations so shipping taxes are computed more accurately per-order, taking vendor cart item tax classes into account for multi-vendor orders.
8+
9+
### v4.2.3 ( Dec 22, 2025 ) ###
10+
- **fix:** Compatible vendor store banner image cropper with the latest version.
11+
12+
### v4.2.2 ( Dec 22, 2025 ) ###
13+
- **fix:** Banner image cropping reflects an error on the vendor store settings.
14+
15+
### v4.2.1 ( Dec 04, 2025 ) ###
16+
- **new:** Added a "Filter by Vendor Sub-orders" option to the WooCommerce Orders page to easily filter specific marketplace orders.
17+
- **update:** Redesigned the Admin Panel "Not Found" page template for a better look and user experience.
18+
- **update:** Ensured full compatibility for the legacy admin panel store support page.
19+
- **update:** Improved how tooltips appear and remain visible in both the Dokan vendor and admin panels.
20+
- **update:** Clicking the site title in the new vendor dashboard now redirects to the marketplace main site URL.
21+
- **update:** Added support for legacy URL settings to the "Visit Dashboard" button within the Admin Setup Wizard.
22+
- **fix:** Applied menu manager support to correctly control the vendor sidebar menus in the new dashboard layout.
23+
- **fix:** Added the ability to sort the vendor management table by registration date.
24+
- **fix:** Corrected the default toggle switch states when creating a new vendor to ensure they start in the intended position.
25+
- **fix:** Added checks to ensure users without a vendor account are redirected to a proper "404 Not Found" page instead of an error.
26+
- **fix:** Allowed vendors to correctly enter decimal amounts in the withdrawal request popup.
27+
- **fix:** Ensured that admin-configured banner dimensions are correctly displayed in the admin vendor settings.
28+
- **fix:** Fixed an issue where manual withdrawal requests now correctly reflect the settings configured by the admin.
29+
- **fix:** Updated the correct method for translating text (text domain handling) for recommended plugins.
30+
- **fix:** Prevented the "Complete Your Marketplace Setup" widget from showing up after the vendor has finished all the onboarding steps.
31+
- **fix:** Added support for including product variations in products rest api requests.
32+
- **fix:** Stopped unnecessary warnings and notices from appearing during the initial store setup process.
33+
- **fix:** Restored the side-by-side layout for the main Admin Dashboard panel.
34+
- **fix:** Prevent console warning from admin panel setup guide banner elements.
35+
- **fix:** Remove setup guide banner for admin setup guide pages.
36+
37+
### v4.2.0 ( Nov 24, 2025 ) ###
38+
- **update:** Ensured full compatibility for the legacy admin panel across Subscriptions, Announcements, Wholesale, Product Ads, Abuse Reports, Seller Badge, and Refund pages.
39+
- **update:** The vendor dashboard now supports modern, full-width theme layouts, providing a more spacious user experience.
40+
- **update:** Redesigned the Admin's Reverse Withdrawal page with a modern, easier-to-use interface for faster payment management.
41+
- **fix:** Corrected a price formatting issue in both HTML and plain text email templates.
42+
- **fix:** Fixed a redirection issue on the legacy vendor shipping policy page to ensure it works correctly.
43+
44+
### v4.1.5 ( Nov 11, 2025 ) ###
45+
- **update:** Added vendor verification legacy UI support for admin panel to ensure backward compatibility with older interface versions.
46+
- **update:** Updated all Twitter labels to X to reflect the latest brand changes.
47+
- **update:** Added custom store URL validation in admin settings to prevent conflicts with WordPress search functionality.
48+
- **update:** Fixed PHP warnings triggered when saving variable products by improving validation and data handling during product save operations.
49+
50+
### v4.1.3 ( Oct 28, 2025 ) ###
51+
- **update:** Admin Dashboard withdraw list UI with Modern Design and Improved User Experience.
52+
- **update:** Admin Dashboard vendor list UI with Modern Design and Improved User Experience.
53+
154
### v4.1.2 ( Oct 16, 2025 ) ###
255
- **enhance:** Updated the Admin Dashboard header UI for seamless visual representation with the new React-based frontend architecture.
356
- **update:** Added support for retrieving all product types via the Products REST API, enabling more flexible product filtering.
1.28 KB
Loading
-2.31 KB
Binary file not shown.
-1.9 KB
Binary file not shown.
-531 Bytes
Binary file not shown.
-2.31 KB
Binary file not shown.
-2.24 KB
Binary file not shown.
-7.42 KB
Binary file not shown.
-7.35 KB
Binary file not shown.

0 commit comments

Comments
 (0)