diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af00cfd40..0daaa60885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 54be192fe6..91185cf324 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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 ## diff --git a/dokan-class.php b/dokan-class.php index b5bbcbf820..151e8b3280 100755 --- a/dokan-class.php +++ b/dokan-class.php @@ -24,7 +24,7 @@ final class WeDevs_Dokan { * * @var string */ - public $version = '3.14.3'; + public $version = '3.14.4'; /** * Instance of self diff --git a/dokan.php b/dokan.php index 61f0185e04..f4b027cee3 100755 --- a/dokan.php +++ b/dokan.php @@ -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 */ diff --git a/languages/dokan-lite.pot b/languages/dokan-lite.pot index a61e0ff6eb..fe063480a8 100644 --- a/languages/dokan-lite.pot +++ b/languages/dokan-lite.pot @@ -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 \n" "Language-Team: LANGUAGE \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" @@ -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 Dokan 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 @@ -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" diff --git a/package-lock.json b/package-lock.json index cfedd10b04..a46f15dd34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dokan", - "version": "3.14.3", + "version": "3.14.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dokan", - "version": "3.14.3", + "version": "3.14.4", "license": "GPL", "dependencies": { "@wordpress/i18n": "^5.8.0" diff --git a/package.json b/package.json index efb2671ace..064c01c7e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dokan", - "version": "3.14.3", + "version": "3.14.4", "description": "A WordPress marketplace plugin", "author": "weDevs", "license": "GPL", diff --git a/readme.txt b/readme.txt index 4de0d7eba3..2879c39e87 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. @@ -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 == diff --git a/templates/whats-new.php b/templates/whats-new.php index 45b0b2a8d1..c0951bdd04 100644 --- a/templates/whats-new.php +++ b/templates/whats-new.php @@ -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',