Skip to content

Commit d00e448

Browse files
committed
chore: Release version 3.14.11
1 parent 8ab21fa commit d00e448

File tree

129 files changed

+238
-49296
lines changed

Some content is hidden

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

129 files changed

+238
-49296
lines changed

.distignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/assets/src
1313

1414
.distignore
15+
.svnignore
1516
.gitignore
1617
/**/.DS_Store
1718
/**/*.LICENCE.txt

.gitignore

+2-15
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ build
33
npm-debug.log
44
.DS_Store
55
includes/.DS_Store
6-
.DS_Store
76
.idea
87
/includes/.DS_Store
98
plugin-deploy.sh
@@ -19,17 +18,5 @@ phpcs-report.txt
1918
.phpunit.result.cache
2019

2120
#unwanted webpack files
22-
assets/js/admin.js
23-
assets/js/dokan-admin-product-style.js
24-
assets/js/dokan-product-category-ui.js
25-
assets/js/dokan-promo-notice.js.LICENSE.txt
26-
assets/js/global-admin.js
27-
assets/js/plugin.js
28-
assets/js/reverse-withdrawal-style.js
29-
assets/js/rtl.js
30-
assets/js/setup-no-wc-style.js
31-
assets/js/setup.js
32-
assets/js/style.js
33-
assets/js/vue-admin.js.LICENSE.txt
34-
assets/js/vue-bootstrap.js.LICENSE.txt
35-
assets/js/vue-frontend.js.LICENSE.txt
21+
/assets/js/
22+
/assets/css/

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v3.14.11 ( Mar 13, 2025 ) ###
2+
3+
- **update:** Dokan now displays prices based on the decimal points setup in WooCommerce.
4+
- **update:** Added charge and receivable amount in withdraw email templates.
5+
- **fix:** Resolve an issue when displaying admin earning in admin order list.
6+
- **fix:** Dokan registration form asset loading issue on Elementor My Account widget.
7+
- **fix:** Resolved an issue where revoking access to digital product content from order details page reverts on page reload.
8+
- **fix:** Vendor setup wizard form validation added to properly handle countries without states.
9+
110
### v3.14.10 ( Feb 28, 2025 ) ###
211

312
- **fix:** Prevented wrong store URL generation for staff managers on admin dashboard.

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
**Requires at least:** 6.5
66
**Tested up to:** 6.7.2
77
**WC requires at least:** 8.5.0
8-
**WC tested up to:** 9.7.0
8+
**WC tested up to:** 9.7.1
99
**Requires PHP:** 7.4
10-
**Stable tag:** 3.14.10
10+
**Stable tag:** 3.14.11
1111
**License:** GPLv2 or later
1212
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1313

@@ -344,6 +344,15 @@ A. Just install and activate the PRO version without deleting the free plugin. A
344344

345345
## Changelog ##
346346

347+
### v3.14.11 ( Mar 13, 2025 ) ###
348+
349+
- **update:** Dokan now displays prices based on the decimal points setup in WooCommerce.
350+
- **update:** Added charge and receivable amount in withdraw email templates.
351+
- **fix:** Resolve an issue when displaying admin earning in admin order list.
352+
- **fix:** Dokan registration form asset loading issue on Elementor My Account widget.
353+
- **fix:** Resolved an issue where revoking access to digital product content from order details page reverts on page reload.
354+
- **fix:** Vendor setup wizard form validation added to properly handle countries without states.
355+
347356
### v3.14.10 ( Feb 28, 2025 ) ###
348357

349358
- **fix:** Prevented wrong store URL generation for staff managers on admin dashboard.
@@ -371,12 +380,6 @@ A. Just install and activate the PRO version without deleting the free plugin. A
371380

372381
- **fix:** Translations on Admin Commission Setup Wizard, Withdraw, Withdraw Log, Add Reverse Withdraw, Dummy Data, and Vendor Single pages were not working due to wrong text-domains.
373382

374-
### v3.14.5 ( Jan 06, 2025 ) ###
375-
376-
- **update:** Improvement vendor setup wizard ui.
377-
- **update:** Improvement withdraw approved email template.
378-
- **update:** Dokan admin settings page responsive & update ui design.
379-
380383
[CHECK THE FULL CHANGELOG](https://github.com/getdokan/dokan/blob/develop/CHANGELOG.md).
381384

382385
## Upgrade Notice ##

0 commit comments

Comments
 (0)