Skip to content

Commit

Permalink
Merge branch 'release/3.14.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunshon committed Dec 2, 2024
2 parents c961a2d + 6cd920f commit eaf9065
Show file tree
Hide file tree
Showing 278 changed files with 25,504 additions and 4,709 deletions.
39 changes: 33 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Dokan - Powerful WooCommerce Multivendor Marketplace Solution - Build Your Own Amazon, eBay, Etsy #
**Contributors:** [tareq1988](https://profiles.wordpress.org/tareq1988/), [wedevs](https://profiles.wordpress.org/wedevs/), [nizamuddinbabu](https://profiles.wordpress.org/nizamuddinbabu/)
**Donate Link:** http://tareq.co/donate/
**Tags:** WooCommerce multivendor marketplace, multivendor marketplace, multivendor, multi seller, multi vendor, WooCommerce marketplace, WooCommerce product vendors
**Requires at least:** 6.4
**Tested up to:** 6.6.2
**Tags:** WooCommerce multivendor marketplace, multi seller, multi vendor, multivendor, multivendor marketplace
**Requires at least:** 6.5
**Tested up to:** 6.7.1
**WC requires at least:** 8.0.0
**WC tested up to:** 9.3.3
**WC tested up to:** 9.4.2
**Requires PHP:** 7.4
**Stable tag:** 3.13.1
**Stable tag:** 3.14.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -347,6 +347,24 @@ A. Just install and activate the PRO version without deleting the free plugin. A

## Changelog ##

### v3.14.0 ( Dec 02, 2024 ) ###

- **new:** Commission amount now displayed in the product list within the admin dashboard.
- **new:** Vendor earning amount displayed in the product list within the vendor dashboard.
- **new:** Vendor earning suggestions on the product add and edit pages in the vendor dashboard for simple and variable products.
- **new:** Commission details metabox on the order details page in the admin dashboard is now visible for child orders or orders without a parent.
- **new:** Related order metabox on the order details page in the admin dashboard, displaying sibling orders for child orders and child orders for parent orders.
- **new:** Backward compatibility for flat, percentage, and combine commission types for older orders.
- **new:** A new color palette is introduced for store color "Purple Pulse"
- **update:** Updated commission types from flat, percentage, and combine to fixed and category-based commissions.
- **update:** Overhauled the commission UI across Dokan global settings, vendor settings, product settings, Dokan subscription product settings, and the admin setup wizard.
- **update:** Updated the commission settings in the admin setup wizard.
- **update:** Enhanced responsiveness of the UI for Dokan admin dashboard settings menus.
- **update:** Product is rebranded with new branding.
- **update:** As per new branding of Dokan Multivendor Plugin, full product is rebranded with new theme color.
- **fix:** Moved the vendor edit page from Dokan Pro to Dokan Lite and eliminated the commission setting from the WordPress default user profile page.
- **fix:** Removed the commission from every category, introducing category-based commission in global settings, vendor settings, Dokan subscription products, and the admin setup wizard.

### v3.13.1 ( Nov 11, 2024 ) ###

- **update:** Compatibility with the Printful Integration Module added.
Expand All @@ -361,7 +379,16 @@ A. Just install and activate the PRO version without deleting the free plugin. A

- **fix:** Fixed js error on frontend pages.

For the changelog history, view the full [CHANGELOG](https://raw.githubusercontent.com/getdokan/dokan/develop/CHANGELOG.md).
### v3.12.5 ( Oct 16, 2024 ) ###

- **fix:** Implement order trash and untrash handling for Dokan
- **fix:** Added wordpress native i18n support

### v3.12.4 ( Oct 03, 2024 ) ###

- **update:** Added `$data` parameter to `dokan_update_vendor` hook.

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

## Upgrade Notice ##

Expand Down
15 changes: 8 additions & 7 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
}
.dokan-admin-header .dokan-admin-header-logo {
display: flex;
align-items: center;
}
.dokan-admin-header .dokan-admin-header-logo img {
height: 25px;
Expand Down Expand Up @@ -249,19 +250,19 @@
margin-bottom: 0;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active {
color: #dd452c;
color: #7047EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon {
background-color: rgba(221, 69, 44, 0.15);
background-color: #E4E6EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon svg path {
fill: #f1634c;
fill: #7047EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active:after {
content: "";
width: 6px;
height: 6px;
background-color: #dd452c;
background-color: #7047EB;
border-radius: 53px;
margin-left: 10px;
}
Expand All @@ -277,13 +278,13 @@
margin-right: 11px;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover {
color: #dd452c;
color: #7047EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon {
background-color: rgba(221, 69, 44, 0.15);
background-color: #EFEAFF;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon svg path {
fill: #f1634c;
fill: #7047EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:focus {
box-shadow: none;
Expand Down
Loading

0 comments on commit eaf9065

Please sign in to comment.