Changeset 3208511
- Timestamp:
- 12/16/2024 11:30:58 AM (15 months ago)
- Location:
- basepress/trunk
- Files:
-
- 3 edited
-
basepress.php (modified) (1 diff)
-
includes/class-basepress-search.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basepress/trunk/basepress.php
r3201489 r3208511 5 5 * Plug URI: https://basepresskb.com/ 6 6 * Description: The perfect Knowledge Base plugin for WordPress 7 * Version: 2.16.3. 47 * Version: 2.16.3.5 8 8 * Author: codeSavory 9 9 * Author URI: https://basepresskb.com/ -
basepress/trunk/includes/class-basepress-search.php
r3196282 r3208511 606 606 } 607 607 if ( !empty( $sections_ids ) ) { 608 $pieces['where'] .= " AND t.term_taxonomy_id IN ({$sections_ids})";608 $pieces['where'] = " AND t.term_taxonomy_id IN ({$sections_ids})"; 609 609 } 610 610 $pieces['where'] .= $wpdb->prepare( " AND ( LOWER({$wpdb->posts}.post_content) REGEXP '%s' OR LOWER({$wpdb->posts}.post_title) REGEXP '%s'", $multi_terms, $multi_terms ); -
basepress/trunk/readme.txt
r3201489 r3208511 5 5 Requires at least: 4.5 6 6 Tested up to: 6.7.1 7 Stable tag: 2.16.3. 47 Stable tag: 2.16.3.5 8 8 Requires PHP: 5.7 9 9 License: GPLv2 or later … … 195 195 196 196 == Changelog == 197 = 2.16.3. 3198 * Freemius SDK and other code improvements 197 = 2.16.3.5 198 * Freemius SDK and other code improvements. Fixed live search bug 199 199 200 200 = 2.16.3
Note: See TracChangeset
for help on using the changeset viewer.