Skip to content

Commit

Permalink
Update from vk-filter-search-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
vektorinc committed Apr 28, 2022
1 parent 2ff738a commit b17aee4
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 43 deletions.
6 changes: 6 additions & 0 deletions inc/filter-search/package/class-vk-filter-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,12 @@ public static function display_search_result_form_content() {
'class' => array(),
'href' => array(),
),
'button' => array(
'id' => array(),
'type' => array(),
'class' => array(),
'href' => array(),
),
);
echo wp_kses( $content, $allowed );
}
Expand Down
4 changes: 2 additions & 2 deletions inc/filter-search/package/src/filter-search/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function FilterSearchEdit( props ) {
className={ `vkfs__alert vkfs__alert--danger vkfs__alert--blockTheme` }
>
{ __(
'If you want to display the Search Form on the results screen, you need to put a "Search Result Form" block in the Search template on theme editor.',
'If you want to display the Search Form on the results screen, you need to put a "Search Result Form" block in the "Search" template on theme editor.',
'vk-filter-search'
) }
</p>
Expand All @@ -97,7 +97,7 @@ export default function FilterSearchEdit( props ) {
className={ `vkfs__alert vkfs__alert--danger vkfs__alert--blockTheme` }
>
{ __(
'If you want to display the Search Form on the Post Type Archive screen, you need to put a "Search Result Form" block in the Archive template on theme editor.',
'If you want to display the Search Form on the Post Type Archive screen, you need to put a "Search Result Form" block in the "Archive" template on theme editor.',
'vk-filter-search'
) }
{ __(
Expand Down
130 changes: 91 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link:
Tags: Guternberg, Search
Requires at least: 5.7
Tested up to: 5.9.3
Stable tag: 1.9.1
Stable tag: 1.9.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -78,6 +78,9 @@ More languages will be added in the future. If you would like to help with trans

== Changelog ==

= 1.9.2 =
[ BugFix ] Fix alert for block themes.

= 1.9.1 =
[ Specification Change ] fix Custom Field Block Choice System. ( Pro Only )
[ Specification Change ] Corresponds to block themes.
Expand Down
2 changes: 1 addition & 1 deletion vk-filter-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: VK Filter Search
* Plugin URI: https://vk-filter-search.com/
* Description: This plugin for filter search.
* Version: 1.9.1
* Version: 1.9.2
* Requires at least: 5.7
* Author: Vektor,Inc.
* Author URI: https://vektor-inc.co.jp
Expand Down

0 comments on commit b17aee4

Please sign in to comment.