Plugin Directory

Changeset 3361354


Ignore:
Timestamp:
09/14/2025 04:53:41 PM (7 months ago)
Author:
tanvirh
Message:

Update to version 3.0.8 from GitHub

Location:
dokan-kits
Files:
8 added
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dokan-kits/tags/3.0.8/dokan-kits.php

    r3361328 r3361354  
    1212 * Plugin URI:      https://wordpress.org/plugins/dokan-kits
    1313 * Description:     The Helper Toolkits plugin for Dokan is a feature-packed add-on designed to streamline and enhance the functionality of your Dokan-powered multi-vendor marketplace.
    14  * Version:         3.0.7
     14 * Version:         3.0.8
    1515 * Author:          WPIntegrity
    1616 * Author URI:      https://wpintegrity.com/
     
    3636
    3737// Define plugin constants.
    38 define( 'DOKAN_KITS_VERSION', '3.0.7' );
     38define( 'DOKAN_KITS_VERSION', '3.0.8' );
    3939define( 'DOKAN_KITS_FILE', __FILE__ );
    4040define( 'DOKAN_KITS_BASENAME', plugin_basename( __FILE__ ) );
  • dokan-kits/tags/3.0.8/readme.txt

    r3361328 r3361354  
    55Requires at least: 6.4.2
    66Tested up to: 6.8
    7 Stable tag: 3.0.7
     7Stable tag: 3.0.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    122122== Changelog ==
    123123
     124= 3.0.8 - Sep 14, 2025 =
     125* Changed: Update plugin icons, banner, and screenshots for refreshed branding and improved visual clarity
     126* Changed: Bump plugin version to 3.0.8 and update documentation version markers across project
     127
    124128= 3.0.7 - Sep 14, 2025 =
    125129* Changed: Bump plugin version to 3.0.7 and update documentation version markers across project
  • dokan-kits/tags/3.0.8/vendor/composer/installed.php

    r3361328 r3361354  
    22    'root' => array(
    33        'name' => 'wpintegrity/dokan-kits',
    4         'pretty_version' => 'v3.0.7',
    5         'version' => '3.0.7.0',
    6         'reference' => 'fbce4bf779ba0eae60f608e4e4d6e02b6862bcc8',
     4        'pretty_version' => 'v3.0.8',
     5        'version' => '3.0.8.0',
     6        'reference' => '0587b02a57d090b5bc9ca022171c420518137cd7',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpintegrity/dokan-kits' => array(
    14             'pretty_version' => 'v3.0.7',
    15             'version' => '3.0.7.0',
    16             'reference' => 'fbce4bf779ba0eae60f608e4e4d6e02b6862bcc8',
     14            'pretty_version' => 'v3.0.8',
     15            'version' => '3.0.8.0',
     16            'reference' => '0587b02a57d090b5bc9ca022171c420518137cd7',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • dokan-kits/trunk/dokan-kits.php

    r3361328 r3361354  
    1212 * Plugin URI:      https://wordpress.org/plugins/dokan-kits
    1313 * Description:     The Helper Toolkits plugin for Dokan is a feature-packed add-on designed to streamline and enhance the functionality of your Dokan-powered multi-vendor marketplace.
    14  * Version:         3.0.7
     14 * Version:         3.0.8
    1515 * Author:          WPIntegrity
    1616 * Author URI:      https://wpintegrity.com/
     
    3636
    3737// Define plugin constants.
    38 define( 'DOKAN_KITS_VERSION', '3.0.7' );
     38define( 'DOKAN_KITS_VERSION', '3.0.8' );
    3939define( 'DOKAN_KITS_FILE', __FILE__ );
    4040define( 'DOKAN_KITS_BASENAME', plugin_basename( __FILE__ ) );
  • dokan-kits/trunk/readme.txt

    r3361328 r3361354  
    55Requires at least: 6.4.2
    66Tested up to: 6.8
    7 Stable tag: 3.0.7
     7Stable tag: 3.0.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    122122== Changelog ==
    123123
     124= 3.0.8 - Sep 14, 2025 =
     125* Changed: Update plugin icons, banner, and screenshots for refreshed branding and improved visual clarity
     126* Changed: Bump plugin version to 3.0.8 and update documentation version markers across project
     127
    124128= 3.0.7 - Sep 14, 2025 =
    125129* Changed: Bump plugin version to 3.0.7 and update documentation version markers across project
  • dokan-kits/trunk/vendor/composer/installed.php

    r3361328 r3361354  
    22    'root' => array(
    33        'name' => 'wpintegrity/dokan-kits',
    4         'pretty_version' => 'v3.0.7',
    5         'version' => '3.0.7.0',
    6         'reference' => 'fbce4bf779ba0eae60f608e4e4d6e02b6862bcc8',
     4        'pretty_version' => 'v3.0.8',
     5        'version' => '3.0.8.0',
     6        'reference' => '0587b02a57d090b5bc9ca022171c420518137cd7',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpintegrity/dokan-kits' => array(
    14             'pretty_version' => 'v3.0.7',
    15             'version' => '3.0.7.0',
    16             'reference' => 'fbce4bf779ba0eae60f608e4e4d6e02b6862bcc8',
     14            'pretty_version' => 'v3.0.8',
     15            'version' => '3.0.8.0',
     16            'reference' => '0587b02a57d090b5bc9ca022171c420518137cd7',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.