Skip to content

Commit

Permalink
Merge branch 'release/3.14.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunshon committed Dec 27, 2024
2 parents 2e2adeb + 49068d3 commit 4a5d435
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 50 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### v3.14.0 ( Dec 02, 2024 ) ###

- **new:** Commission amount now displayed in the product list within the admin dashboard.
- **new:** Vendor earning amount displayed in the product list within the vendor dashboard.
- **new:** Vendor earning suggestions on the product add and edit pages in the vendor dashboard for simple and variable products.
- **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.
- **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.
- **update:** Enhanced responsiveness of the UI for Dokan admin dashboard settings menus.
- **update:** Product is rebranded with new branding.
- **update:** As per new branding of Dokan Multivendor Plugin, full product is rebranded with new theme color.
- **fix:** Moved the vendor edit page from Dokan Pro to Dokan Lite and eliminated the commission setting from the WordPress default user profile page.
- **fix:** Removed the commission from every category, introducing category-based commission in global settings, vendor settings, Dokan subscription products, and the admin setup wizard.
-
### v3.13.1 ( Nov 11, 2024 ) ###

- **update:** Compatibility with the Printful Integration Module added.
Expand Down
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Requires at least:** 6.5
**Tested up to:** 6.7.1
**WC requires at least:** 8.0.0
**WC tested up to:** 9.4.3
**WC tested up to:** 9.5.1
**Requires PHP:** 7.4
**Stable tag:** 3.14.3
**Stable tag:** 3.14.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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


## Changelog ##
### v3.14.4 ( Dec 27, 2024 ) ###
- **fix:** Added tweaks to improve system stability and smoothness

### v3.14.3 ( Dec 11, 2024 ) ###
- **update:** Updated Dokan admin header to display current pro plan and version with upgrading option.

Expand All @@ -357,23 +360,6 @@ A. Just install and activate the PRO version without deleting the free plugin. A

- **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.
- **new:** Vendor earning amount displayed in the product list within the vendor dashboard.
- **new:** Vendor earning suggestions on the product add and edit pages in the vendor dashboard for simple and variable products.
- **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.
- **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.
- **update:** Enhanced responsiveness of the UI for Dokan admin dashboard settings menus.
- **update:** Product is rebranded with new branding.
- **update:** As per new branding of Dokan Multivendor Plugin, full product is rebranded with new theme color.
- **fix:** Moved the vendor edit page from Dokan Pro to Dokan Lite and eliminated the commission setting from the WordPress default user profile page.
- **fix:** Removed the commission from every category, introducing category-based commission in global settings, vendor settings, Dokan subscription products, and the admin setup wizard.

[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 @@ -24,7 +24,7 @@ final class WeDevs_Dokan {
*
* @var string
*/
public $version = '3.14.3';
public $version = '3.14.4';

/**
* Instance of self
Expand Down
4 changes: 2 additions & 2 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.14.3
* Version: 3.14.4
* 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: 9.4.2
* WC tested up to: 9.5.1
* Domain Path: /languages/
* License: GPL2
*/
Expand Down
12 changes: 6 additions & 6 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.3\n"
"Project-Id-Version: Dokan 3.14.4\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-12-10T07:02:22+00:00\n"
"POT-Creation-Date: 2024-12-27T05:39:23+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 @@ -43,15 +43,15 @@ msgid "https://dokan.co/"
msgstr ""

#. translators: 1: Required PHP Version 2: Running php version
#: dokan-class.php:162
#: dokan-class.php:163
msgid "The Minimum PHP Version Requirement for <b>Dokan</b> is %1$s. You are Running PHP %2$s"
msgstr ""

#: dokan-class.php:407
#: dokan-class.php:408
msgid "Get Pro"
msgstr ""

#: dokan-class.php:410
#: dokan-class.php:411
#: includes/Admin/AdminBar.php:81
#: includes/Admin/Menu.php:68
#: includes/Dashboard/Templates/Settings.php:60
Expand All @@ -61,7 +61,7 @@ msgstr ""
msgid "Settings"
msgstr ""

#: dokan-class.php:411
#: dokan-class.php:412
#: templates/admin-header.php:118
#: assets/js/vue-admin.js:2
msgid "Documentation"
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.3",
"version": "3.14.4",
"description": "A WordPress marketplace plugin",
"author": "weDevs",
"license": "GPL",
Expand Down
24 changes: 5 additions & 19 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Tags: WooCommerce multivendor marketplace, multi seller, multi vendor, multivend
Requires at least: 6.5
Tested up to: 6.7.1
WC requires at least: 8.0.0
WC tested up to: 9.4.3
WC tested up to: 9.5.1
Requires PHP: 7.4
Stable tag: 3.14.3
Stable tag: 3.14.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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


== Changelog ==
= v3.14.4 ( Dec 27, 2024 ) =
- **fix:** Added tweaks to improve system stability and smoothness.

= v3.14.3 ( Dec 11, 2024 ) =
- **update:** Updated Dokan admin header to display current pro plan and version with upgrading option.

Expand All @@ -357,23 +360,6 @@ A. Just install and activate the PRO version without deleting the free plugin. A

- **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.
- **new:** Vendor earning amount displayed in the product list within the vendor dashboard.
- **new:** Vendor earning suggestions on the product add and edit pages in the vendor dashboard for simple and variable products.
- **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.
- **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.
- **update:** Enhanced responsiveness of the UI for Dokan admin dashboard settings menus.
- **update:** Product is rebranded with new branding.
- **update:** As per new branding of Dokan Multivendor Plugin, full product is rebranded with new theme color.
- **fix:** Moved the vendor edit page from Dokan Pro to Dokan Lite and eliminated the commission setting from the WordPress default user profile page.
- **fix:** Removed the commission from every category, introducing category-based commission in global settings, vendor settings, Dokan subscription products, and the admin setup wizard.

[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.4',
'released' => '2024-12-27',
'changes' => [
'Fix' => [
[
'title' => 'Added tweaks to improve system stability and smoothness',
'description' => '',
],
],
],
],
[
'version' => 'Version 3.14.3',
'released' => '2024-12-11',
Expand Down

0 comments on commit 4a5d435

Please sign in to comment.