Skip to content

Commit 70ec207

Browse files
authored
Merge pull request #68 from searchcraft-inc/feature/1.3.6
Version 1.3.6
2 parents 1e046d8 + 3c1f848 commit 70ec207

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.coderabbit.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ reviews:
44
auto_review:
55
enabled: true
66
base_branches: ["development"]
7+
ignore_title_keywords:
8+
- "WIP"
9+
- "DO NOT MERGE"
10+
- "DRAFT"
11+
- "Version"
12+
- "Release"
13+
714
drafts: false
815

16+
917
profile: "chill"
1018
request_changes_workflow: true
1119
poem: false

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: searchcraft
44
Tags: search, fuzzy search, better search, instant search, search replacement
55
Requires at least: 5.3
66
Tested up to: 6.9
7-
Stable tag: 1.3.5
7+
Stable tag: 1.3.6
88
License: Apache 2.0
99
License URI: LICENSE.txt
1010

@@ -69,6 +69,10 @@ Searchcraft Cloud customers may also reach out via our Discord server for assist
6969

7070
== Changelog ==
7171

72+
= 1.3.6 =
73+
* New Feature - Filter panel facet sections are now collapsible and have a configuration option to set the default behavior.
74+
- New Feature - Added "view more" for long filter panel facet lists. The threshold for when this takes effect is configurable.
75+
7276
= 1.3.5 =
7377
* Enhancement - Adds capability for tag based (non-hierarchical) taxonomies to add an additional search field for the values as a multi-value field. This allows search queries to match against these tag names. Works with both stock and custom tag taxonomies.
7478

searchcraft.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Searchcraft
1111
* Plugin URI: https://github.com/searchcraft-inc/searchcraft-wordpress
1212
* Description: Bring fast, relevant search to your site. Searchcraft replaces the default search with a customizable, tunable, highly relevant search experience.
13-
* Version: 1.3.5
13+
* Version: 1.3.6
1414
* Author: Searchcraft, Inc.
1515
* Author URI: https://searchcraft.io/
1616
* License: Apache 2.0
@@ -26,7 +26,7 @@
2626

2727
// Define plugin constants.
2828
if ( ! defined( 'SEARCHCRAFT_VERSION' ) ) {
29-
define( 'SEARCHCRAFT_VERSION', '1.3.5' );
29+
define( 'SEARCHCRAFT_VERSION', '1.3.6' );
3030
}
3131

3232
if ( ! defined( 'SEARCHCRAFT_PLUGIN_FILE' ) ) {

0 commit comments

Comments
 (0)