Changeset 3425283
- Timestamp:
- 12/22/2025 11:32:38 AM (3 months ago)
- Location:
- dokan-lite
- Files:
-
- 12 edited
- 1 copied
-
tags/4.2.3 (copied) (copied from dokan-lite/trunk)
-
tags/4.2.3/dokan-class.php (modified) (1 diff)
-
tags/4.2.3/dokan.php (modified) (1 diff)
-
tags/4.2.3/languages/dokan-lite.pot (modified) (2 diffs)
-
tags/4.2.3/readme.txt (modified) (3 diffs)
-
tags/4.2.3/templates/whats-new.php (modified) (1 diff)
-
tags/4.2.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/dokan-class.php (modified) (1 diff)
-
trunk/dokan.php (modified) (1 diff)
-
trunk/languages/dokan-lite.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/templates/whats-new.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dokan-lite/tags/4.2.3/dokan-class.php
r3425256 r3425283 26 26 * @var string 27 27 */ 28 public $version = '4.2. 2';28 public $version = '4.2.3'; 29 29 30 30 /** -
dokan-lite/tags/4.2.3/dokan.php
r3425256 r3425283 4 4 * Plugin URI: https://dokan.co/wordpress/ 5 5 * Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs. 6 * Version: 4.2. 26 * Version: 4.2.3 7 7 * Author: Dokan Inc. 8 8 * Author URI: https://dokan.co/wordpress/ -
dokan-lite/tags/4.2.3/languages/dokan-lite.pot
r3425256 r3425283 2 2 msgid "" 3 3 msgstr "" 4 "Project-Id-Version: Dokan 4.2. 2\n"4 "Project-Id-Version: Dokan 4.2.3\n" 5 5 "Report-Msgid-Bugs-To: https://dokan.co/contact/\n" 6 6 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 9 9 "Content-Type: text/plain; charset=UTF-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "POT-Creation-Date: 2025-12-22T1 0:51:25+00:00\n"11 "POT-Creation-Date: 2025-12-22T11:27:08+00:00\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "X-Generator: WP-CLI 2.11.0\n" -
dokan-lite/tags/4.2.3/readme.txt
r3425256 r3425283 8 8 WC tested up to: 10.2.2 9 9 Requires PHP: 7.4 10 Stable tag: 4.2. 110 Stable tag: 4.2.3 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 353 353 == Changelog == 354 354 355 = v4.2.3 ( Dec 22, 2025 ) = 356 - **fix:** Compatible vendor store banner image cropper with the latest version. 357 355 358 = v4.2.2 ( Dec 22, 2025 ) = 356 359 - **fix:** Banner image cropper reflects an error on the vendor store settings. … … 391 394 - **update:** Fixed PHP warnings triggered when saving variable products by improving validation and data handling during product save operations. 392 395 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 401 396 [See changelog for all versions](https://github.com/getdokan/dokan/blob/develop/CHANGELOG.md). -
dokan-lite/tags/4.2.3/templates/whats-new.php
r3425256 r3425283 4 4 */ 5 5 $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 ], 6 18 [ 7 19 'version' => 'Version 4.2.2', -
dokan-lite/tags/4.2.3/vendor/composer/installed.php
r3425256 r3425283 2 2 'root' => array( 3 3 'name' => 'wedevs/dokan', 4 'pretty_version' => 'v4.2. 2',5 'version' => '4.2. 2.0',6 'reference' => ' bb1fcf41426bce6215f4c5a010e3d0bc9765f052',4 'pretty_version' => 'v4.2.3', 5 'version' => '4.2.3.0', 6 'reference' => '7719fa4efd2cc76935a316c8d016661c28599d28', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 39 39 ), 40 40 'wedevs/dokan' => array( 41 'pretty_version' => 'v4.2. 2',42 'version' => '4.2. 2.0',43 'reference' => ' bb1fcf41426bce6215f4c5a010e3d0bc9765f052',41 'pretty_version' => 'v4.2.3', 42 'version' => '4.2.3.0', 43 'reference' => '7719fa4efd2cc76935a316c8d016661c28599d28', 44 44 'type' => 'wordpress-plugin', 45 45 'install_path' => __DIR__ . '/../../', -
dokan-lite/trunk/dokan-class.php
r3425256 r3425283 26 26 * @var string 27 27 */ 28 public $version = '4.2. 2';28 public $version = '4.2.3'; 29 29 30 30 /** -
dokan-lite/trunk/dokan.php
r3425256 r3425283 4 4 * Plugin URI: https://dokan.co/wordpress/ 5 5 * Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs. 6 * Version: 4.2. 26 * Version: 4.2.3 7 7 * Author: Dokan Inc. 8 8 * Author URI: https://dokan.co/wordpress/ -
dokan-lite/trunk/languages/dokan-lite.pot
r3425256 r3425283 2 2 msgid "" 3 3 msgstr "" 4 "Project-Id-Version: Dokan 4.2. 2\n"4 "Project-Id-Version: Dokan 4.2.3\n" 5 5 "Report-Msgid-Bugs-To: https://dokan.co/contact/\n" 6 6 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 9 9 "Content-Type: text/plain; charset=UTF-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "POT-Creation-Date: 2025-12-22T1 0:51:25+00:00\n"11 "POT-Creation-Date: 2025-12-22T11:27:08+00:00\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "X-Generator: WP-CLI 2.11.0\n" -
dokan-lite/trunk/readme.txt
r3425256 r3425283 8 8 WC tested up to: 10.2.2 9 9 Requires PHP: 7.4 10 Stable tag: 4.2. 110 Stable tag: 4.2.3 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 353 353 == Changelog == 354 354 355 = v4.2.3 ( Dec 22, 2025 ) = 356 - **fix:** Compatible vendor store banner image cropper with the latest version. 357 355 358 = v4.2.2 ( Dec 22, 2025 ) = 356 359 - **fix:** Banner image cropper reflects an error on the vendor store settings. … … 391 394 - **update:** Fixed PHP warnings triggered when saving variable products by improving validation and data handling during product save operations. 392 395 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 401 396 [See changelog for all versions](https://github.com/getdokan/dokan/blob/develop/CHANGELOG.md). -
dokan-lite/trunk/templates/whats-new.php
r3425256 r3425283 4 4 */ 5 5 $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 ], 6 18 [ 7 19 'version' => 'Version 4.2.2', -
dokan-lite/trunk/vendor/composer/installed.php
r3425256 r3425283 2 2 'root' => array( 3 3 'name' => 'wedevs/dokan', 4 'pretty_version' => 'v4.2. 2',5 'version' => '4.2. 2.0',6 'reference' => ' bb1fcf41426bce6215f4c5a010e3d0bc9765f052',4 'pretty_version' => 'v4.2.3', 5 'version' => '4.2.3.0', 6 'reference' => '7719fa4efd2cc76935a316c8d016661c28599d28', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 39 39 ), 40 40 'wedevs/dokan' => array( 41 'pretty_version' => 'v4.2. 2',42 'version' => '4.2. 2.0',43 'reference' => ' bb1fcf41426bce6215f4c5a010e3d0bc9765f052',41 'pretty_version' => 'v4.2.3', 42 'version' => '4.2.3.0', 43 'reference' => '7719fa4efd2cc76935a316c8d016661c28599d28', 44 44 'type' => 'wordpress-plugin', 45 45 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.