Skip to content

Commit

Permalink
Merge branch 'release/3.7.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
nurul-umbhiya committed Jan 10, 2023
2 parents 82ba53a + 93582a8 commit 9d86a18
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 62 deletions.
8 changes: 7 additions & 1 deletion 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:** 7.2.2
**Requires PHP:** 7.2
**Stable tag:** 3.7.8
**Stable tag:** 3.7.9
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### v3.7.9 ( Jan 10, 2023 ) ###

- **update:** Last-page and first-page pagination icon inconsistency under single store page product listing
- **update:** Adjusted store banner image stretching issue under store list page
- **fix:** Vendor email address is not showing up on the store header.

### v3.7.8 ( Oct 27, 2022 ) ###

- **fix:** Single Store Page store header menu and search fields style break on mobile devices
Expand Down
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6007,6 +6007,7 @@ p.vendor-customer-registration .radio:hover {
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
object-fit: cover;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller {
width: 100%;
Expand Down
1 change: 1 addition & 0 deletions assets/src/less/store-lists.less
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
object-fit: cover;
}
}
}
Expand Down
75 changes: 38 additions & 37 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://wordpress.org/plugins/dokan-lite/
* Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
* Version: 3.7.8
* Version: 3.7.9
* Author: weDevs
* Author URI: https://wedevs.com/
* Text Domain: dokan-lite
Expand Down Expand Up @@ -56,7 +56,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.7.8';
public $version = '3.7.9';

/**
* Instance of self
Expand Down
2 changes: 1 addition & 1 deletion includes/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function dokan_page_navi( $before, $after, $wp_query ) {
echo '</li>';

if ( $end_page < $max_page ) {
$last_page_text = '&rarr;';
$last_page_text = '&raquo;';
echo '<li class="next"><a href="' . esc_url( get_pagenum_link( $max_page ) ) . '" title="Last">' . esc_html( $last_page_text ) . '</a></li>';
}

Expand Down
8 changes: 4 additions & 4 deletions languages/dokan-lite.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2022 weDevs
# Copyright (C) 2023 weDevs
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Dokan 3.7.8\n"
"Project-Id-Version: Dokan 3.7.9\n"
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
"POT-Creation-Date: 2022-12-26 04:50:27+00:00\n"
"POT-Creation-Date: 2023-01-10 09:32:06+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand Down
19 changes: 8 additions & 11 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.7.8",
"version": "3.7.9",
"description": "A WordPress marketplace plugin",
"author": "weDevs",
"license": "GPL",
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.1.1
WC requires at least: 5.0.0
WC tested up to: 7.2.2
Requires PHP: 7.2
Stable tag: 3.7.8
Stable tag: 3.7.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v3.7.9 ( Jan 10, 2023 ) =

- **update:** Last-page and first-page pagination icon inconsistency under single store page product listing
- **update:** Adjusted store banner image stretching issue under store list page
- **fix:** Vendor email address is not showing up on the store header.

= v3.7.8 ( Oct 27, 2022 ) =

- **fix:** Single Store Page store header menu and search fields style break on mobile devices
Expand Down
2 changes: 1 addition & 1 deletion templates/store-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class="profile-info-img">
</li>
<?php } ?>

<?php if ( ! dokan_is_vendor_info_hidden( 'email' ) && $store_user->show_email() === 'yes' ) { ?>
<?php if ( ! dokan_is_vendor_info_hidden( 'email' ) && $store_user->show_email() ) { ?>
<li class="dokan-store-email">
<i class="far fa-envelope"></i>
<a href="mailto:<?php echo esc_attr( antispambot( $store_user->get_email() ) ); ?>"><?php echo esc_attr( antispambot( $store_user->get_email() ) ); ?></a>
Expand Down
Loading

0 comments on commit 9d86a18

Please sign in to comment.