Skip to content

Commit

Permalink
Merge branch 'release/3.11.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed May 27, 2024
2 parents 70170d6 + 6253778 commit bb9ca08
Show file tree
Hide file tree
Showing 55 changed files with 1,946 additions and 877 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Requires at least:** 6.4
**Tested up to:** 6.5.3
**WC requires at least:** 8.0.0
**WC tested up to:** 8.8.3
**WC tested up to:** 8.9.1
**Requires PHP:** 7.4
**Stable tag:** 3.11.1
**Stable tag:** 3.11.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -308,7 +308,7 @@ A. Not for the moment. We have plans to integrate with BuddyPress via an add-on
A. Yes, Dokan is fully responsive. We take mobile first approach and it displays very well in mobile and tablet devices. We are using Twitter Bootstrap as a framework and it just works.

### Q. Does it supports variable products? ###
A. The **Pro** version does! You can seller normal products, downloadable products and variable products with your own attributes.
A. The **Pro** version does! You can sell normal products, downloadable products, and variable products with your own attributes.

### Q. Can each vendor customize his store? ###
A. Right now we have options for only changing the store banner page. We are working on a better customizable seller store page.
Expand Down Expand Up @@ -347,6 +347,10 @@ A. Just install and activate the PRO version without deleting the free plugin. A

## Changelog ##

### v3.11.2 ( May 27, 2024 ) ###

- **update:** WooCommerce 8.9.1 Compatibility added.

### v3.11.1 ( May 16, 2024 ) ###

- **new:** Action hook `dokan_dashboard_sidebar_start` added.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/vue-admin.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.1
* Version: 3.11.2
* 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.8.3
* WC tested up to: 8.9.1
* Domain Path: /languages/
* License: GPL2
*/
Expand Down Expand Up @@ -66,7 +66,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.11.1';
public $version = '3.11.2';

/**
* Instance of self
Expand Down
4 changes: 2 additions & 2 deletions languages/dokan-lite.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (c) 2024 weDevs Pte. Ltd. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: Dokan 3.11.1\n"
"Project-Id-Version: Dokan 3.11.2\n"
"Report-Msgid-Bugs-To: https://dokan.co/contact/\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-05-16T07:51:11+00:00\n"
"POT-Creation-Date: 2024-05-27T10:12:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: dokan-lite\n"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokan",
"version": "3.11.1",
"version": "3.11.2",
"description": "A WordPress marketplace plugin",
"author": "weDevs",
"license": "GPL",
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Tags: WooCommerce multivendor marketplace, multivendor marketplace, multivendor,
Requires at least: 6.4
Tested up to: 6.5.3
WC requires at least: 8.0.0
WC tested up to: 8.8.3
WC tested up to: 8.9.1
Requires PHP: 7.4
Stable tag: 3.11.1
Stable tag: 3.11.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -308,7 +308,7 @@ A. Not for the moment. We have plans to integrate with BuddyPress via an add-on
A. Yes, Dokan is fully responsive. We take mobile first approach and it displays very well in mobile and tablet devices. We are using Twitter Bootstrap as a framework and it just works.

= Q. Does it supports variable products? =
A. The **Pro** version does! You can seller normal products, downloadable products and variable products with your own attributes.
A. The **Pro** version does! You can sell normal products, downloadable products, and variable products with your own attributes.

= Q. Can each vendor customize his store? =
A. Right now we have options for only changing the store banner page. We are working on a better customizable seller store page.
Expand Down Expand Up @@ -347,6 +347,10 @@ A. Just install and activate the PRO version without deleting the free plugin. A

== Changelog ==

= v3.11.2 ( May 27, 2024 ) =

- **update:** WooCommerce 8.9.1 Compatibility added.

= v3.11.1 ( May 16, 2024 ) =

- **new:** Action hook `dokan_dashboard_sidebar_start` added.
Expand Down
57 changes: 32 additions & 25 deletions src/admin/components/ModuleUpgradePopup.vue

Large diffs are not rendered by default.

137 changes: 77 additions & 60 deletions src/admin/components/UpgradeBanner.vue

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/store-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class="profile-info-img">
<?php if ( ! empty( $store_user->get_shop_name() ) && 'default' === $profile_layout ) { ?>
<h1 class="store-name">
<?php echo esc_html( $store_user->get_shop_name() ); ?>
<?php apply_filters( 'dokan_store_header_after_store_name', $store_user ); ?>
<?php do_action( 'dokan_store_header_after_store_name', $store_user ); ?>
</h1>
<?php } ?>
</div>
Expand All @@ -71,7 +71,7 @@ class="profile-info-img">
<?php if ( ! empty( $store_user->get_shop_name() ) && 'default' !== $profile_layout ) { ?>
<h1 class="store-name">
<?php echo esc_html( $store_user->get_shop_name() ); ?>
<?php apply_filters( 'dokan_store_header_after_store_name', $store_user ); ?>
<?php do_action( 'dokan_store_header_after_store_name', $store_user ); ?>
</h1>
<?php } ?>

Expand Down
2 changes: 1 addition & 1 deletion templates/store-lists-loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<?php endif ?>

<div class="store-data <?php echo esc_attr( $store_open_is_on ); ?>">
<h2><a href="<?php echo esc_attr( $store_url ); ?>"><?php echo esc_html( $store_name ); ?></a> <?php apply_filters( 'dokan_store_list_loop_after_store_name', $vendor ); ?></h2>
<h2><a href="<?php echo esc_attr( $store_url ); ?>"><?php echo esc_html( $store_name ); ?></a> <?php do_action( 'dokan_store_list_loop_after_store_name', $vendor ); ?></h2>

<?php if ( ! empty( $store_rating['count'] ) ) : ?>
<div class="dokan-seller-rating"
Expand Down
2 changes: 1 addition & 1 deletion templates/vendor-store-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="dokan-vendor-info">
<div class="dokan-vendor-name">
<a href="<?php echo esc_attr( $vendor->get_shop_url() ); ?>"><h5><?php echo esc_html( $store_info['store_name'] ); ?></h5></a>
<?php apply_filters( 'dokan_product_single_after_store_name', $vendor ); ?>
<?php do_action( 'dokan_product_single_after_store_name', $vendor ); ?>
</div>
<div class="dokan-vendor-rating">
<?php if ( $store_rating['count'] ) : ?>
Expand Down
12 changes: 12 additions & 0 deletions templates/whats-new.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
* When you are adding new version please follow this sequence for changes: New Feature, New, Improvement, Fix...
*/
$changelog = [
[
'version' => 'Version 3.11.2',
'released' => '2024-05-27',
'changes' => [
'Improvement' => [
[
'title' => 'WooCommerce 8.9.1 Compatibility added.',
'description' => '',
],
],
],
],
[
'version' => 'Version 3.11.1',
'released' => '2024-05-16',
Expand Down
Loading

0 comments on commit bb9ca08

Please sign in to comment.