Plugin Directory

Changeset 3425283


Ignore:
Timestamp:
12/22/2025 11:32:38 AM (3 months ago)
Author:
wedevs
Message:

Update to version 4.2.3 from GitHub

Location:
dokan-lite
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dokan-lite/tags/4.2.3/dokan-class.php

    r3425256 r3425283  
    2626     * @var string
    2727     */
    28     public $version = '4.2.2';
     28    public $version = '4.2.3';
    2929
    3030    /**
  • dokan-lite/tags/4.2.3/dokan.php

    r3425256 r3425283  
    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/
  • dokan-lite/tags/4.2.3/languages/dokan-lite.pot

    r3425256 r3425283  
    22msgid ""
    33msgstr ""
    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"
     
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "POT-Creation-Date: 2025-12-22T10:51:25+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"
  • dokan-lite/tags/4.2.3/readme.txt

    r3425256 r3425283  
    88WC tested up to: 10.2.2
    99Requires PHP: 7.4
    10 Stable tag: 4.2.1
     10Stable tag: 4.2.3
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    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.
     
    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).
  • dokan-lite/tags/4.2.3/templates/whats-new.php

    r3425256 r3425283  
    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',
  • dokan-lite/tags/4.2.3/vendor/composer/installed.php

    r3425256 r3425283  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3939        ),
    4040        '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',
    4444            'type' => 'wordpress-plugin',
    4545            'install_path' => __DIR__ . '/../../',
  • dokan-lite/trunk/dokan-class.php

    r3425256 r3425283  
    2626     * @var string
    2727     */
    28     public $version = '4.2.2';
     28    public $version = '4.2.3';
    2929
    3030    /**
  • dokan-lite/trunk/dokan.php

    r3425256 r3425283  
    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/
  • dokan-lite/trunk/languages/dokan-lite.pot

    r3425256 r3425283  
    22msgid ""
    33msgstr ""
    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"
     
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "POT-Creation-Date: 2025-12-22T10:51:25+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"
  • dokan-lite/trunk/readme.txt

    r3425256 r3425283  
    88WC tested up to: 10.2.2
    99Requires PHP: 7.4
    10 Stable tag: 4.2.1
     10Stable tag: 4.2.3
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    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.
     
    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).
  • dokan-lite/trunk/templates/whats-new.php

    r3425256 r3425283  
    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',
  • dokan-lite/trunk/vendor/composer/installed.php

    r3425256 r3425283  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3939        ),
    4040        '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',
    4444            'type' => 'wordpress-plugin',
    4545            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.