Skip to content

Commit

Permalink
chore: Release Version 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed Jul 8, 2024
1 parent 7a70796 commit 16103d3
Show file tree
Hide file tree
Showing 14 changed files with 3,082 additions and 3,146 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
**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.5.4
**Tested up to:** 6.5.5
**WC requires at least:** 8.0.0
**WC tested up to:** 8.9.2
**WC tested up to:** 9.0.2
**Requires PHP:** 7.4
**Stable tag:** 3.11.3
**Stable tag:** 3.11.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Transform your WooCommerce site into a multivendor marketplace with Dokan - a powerful and advanced WooCommerce multivendor marketplace solution

## Description ##

### THE BEST MULTIVENDOR MARKETPLACE PLUGIN FOR WORDPRESS – POWERED BY WOOCOMMERCE ###
### POWERFUL MULTIVENDOR MARKETPLACE PLUGIN FOR WORDPRESS – POWERED BY WOOCOMMERCE ###


[Dokan](https://dokan.co/wordpress/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) is the best frontend multivendor marketplace plugin for WordPress, powered by WooCommerce. It helps you build your own multivendor marketplace similar to Amazon, Shopify, eBay, and Magento in under 30 minutes.
[Dokan](https://dokan.co/wordpress/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) is the ultimate frontend multivendor marketplace plugin for WordPress, powered by WooCommerce. It helps you build your own multivendor marketplace similar to Amazon, Shopify, eBay, and Magento in under 30 minutes.

Moreover, Plus, with Dokan, you don't need any coding skills to create a thriving WooCommerce multivendor marketplace. Trusted by over 60,000 entrepreneurs globally for more than a decade, Dokan makes multivendor marketplace setup effortless and accessible to all.
Dokan is the fastest way to launch an eCommerce business and earn through commissions for products ranging from digital and physical to variable products.
Expand Down Expand Up @@ -81,7 +81,7 @@ Here is how you can build your multivendor marketplace with Dokan.
[youtube https://www.youtube.com/watch?v=4id-EwbfUko]


### THE BEST FRONTEND USER INTERFACE ###
### HIGHLY USER-FRIENDLY FRONTEND INTERFACE ###

To provide a comprehensive frontend experience, every vendor has a [personalized customizable dashboard](https://dokan.co/wordpress/features/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) on the store frontend. They can easily navigate and control every aspect of their marketplace from there. Backend access is restricted to only the admin, which sets Dokan apart from other marketplace plugins. However, all Dokan [modules](https://dokan.co/wordpress/modules/) are frontend compatible so that both the admin and vendors can enjoy the benefits and advanced features of Dokan.

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

## Changelog ##

### v3.11.4 ( Jul 10, 2024 ) ###

- **update:** Direct links to the relevant settings from vendor progress bar added.
- **fix:** Some deprecation warning resolved.
- **fix:** Shop URL rendered double slash when using WPML on vendor registration.
- **fix:** Fatal error in block editor on adding and editing page with customer-migration shortcode.

### v3.11.3 ( Jun 10, 2024 ) ###

- **fix:** Responsive issue on vendor dashboard tabs preview.
Expand Down
8 changes: 8 additions & 0 deletions assets/css/dokan-tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
Expand Down Expand Up @@ -95,6 +99,10 @@
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
.container {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/dokan-promo-notice.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/dokan.js

Large diffs are not rendered by default.

33 changes: 1 addition & 32 deletions assets/js/page-views.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/vue-admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/vue-bootstrap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/vue-frontend.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dokan.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: Dokan
* Plugin URI: https://dokan.co/wordpress/
* Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
* Version: 3.11.3
* Version: 3.11.4
* Author: weDevs
* Author URI: https://dokan.co/
* Text Domain: dokan-lite
* Requires Plugins: woocommerce
* WC requires at least: 8.0.0
* WC tested up to: 8.9.2
* WC tested up to: 9.0.2
* Domain Path: /languages/
* License: GPL2
*/
Expand Down Expand Up @@ -66,7 +66,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.11.3';
public $version = '3.11.4';

/**
* Instance of self
Expand Down
Loading

0 comments on commit 16103d3

Please sign in to comment.