Changeset 3451249
- Timestamp:
- 02/01/2026 06:32:55 AM (8 weeks ago)
- Location:
- woo-product-table/trunk
- Files:
-
- 3 edited
-
inc/handle/search-box.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
woo-product-table.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-product-table/trunk/inc/handle/search-box.php
r3450845 r3451249 26 26 self::$cf_search_box = $shortcode->search_n_filter['cf_search_box'] ?? ''; 27 27 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'; 29 29 self::$fields = $shortcode->search_n_filter['fields'] ?? []; 30 30 -
woo-product-table/trunk/readme.txt
r3450845 r3451249 5 5 Requires at least: 6.2 6 6 Tested up to: 6.9 7 Stable tag: 6.0. 17 Stable tag: 6.0.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later -
woo-product-table/trunk/woo-product-table.php
r3450845 r3451249 9 9 * Tags: wooproducttable, woocommerce product list,woocommerce product table, wc product table, product grid view, inventory, shop product table 10 10 * 11 * Version: 6.0. 111 * Version: 6.0.2 12 12 * Requires at least: 6.2 13 13 * Tested up to: 6.9 … … 45 45 46 46 if( ! defined( 'WPT_DEV_VERSION' ) ){ 47 define( 'WPT_DEV_VERSION', '6.0. 1.3' );47 define( 'WPT_DEV_VERSION', '6.0.2.0' ); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.