Plugin Directory

Changeset 3451249


Ignore:
Timestamp:
02/01/2026 06:32:55 AM (8 weeks ago)
Author:
codersaiful
Message:

fixed default searchbox type

Location:
woo-product-table/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woo-product-table/trunk/inc/handle/search-box.php

    r3450845 r3451249  
    2626        self::$cf_search_box = $shortcode->search_n_filter['cf_search_box'] ?? '';
    2727        self::$taxonomy_keywords = $shortcode->search_n_filter['taxonomy_keywords'] ?? [];
    28         self::$taxonomy_filter_type = $shortcode->search_n_filter['taxonomy_filter_type'] ?? 'checkbox';
     28        self::$taxonomy_filter_type = $shortcode->search_n_filter['taxonomy_filter_type'] ?? 'select';
    2929        self::$fields = $shortcode->search_n_filter['fields'] ?? [];
    3030       
  • woo-product-table/trunk/readme.txt

    r3450845 r3451249  
    55Requires at least: 6.2
    66Tested up to: 6.9
    7 Stable tag: 6.0.1
     7Stable tag: 6.0.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
  • woo-product-table/trunk/woo-product-table.php

    r3450845 r3451249  
    99 * Tags: wooproducttable, woocommerce product list,woocommerce product table, wc product table, product grid view, inventory, shop product table
    1010 *
    11  * Version: 6.0.1
     11 * Version: 6.0.2
    1212 * Requires at least:    6.2
    1313 * Tested up to:         6.9
     
    4545
    4646if( ! defined( 'WPT_DEV_VERSION' ) ){
    47     define( 'WPT_DEV_VERSION', '6.0.1.3' );
     47    define( 'WPT_DEV_VERSION', '6.0.2.0' );
    4848}
    4949
Note: See TracChangeset for help on using the changeset viewer.