File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 66* Feat: Add Plugin options page.
77* Feat: Add Shortcut command (CMD + F).
88* Feat: Add custom hooks: ` afterSearchReplace ` , ` excludedPostTypes ` , ` regexPattern ` .
9+ * Fix: Make default search literal & regex opt-in.
910* Refactor: Use ` replaceInput ` in place of repeated instances of ` text ` .
1011* Test: Add e2e tests for plugin codebase.
1112* Tested up to WP 6.9.
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ Want to add your personal touch? All of our documentation can be found [here](ht
6969* Feat: Add Plugin options page.
7070* Feat: Add Shortcut command (CMD + F).
7171* Feat: Add custom hooks: `afterSearchReplace`, `excludedPostTypes`, `regexPattern`.
72+ * Fix: Make default search literal & regex opt-in.
7273* Refactor: Use `replaceInput` in place of repeated instances of `text`.
7374* Test: Add e2e tests for plugin codebase.
7475* Tested up to WP 6.9.
You can’t perform that action at this time.
0 commit comments