Skip to content

Commit 6aca6fa

Browse files
committed
Prepare 1.2.0 release
1 parent 2052ee9 commit 6aca6fa

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

readme.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
=== Ignore block name in search ===
1+
=== Ignore HTML and shortcodes in search ===
22
Contributors: zodiac1978
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LCH9UVV7RKDFY
44
Tags: search, better search, gutenberg, editor
55
Requires at least: 5.0.0
66
Tested up to: 6.3
7-
Stable tag: 1.1.1
7+
Stable tag: 1.2.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

11-
Modifies the native search to ignore block editor comments and HTML markup
11+
Modifies the native search to ignore HTML markup (block editor comments) and shortcodes
1212

1313
== Description ==
1414

@@ -51,6 +51,11 @@ n/a
5151

5252
== Changelog ==
5353

54+
= 1.1.2 =
55+
* Fixed broken search for title and excerpt
56+
* Ignore shortcodes additionally to markup
57+
* Rename plugin
58+
5459
= 1.1.1 =
5560
* Added back link to error message, if REGEXP_REPLACE is not supported
5661
* Fixed some typos

wp-search-ignore-block-names.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* Plugin Name: Ignore block name in search
4-
* Description: Modifies the native search to ignore block editor markup
5-
* Version: 1.1.1
3+
* Plugin Name: Ignore HTML and shortcodes in search
4+
* Description: Modifies the native search to ignore markup and shortcodes
5+
* Version: 1.2.0
66
* Author: Torsten Landsiedel
77
* Author URI: https://torstenlandsiedel.de
88
* License: GPL2

0 commit comments

Comments
 (0)