Skip to content

Commit

Permalink
Merge branch 'release/3.14.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunshon committed Dec 4, 2024
2 parents ae968de + b1dc551 commit 269d747
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 37 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v3.12.6 ( Oct 24, 2024 ) ###

- **fix:** Fixed js error on frontend pages.

### v3.12.5 ( Oct 16, 2024 ) ###

- **fix:** Implement order trash and untrash handling for Dokan
- **fix:** Added wordpress native i18n support

### v3.12.4 ( Oct 03, 2024 ) ###

- **update:** Added `$data` parameter to `dokan_update_vendor` hook.

### v3.12.3 ( Sep 30, 2024 ) ###

- **update:** Added compatibility with RFQ state field ui.
Expand Down
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**WC requires at least:** 8.0.0
**WC tested up to:** 9.4.2
**Requires PHP:** 7.4
**Stable tag:** 3.14.0
**Stable tag:** 3.14.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### v3.14.1 ( Dec 04, 2024 ) ###

- **fix:** Fixed a issue in the commission upgrader to deal with empty values for product and vendor.

### v3.14.0 ( Dec 02, 2024 ) ###

- **new:** Commission amount now displayed in the product list within the admin dashboard.
Expand All @@ -355,7 +359,6 @@ A. Just install and activate the PRO version without deleting the free plugin. A
- **new:** Commission details metabox on the order details page in the admin dashboard is now visible for child orders or orders without a parent.
- **new:** Related order metabox on the order details page in the admin dashboard, displaying sibling orders for child orders and child orders for parent orders.
- **new:** Backward compatibility for flat, percentage, and combine commission types for older orders.
- **new:** A new color palette is introduced for store color "Purple Pulse"
- **update:** Updated commission types from flat, percentage, and combine to fixed and category-based commissions.
- **update:** Overhauled the commission UI across Dokan global settings, vendor settings, product settings, Dokan subscription product settings, and the admin setup wizard.
- **update:** Updated the commission settings in the admin setup wizard.
Expand All @@ -375,20 +378,8 @@ A. Just install and activate the PRO version without deleting the free plugin. A
- **feat:** Replaced the Dokan array container with the League Container, ensuring backward compatibility for seamless performance and enhanced flexibility.
- **feat:** Updated Dokan to be fully compatible with WooCommerce Analytics Reports

### v3.12.6 ( Oct 24, 2024 ) ###

- **fix:** Fixed js error on frontend pages.

### v3.12.5 ( Oct 16, 2024 ) ###

- **fix:** Implement order trash and untrash handling for Dokan
- **fix:** Added wordpress native i18n support

### v3.12.4 ( Oct 03, 2024 ) ###

- **update:** Added `$data` parameter to `dokan_update_vendor` hook.

[CHECK THE FULL CHANGELOG](https://github.com/getdokan/dokan/blob/ac8cfe42ed6d13a34572571728281591ebbf706f/CHANGELOG.md).
[CHECK THE FULL CHANGELOG](https://github.com/getdokan/dokan/blob/develop/CHANGELOG.md).

## Upgrade Notice ##

Expand Down
2 changes: 1 addition & 1 deletion dokan-class.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.14.0';
public $version = '3.14.1';

/**
* Instance of self
Expand Down
2 changes: 1 addition & 1 deletion 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.14.0
* Version: 3.14.1
* Author: weDevs
* Author URI: https://dokan.co/
* Text Domain: dokan-lite
Expand Down
7 changes: 4 additions & 3 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.14.0\n"
"Project-Id-Version: Dokan 3.14.1\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-11-29T10:41:37+00:00\n"
"POT-Creation-Date: 2024-12-04T09:23:45+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: dokan-lite\n"
Expand Down Expand Up @@ -6827,7 +6827,7 @@ msgid "Dokan Data Update Required"
msgstr ""

#: includes/Upgrade/AdminNotice.php:40
msgid "Updating your Dokan data is required to continue functional operations."
msgid "Updating your Dokan data is required to continue functional operations. Kindly backup your database before running upgrade for safety."
msgstr ""

#: includes/Upgrade/AdminNotice.php:46
Expand Down Expand Up @@ -8275,6 +8275,7 @@ msgstr ""
msgid "Your product %s"
msgstr ""

#. translators: 1) product title
#: templates/emails/plain/product-published.php:25
msgid "has been approved by one of our admin, congrats!"
msgstr ""
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.14.0",
"version": "3.14.1",
"description": "A WordPress marketplace plugin",
"author": "weDevs",
"license": "GPL",
Expand Down
20 changes: 6 additions & 14 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.7.1
WC requires at least: 8.0.0
WC tested up to: 9.4.2
Requires PHP: 7.4
Stable tag: 3.14.0
Stable tag: 3.14.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v3.14.1 ( Dec 04, 2024 ) =

- **fix:** Fixed a issue in the commission upgrader to deal with empty values for product and vendor.

= v3.14.0 ( Dec 02, 2024 ) =

- **new:** Commission amount now displayed in the product list within the admin dashboard.
Expand Down Expand Up @@ -374,20 +378,8 @@ A. Just install and activate the PRO version without deleting the free plugin. A
- **feat:** Replaced the Dokan array container with the League Container, ensuring backward compatibility for seamless performance and enhanced flexibility.
- **feat:** Updated Dokan to be fully compatible with WooCommerce Analytics Reports

= v3.12.6 ( Oct 24, 2024 ) =

- **fix:** Fixed js error on frontend pages.

= v3.12.5 ( Oct 16, 2024 ) =

- **fix:** Implement order trash and untrash handling for Dokan
- **fix:** Added wordpress native i18n support

= v3.12.4 ( Oct 03, 2024 ) =

- **update:** Added `$data` parameter to `dokan_update_vendor` hook.

[CHECK THE FULL CHANGELOG](https://github.com/getdokan/dokan/blob/ac8cfe42ed6d13a34572571728281591ebbf706f/CHANGELOG.md).
[CHECK THE FULL CHANGELOG](https://github.com/getdokan/dokan/blob/develop/CHANGELOG.md).

== Upgrade Notice ==

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.14.1',
'released' => '2024-12-04',
'changes' => [
'Fix' => [
[
'title' => 'Fixed a issue in the commission upgrader to deal with empty values for product and vendor.',
'description' => '',
],
],
],
],
[
'version' => 'Version 3.14.0',
'released' => '2024-12-02',
Expand Down

0 comments on commit 269d747

Please sign in to comment.