Skip to content

Commit

Permalink
Release version v3.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunshon committed Jan 6, 2025
2 parents 8bc25cf + ee3447c commit 466f28a
Show file tree
Hide file tree
Showing 33 changed files with 1,576 additions and 606 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v3.14.1 ( Dec 04, 2024 ) ###

- **fix:** Fixed a issue in the commission upgrader to deal with empty values for product and vendor.
-
### v3.14.0 ( Dec 02, 2024 ) ###

- **new:** Commission amount now displayed in the product list within the admin dashboard.
Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**WC requires at least:** 8.0.0
**WC tested up to:** 9.5.1
**Requires PHP:** 7.4
**Stable tag:** 3.14.4
**Stable tag:** 3.14.5
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -346,20 +346,25 @@ A. Just install and activate the PRO version without deleting the free plugin. A


## Changelog ##

### v3.14.5 ( Jan 03, 2025 ) ###

- **update:** Improvement vendor setup wizard ui.
- **update:** Improvement withdraw approved email template.
- **update:** Dokan admin settings page responsive & update ui design.

### v3.14.4 ( Dec 27, 2024 ) ###
- **fix:** Added tweaks to improve system stability and smoothness

- **fix:** Added tweaks to improve system stability and smoothness.

### v3.14.3 ( Dec 11, 2024 ) ###

- **update:** Updated Dokan admin header to display current pro plan and version with upgrading option.

### v3.14.2 ( Dec 06, 2024 ) ###

- **update:** Added commission setting option in product bulk edit for Admin.

### v3.14.1 ( Dec 04, 2024 ) ###

- **fix:** Fixed a issue in the commission upgrader to deal with empty values for product and vendor.

[CHECK THE FULL CHANGELOG](https://github.com/getdokan/dokan/blob/develop/CHANGELOG.md).

## Upgrade Notice ##
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
cursor: context-menu;
top: 80px;
right: -10px;
z-index: 1;
z-index: 99999;
background-color: #fff;
padding: 20px;
border-radius: 3px;
Expand Down
Loading

0 comments on commit 466f28a

Please sign in to comment.