Skip to content

Commit

Permalink
chore: Release Version 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed Aug 29, 2024
1 parent f2e78b6 commit 8a58500
Show file tree
Hide file tree
Showing 12 changed files with 99 additions and 67 deletions.
10 changes: 8 additions & 2 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.6.1
**WC requires at least:** 8.0.0
**WC tested up to:** 9.1.4
**WC tested up to:** 9.2.3
**Requires PHP:** 7.4
**Stable tag:** 3.11.5
**Stable tag:** 3.12.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### v3.12.0 ( Aug 29, 2024 ) ###

- **fix:** Displaying incorrect withdrawal amount when using decimal separator as thousand.
- **fix:** Removed multiple invoice button for dokan sub-orders.
- **fix:** Ensure accurate stock updates when vendors edit products while sales occur. Thanks @brunomendespereira

### v3.11.5 ( Aug 7, 2024 ) ###

- **fix:** Fixed data updating issue on Admin color picker settings.
Expand Down
26 changes: 13 additions & 13 deletions assets/css/vue-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2138,58 +2138,58 @@ ul[data-v-525b077c] {
}
}

.combine_fields[data-v-14248927] {
.combine_fields[data-v-63d1027e] {
display: flex;
justify-content: right;
align-items: center;
}
.combine_fields .percent_fee[data-v-14248927] {
.combine_fields .percent_fee[data-v-63d1027e] {
padding-right: 10px;
}
.combine_fields .fixed_fee input[data-v-14248927],
.combine_fields .percent_fee input[data-v-14248927] {
.combine_fields .fixed_fee input[data-v-63d1027e],
.combine_fields .percent_fee input[data-v-63d1027e] {
width: 100px;
}

.wm-box-container[data-v-3b142b94] {
.wm-box-container[data-v-914aa92a] {
display: flex;
flex-direction: column;
}
.wm-box-container .wm-methods-box-container[data-v-3b142b94] {
.wm-box-container .wm-methods-box-container[data-v-914aa92a] {
margin-top: 15px;
}
.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-3b142b94] {
.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] {
border-bottom: 1px solid #f3f4f6;
padding: 0 30px;
display: flex;
justify-content: space-between;
align-items: center;
}
.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-3b142b94]:last-child {
.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a]:last-child {
border-bottom: 0;
}
.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-3b142b94] {
.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-914aa92a] {
display: flex;
align-items: center;
}
.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-3b142b94] {
.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] {
display: flex;
align-items: center;
}
.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-3b142b94] {
.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-914aa92a] {
border: 1px solid #dbdbdb;
color: #838181;
padding: 5px 8px;
border-radius: 12px;
background: #f5f5f6;
}
@media only screen and (max-width: 782px) {
.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-3b142b94] {
.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] {
flex-direction: column;
justify-content: start;
align-items: start;
}
.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-3b142b94] {
.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] {
margin-left: -20px;
margin-bottom: 20px;
}
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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=7.4",
"appsero/client": "^v2.0.2",
"jakeasmith/http_build_url": "^1",
"appsero/updater": "^v2.0.0"
"appsero/updater": "^v2.2.0"
},
"require-dev": {
"wp-coding-standards/wpcs": "dev-develop",
Expand Down
12 changes: 6 additions & 6 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.11.5
* Version: 3.12.0
* Author: weDevs
* Author URI: https://dokan.co/
* Text Domain: dokan-lite
Expand Down Expand Up @@ -66,7 +66,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.11.5';
public $version = '3.12.0';

/**
* Instance of self
Expand Down
60 changes: 30 additions & 30 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.5\n"
"Project-Id-Version: Dokan 3.12.0\n"
"Report-Msgid-Bugs-To: https://dokan.co/contact/\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-08-07T04:00:14+00:00\n"
"POT-Creation-Date: 2024-08-29T04:01:51+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 Expand Up @@ -2392,7 +2392,7 @@ msgid "Out of Stock"
msgstr ""

#: includes/Blocks/ProductBlock.php:34
#: templates/products/inventory.php:67
#: templates/products/inventory.php:69
msgid "Do not allow"
msgstr ""

Expand All @@ -2401,7 +2401,7 @@ msgid "Allow, but notify customer"
msgstr ""

#: includes/Blocks/ProductBlock.php:36
#: templates/products/inventory.php:69
#: templates/products/inventory.php:71
msgid "Allow"
msgstr ""

Expand Down Expand Up @@ -4046,24 +4046,24 @@ msgstr ""
msgid "Customer Note"
msgstr ""

#: includes/Order/Hooks.php:272
#: includes/Order/Hooks.php:269
msgid "Marked as completed because it contains digital products only."
msgstr ""

#: includes/Order/Hooks.php:286
#: includes/Order/Hooks.php:283
msgid "Mark parent order completed when all child orders are completed."
msgstr ""

#: includes/Order/Hooks.php:341
#: includes/Order/Hooks.php:338
msgid "This coupon is invalid for multiple vendors."
msgstr ""

#: includes/Order/Hooks.php:355
#: includes/Order/Hooks.php:352
msgid "A coupon must be restricted with a vendor product."
msgstr ""

#. translators: %s item name.
#: includes/Order/Hooks.php:401
#: includes/Order/Hooks.php:398
msgid "Unable to restore stock for item %s."
msgstr ""

Expand Down Expand Up @@ -7283,11 +7283,11 @@ msgstr ""
msgid "Store is closed"
msgstr ""

#: includes/wc-functions.php:401
#: includes/wc-functions.php:402
msgid "Product SKU must be unique"
msgstr ""

#: includes/wc-functions.php:820
#: includes/wc-functions.php:821
#: templates/account/update-customer-to-vendor.php:26
#: templates/account/vendor-registration.php:18
#: templates/global/seller-registration-form.php:16
Expand All @@ -7296,7 +7296,7 @@ msgstr ""
msgid "First Name"
msgstr ""

#: includes/wc-functions.php:821
#: includes/wc-functions.php:822
#: templates/account/update-customer-to-vendor.php:30
#: templates/account/vendor-registration.php:23
#: templates/global/seller-registration-form.php:21
Expand All @@ -7305,57 +7305,57 @@ msgstr ""
msgid "Last Name"
msgstr ""

#: includes/wc-functions.php:822
#: includes/wc-functions.php:823
#: templates/account/vendor-registration.php:36
#: templates/dashboard/edit-account.php:65
msgid "Email address"
msgstr ""

#: includes/wc-functions.php:828
#: includes/wc-functions.php:829
msgid "is a required field."
msgstr ""

#: includes/wc-functions.php:834
#: includes/wc-functions.php:835
msgid "Please provide a valid email address."
msgstr ""

#: includes/wc-functions.php:836
#: includes/wc-functions.php:837
msgid "This email address is already registered."
msgstr ""

#: includes/wc-functions.php:842
#: includes/wc-functions.php:843
msgid "Your current password is incorrect."
msgstr ""

#: includes/wc-functions.php:847
#: includes/wc-functions.php:848
msgid "Please fill out all password fields."
msgstr ""

#: includes/wc-functions.php:850
#: includes/wc-functions.php:851
msgid "Please enter your current password."
msgstr ""

#: includes/wc-functions.php:853
#: includes/wc-functions.php:854
msgid "Please re-enter your password."
msgstr ""

#: includes/wc-functions.php:856
#: includes/wc-functions.php:857
msgid "New passwords do not match."
msgstr ""

#: includes/wc-functions.php:876
#: includes/wc-functions.php:877
msgid "Account details changed successfully."
msgstr ""

#: includes/wc-functions.php:922
#: includes/wc-functions.php:923
msgid "More Products"
msgstr ""

#: includes/wc-functions.php:975
#: includes/wc-functions.php:976
msgid "No product has been found!"
msgstr ""

#: includes/wc-functions.php:1048
#: includes/wc-functions.php:1049
msgid "Reviews cannot be posted for products that you own."
msgstr ""

Expand Down Expand Up @@ -9111,23 +9111,23 @@ msgid "Stock quantity"
msgstr ""

#: templates/products/inventory.php:48
#: templates/products/inventory.php:54
#: templates/products/inventory.php:56
msgid "1"
msgstr ""

#: templates/products/inventory.php:53
#: templates/products/inventory.php:55
msgid "Low stock threshold"
msgstr ""

#: templates/products/inventory.php:59
#: templates/products/inventory.php:61
msgid "Allow Backorders"
msgstr ""

#: templates/products/inventory.php:68
#: templates/products/inventory.php:70
msgid "Allow but notify customer"
msgstr ""

#: templates/products/inventory.php:83
#: templates/products/inventory.php:85
msgid "Allow only one quantity of this product to be bought in a single order"
msgstr ""

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

Loading

0 comments on commit 8a58500

Please sign in to comment.