Skip to content

Commit

Permalink
Merge branch 'release/3.9.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nurul-umbhiya committed Nov 30, 2023
2 parents fa6357d + b835219 commit 8f3b1c0
Show file tree
Hide file tree
Showing 12 changed files with 379 additions and 298 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**WC requires at least:** 5.0.0
**WC tested up to:** 8.2.2
**Requires PHP:** 7.3
**Stable tag:** 3.9.2
**Stable tag:** 3.9.3
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -338,7 +338,11 @@ A. Just install and activate the PRO version without deleting the free plugin. A

## Changelog ##

### v3.9.2 ( Nov 10, 2023 ) ###
### v3.9.3 ( Nov 30, 2023 ) ###

- **fix:** Fixed an issue where the Tab fields under the product Add/Edit page don’t display predefined tags until users start typing to select tags.

### v3.9.2 ( Nov 13, 2023 ) ###

- **new:** A new email template has been introduced named Dokan Vendor Product Review. After a product has been reviewed, an email containing information about the review is sent to the vendor. The email includes details such as the reviewer’s name, product name, review rating, and text. The email also contains a link to the review page where the vendor can view the review and respond if necessary.
- **update:** Display a non-purchasable notice for the vendor’s own products.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/dokan.js

Large diffs are not rendered by default.

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.

71 changes: 37 additions & 34 deletions composer.lock

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

4 changes: 2 additions & 2 deletions dokan.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Dokan
* Plugin URI: https://dokan.co/wordpress/
* Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
* Version: 3.9.2
* Version: 3.9.3
* Author: weDevs
* Author URI: https://dokan.co/
* Text Domain: dokan-lite
Expand Down Expand Up @@ -63,7 +63,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.9.2';
public $version = '3.9.3';

/**
* Instance of self
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin/Notices/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static function dokan_get_promo_notices() {
/**
* Check if dokan pro-license is active
*
* @since DOKAN_SINCE
* @since 3.9.3
*
* @return bool
*/
Expand Down
Loading

0 comments on commit 8f3b1c0

Please sign in to comment.