Skip to content

Commit 7719fa4

Browse files
chore: Release version 4.2.3
Merge branch 'release/4.2.3'
2 parents 20f1825 + e3583f4 commit 7719fa4

File tree

8 files changed

+26
-16
lines changed

8 files changed

+26
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v4.2.3 ( Dec 22, 2025 ) ###
2+
- **fix:** Compatible vendor store banner image cropper with the latest version.
3+
14
### v4.2.2 ( Dec 22, 2025 ) ###
25
- **fix:** Banner image cropping reflects an error on the vendor store settings.
36

dokan-class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class WeDevs_Dokan {
2525
*
2626
* @var string
2727
*/
28-
public $version = '4.2.2';
28+
public $version = '4.2.3';
2929

3030
/**
3131
* Instance of self

dokan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Dokan
44
* Plugin URI: https://dokan.co/wordpress/
55
* Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
6-
* Version: 4.2.2
6+
* Version: 4.2.3
77
* Author: Dokan Inc.
88
* Author URI: https://dokan.co/wordpress/
99
* Text Domain: dokan-lite

languages/dokan-lite.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Copyright (c) 2025 Dokan Inc. All Rights Reserved.
22
msgid ""
33
msgstr ""
4-
"Project-Id-Version: Dokan 4.2.2\n"
4+
"Project-Id-Version: Dokan 4.2.3\n"
55
"Report-Msgid-Bugs-To: https://dokan.co/contact/\n"
66
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
77
"Language-Team: LANGUAGE <[email protected]>\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=UTF-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"POT-Creation-Date: 2025-12-22T11:06:32+00:00\n"
11+
"POT-Creation-Date: 2025-12-22T11:27:08+00:00\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"X-Generator: WP-CLI 2.11.0\n"
1414
"X-Domain: dokan-lite\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dokan",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "A WordPress marketplace plugin",
55
"author": "Dokan Inc.",
66
"license": "GPL",

readme.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.8.3
77
WC requires at least: 8.5.0
88
WC tested up to: 10.2.2
99
Requires PHP: 7.4
10-
Stable tag: 4.2.2
10+
Stable tag: 4.2.3
1111
License: GPLv2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313

@@ -352,6 +352,9 @@ A. Just install and activate the PRO version without deleting the free plugin. A
352352

353353
== Changelog ==
354354

355+
= v4.2.3 ( Dec 22, 2025 ) =
356+
- **fix:** Compatible vendor store banner image cropper with the latest version.
357+
355358
= v4.2.2 ( Dec 22, 2025 ) =
356359
- **fix:** Banner image cropper reflects an error on the vendor store settings.
357360

@@ -390,12 +393,4 @@ A. Just install and activate the PRO version without deleting the free plugin. A
390393
- **update:** Added custom store URL validation in admin settings to prevent conflicts with WordPress search functionality.
391394
- **update:** Fixed PHP warnings triggered when saving variable products by improving validation and data handling during product save operations.
392395

393-
= v4.1.4 ( Nov 06, 2025 ) =
394-
- **update:** Added validation for the `section` parameter in `Admin Settings` to prevent unauthorized or unintended option updates.
395-
- **update:** Strengthened nonce handling for limited-time promotional notices by changing the action from `dokan_admin` to `dokan_promotional_notice` for improved consistency and isolation.
396-
397-
= v4.1.3 ( Oct 28, 2025 ) =
398-
- **update:** Admin Dashboard withdraw list UI with Modern Design and Improved User Experience.
399-
- **update:** Admin Dashboard vendor list UI with Modern Design and Improved User Experience.
400-
401396
[See changelog for all versions](https://github.com/getdokan/dokan/blob/develop/CHANGELOG.md).

templates/whats-new.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
* When you are adding new version please follow this sequence for changes: New Feature, New, Improvement, Fix...
44
*/
55
$changelog = [
6+
[
7+
'version' => 'Version 4.2.3',
8+
'released' => '2025-12-22',
9+
'changes' => [
10+
'Fix' => [
11+
[
12+
'title' => 'Compatible vendor store banner image cropper with the latest version.',
13+
'description' => '',
14+
],
15+
],
16+
],
17+
],
618
[
719
'version' => 'Version 4.2.2',
820
'released' => '2025-12-22',

0 commit comments

Comments
 (0)